Closed midnight-wonderer closed 1 month ago
This appears to be a downstream bug with flatpak Portals, not keepassxc
We don't construct that file we just pass in parameters to dbus. As you can see in our code we don't have any of these slashes or quotes.
Looking at the desktop-portal code, we may need to explicitly set commandline
option in the dbus request call to flatpak run org.keepassxc.KeePassXC
. Since we don't set that option I can only assume Flatpak runtime sets it when passing the dbus message onto the portal interface. This means the bug may actually be with Flatpak itself?
@midnight-wonderer
I am running Fedora 40 with Gnome 46 and get a proper output from the KeePassXC Flatpak for autostart config:
[Desktop Entry]
Type=Application
Name=org.keepassxc.KeePassXC
Exec=flatpak run org.keepassxc.KeePassXC
X-Flatpak=org.keepassxc.KeePassXC
I am closing this issue because there is either something amiss with your environment or there is a bug external to KeePassXC.
Overview
Hi there. After https://github.com/keepassxreboot/keepassxc/pull/10563, the
.desktop
file is now placed at the correct location. 🎉 However, the format is still not right for my setup (Ubuntu), so the application does not start.Steps to Reproduce
Expected Behavior
The application should start on reboot.
Actual Behavior
Nothing happened
Context
Content
shows
Validation
shows
KeePassXC - Version 2.7.9 Revision: 8f6dd13 Distribution: Flatpak
Operating System: Linux Desktop Env: Gnome Windowing System: Wayland