Skip to content

Exporting menu in firejailed application? #4567

Answered by rusty-snake
mike-cuche asked this question in Q&A
Discussion options

You must be logged in to vote

Both features are implemented via D-Bus. You can make it work but this also reduces security.

Simple solution: Add this to you qbittorrent.local:

ignore dbus-user none

More difficult but also more secure:

ignore dbus-user none
dbus-user filter
# Tray-icon
dbus-user.talk org.kde.StatusNotifierWatcher
dbus-user.own org.kde.*
# Global menu
dbus-user.talk _what_every_it_necessary_

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@mike-cuche
Comment options

@rusty-snake
Comment options

@mike-cuche
Comment options

Answer selected by mike-cuche
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants