-
-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dynamic Launcher portal fails to install when ~/.local/share/applications/ does not exist yet #1583
Labels
Comments
swick
added a commit
to swick/xdg-desktop-portal
that referenced
this issue
Jan 21, 2025
It is possible that the directory has not been created by anything else before which would make dynamic launcher creation fail. Resolves: flatpak#1583
Could you try #1596? |
Yep, this fixes it :) |
swick
added a commit
to swick/xdg-desktop-portal
that referenced
this issue
Jan 26, 2025
It is possible that the directory has not been created by anything else before which would make dynamic launcher creation fail. Resolves: flatpak#1583
github-merge-queue bot
pushed a commit
that referenced
this issue
Jan 27, 2025
It is possible that the directory has not been created by anything else before which would make dynamic launcher creation fail. Resolves: #1583
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Operating System
Fedora KDE 41
XDG Desktop Portal version
1.18
XDG Desktop Portal version (Other)
No response
Desktop Environment
KDE
Desktop Environment (Other)
No response
Expected Behavior
~/.local/share/applications/
is created if it does not exist yet (e.g., on a newly installed system)Current Behavior
An error is returned by the Install method when it fails to create a symlink in a non-existent directory
(tested with https://flathub.org/apps/com.belmoussaoui.ashpd.demo)
Steps to Reproduce
~/.local/share/applications/
Anything else we should know?
xdg-desktop-portal/src/dynamic-launcher.c
Line 278 in 736002f
The text was updated successfully, but these errors were encountered: