Skip to content

Commit

Permalink
[Fix] Add KDE portal to allowed .Background portals
Browse files Browse the repository at this point in the history
  • Loading branch information
melianmiko committed Nov 5, 2024
1 parent d88f706 commit 3e9d99b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions openfreebuds_backend/linux/dbus/background.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

ALLOWED_PORTALS = [
"org.freedesktop.impl.portal.desktop.gnome",
"org.freedesktop.impl.portal.desktop.kde",
]

introspection = """<?xml version="1.0"?>
Expand Down
1 change: 1 addition & 0 deletions scripts/build_flatpak/pw.mmk.OpenFreebuds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ finish-args:
- --talk-name=org.kde.StatusNotifierWatcher
# Enable/disable autostart from in-app settings
- --talk-name=org.freedesktop.impl.portal.desktop.gnome
- --talk-name=org.freedesktop.impl.portal.desktop.kde

cleanup-commands:
- /app/cleanup-BaseApp.sh
Expand Down

0 comments on commit 3e9d99b

Please sign in to comment.