Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command Cue not working properly in Flatpak #310

Closed
FrancescoCeruti opened this issue Feb 12, 2024 · 0 comments
Closed

Command Cue not working properly in Flatpak #310

FrancescoCeruti opened this issue Feb 12, 2024 · 0 comments
Labels
bug Flatpak Related to the flatpak builds

Comments

@FrancescoCeruti
Copy link
Owner

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:

  1. Allow the LiSP package to use the org.freedesktop.Flatpak D-Bus interface, this can be accomplished using Flatseal
  2. Prefix all commands with flatpak-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

@FrancescoCeruti FrancescoCeruti added bug Flatpak Related to the flatpak builds labels Feb 12, 2024
@FrancescoCeruti FrancescoCeruti changed the title Command Cue non working in Flatpak Command Cue not working properly in Flatpak Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Flatpak Related to the flatpak builds
Projects
None yet
Development

No branches or pull requests

1 participant