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

Flatpak version doesn't show a menu when using KDE Global Menu #234

Open
LinuxDragon57 opened this issue Jun 5, 2023 · 3 comments
Open

Comments

@LinuxDragon57
Copy link

Perhaps this is a small issue in the grand scheme of things, but when using KDE's global menu widget; the flatpak version fails to move the menu to the global menu. Instead it disappears entirely. This is hopefully just a permissions issue.

@xalt7x
Copy link

xalt7x commented Feb 4, 2024

Related to:

If you want to disable broken Global Menu specifically for LibreOffice Flatpak:

  1. Open Flatpak Permission Settings page
  • on KDE Plasma 6:
    "System Settings" > "Security & Privacy" > "Application Permissions" > "Flatpak Permissions"
  • on KDE Plasma 5:
    "System Settings" > "Personalization" > "Applications" > "Flatpak Permission Settings"
  1. Select "LibreOffice", open "Advanced Permissions", scroll to "Session Bus Policy"
  2. "com.Canonical.AppMenu.Registrar" = "None"

CLI command:
flatpak override --user --no-talk-name=com.canonical.AppMenu.Registrar org.libreoffice.LibreOffice

@MajorTomDE
Copy link

I tried it with latest Flatpak LibreOffice Version 24.2. It don't works. Any other ideas?

Fedora 39
KDE Plasma 5.27.10
Wayland

@xalt7x
Copy link

xalt7x commented Feb 8, 2024

@MajorTomDE

Try to execute
cat $HOME/.local/share/flatpak/overrides/org.libreoffice.LibreOffice

I have such content there:

[Session Bus Policy]
com.canonical.AppMenu.Registrar=none

Also, for this override to take effect, you'll need close all LibreOffice instances/processes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants