Flatpak application service file cannot be fouind
Describe your issue
What's the expected behaviour?
When I start via shell an application that was installed via flatpak, the application should start.
What's the current behaviour?
Some applications installed via flatpak cannot be started from the shell. Starting via flatpak run
works.
Running busctl monitor --user
reveals the following call which encounters an error:
‣ Type=method_call Endian=l Flags=0 Version=1 Cookie=2129 Timestamp="Fri 2024-12-27 17:46:06.788636 UTC"
Sender=:1.19 Destination=org.gnome.Fractal Path=/org/gnome/Fractal Interface=org.freedesktop.Application Member=Activate
UniqueName=:1.19
MESSAGE "a{sv}" {
ARRAY "{sv}" {
DICT_ENTRY "sv" {
STRING "desktop-startup-id";
VARIANT "s" {
STRING "427c1ad4-fce4-445b-8618-64dae65cb3f0";
};
};
DICT_ENTRY "sv" {
STRING "activation-token";
VARIANT "s" {
STRING "427c1ad4-fce4-445b-8618-64dae65cb3f0";
};
};
};
};
‣ Type=error Endian=l Flags=1 Version=1 Cookie=711 ReplyCookie=2129 Timestamp="Fri 2024-12-27 17:46:06.790594 UTC"
Sender=org.freedesktop.DBus Destination=:1.19
ErrorName=org.freedesktop.DBus.Error.ServiceUnknown ErrorMessage="The name org.gnome.Fractal was not provided by any .service files"
MESSAGE "s" {
STRING "The name org.gnome.Fractal was not provided by any .service files";
};
Searching for the files:
$ find / | grep Fractal.service
/home/user/.local/share/flatpak/exports/share/dbus-1/services/org.gnome.Fractal.service
/home/user/.local/share/flatpak/app/org.gnome.Fractal/aarch64/stable/715deb6c6af20a7a630378d3d15d0072ce415b286dd64f481b2283b1c3c2ddc9/export/share/dbus-1/services/org.gnome.Fractal.service
/home/user/.local/share/flatpak/app/org.gnome.Fractal/aarch64/stable/715deb6c6af20a7a630378d3d15d0072ce415b286dd64f481b2283b1c3c2ddc9/files/share/dbus-1/services/org.gnome.Fractal.service
How to reproduce your issue?
What device are you using?
On what postmarketOS version did you encounter the issue?
-
edge ( master
branch) -
v24.12
-
v24.06
(supported until 2025-01-23) -
master_staging_systemd
commit98742bb8104545099c44a0c1b61df0e3c89fd79a
-
I confirm that the issue still is present after running sudo apk upgrade -a
On what environment did you encounter the issue?
Environments
-
GNOME Shell on Mobile -
Phosh -
Plasma Mobile -
Sxmo (Wayland/Sway) Please post the output of sxmo_version.sh
-
Other: Please fill out
How did you get postmarketOS image?
-
from https://images.postmarketos.org -
I built it using pmbootstrap -
It was preinstalled on my device
What's the build date of the image? (in yyyy-mm-dd format)
Additional information
Edited by Andrei Zisu