You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Flatpak packages are run in sandbox, by default, they cannot run commands on the "host" system,
this affect command cues, reducing their usefulness.
Currently we can use the following workaround:
Allow the LiSP package to use the org.freedesktop.Flatpak D-Bus interface, this can be accomplished using Flatseal
Since Flatpak packages are run in sandbox, by default, they cannot run commands on the "host" system,
this affect command cues, reducing their usefulness.
Currently we can use the following workaround:
org.freedesktop.Flatpak
D-Bus interface, this can be accomplished using Flatsealflatpak-spawn --host
(https://docs.flatpak.org/en/latest/flatpak-command-reference.html#flatpak-spawn)We should incorporate this workaround, to make command cues work without user intervention
The text was updated successfully, but these errors were encountered: