Open o-alquimista opened 9 months ago
As a workaround, override the .desktop
file:
cp ~/.local/share/flatpak/app/org.gnome.Polari/current/active/export/share/applications/org.gnome.Polari.desktop ~/.local/share/applications/
Edit org.gnome.Polari.desktop
and change the Exec=
line.
-Exec=/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=gapplication
--file-forwarding org.gnome.Polari launch org.gnome.Polari @@u %U @@
+Exec=flatpak run org.gnome.Polari
I have a working flatpak installation on Void Linux, setup with flathub as a user installation (rootless). After installing Polari and activating its menu item, nothing happens. To see what happens, I looked for the respective
.desktop
file, and found out that it executesgapplication launch org.gnome.Polari %U
. Here's the output of running it myself:However, if I run
flatpak run org.gnome.Polari
, it just works.Interesting note: with Polari already running, clicking its menu item actually brings Polari into focus (if not already).
System info
xdg-desktop
When searching for similar reports I came across mentions of "xdg-desktop". Note that it's already running:
Does it require the GNOME portal? I wonder. UPDATE: installed it, but no change.
DBus info
exec dbus-run-session -- startxfce4
.XDG_RUNTIME_DIR
is set to/run/user/1000
, and only the owner has read/write/execute permissions. Many other applications are already using it (pipewire being one of them), so it appears to be functioning correctly. Polari is the only flatpak app failing right now.