Skip to content

Pixel Saver / Unite and similar gnome extensions problem #4110

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

You must be logged in to vote

Fix: ${HOME}/.local/share/gnome-shell must be allowed.
For that you need to noblacklist ${HOME}/.local/share/gnome-shell if the profile includes disable-common.inc (the most profiles) and whitelist ${HOME}/.local/share/gnome-shell for withlisting profiles. If a profiles has both, include disable-common.inc and include whitelist-common.inc, you need to add both:

noblacklist ${HOME}/.local/share/gnome-shell
whitelist ${HOME}/.local/share/gnome-shell

Original post:

This sound very much like D-Bus. Try ignore dbus-user none/ignore dbus-user filter.

If this works, dig deeper with busctl --user list --no-legend --activatable --acquired | grep -i pixel and busctl --user tree org.gnome.Shell. D…

Replies: 3 comments 8 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by rusty-snake
Comment options

You must be logged in to vote
1 reply
@rusty-snake
Comment options

Comment options

You must be logged in to vote
7 replies
@Froggy232
Comment options

@rusty-snake
Comment options

@Froggy232
Comment options

@Froggy232
Comment options

@Froggy232
Comment options

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
Converted from issue

This discussion was converted from issue #4109 on March 17, 2021 15:19.