https://bugs.kde.org/show_bug.cgi?id=402393
Bug ID: 402393 Summary: flatpaks installed from within sandbox have wrong command path in theirs .desktop files Product: Discover Version: unspecified Platform: Flatpak OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: Flatpak Backend Assignee: aleix...@kde.org Reporter: butir...@gmail.com CC: jgrul...@redhat.com Target Milestone: --- For example, this is exported .desktop file visible from host: $ grep Exec ~/.local/share/flatpak/exports/share/applications/org.kde.discover.desktop Exec=/app/bin/flatpak run --branch=master --arch=x86_64 --command=plasma-discover --file-forwarding org.kde.discover @@ %F @@ Exec=/app/bin/flatpak run --branch=master --arch=x86_64 --command=plasma-discover org.kde.discover --mode update , but there is no "/app/bin/flatpak" file on host. It's "/usr/bin/flatpak" instead. One workaround here is to create "/app/bin/flatpak" symlink on host. I wonder if any better solution possible. -- You are receiving this mail because: You are watching all bug changes.