Skip to content

Commit df2e8ee

Browse files
committed
XDG_DATA_DIRS: Do not include /usr/share/gnome
/usr/share/gnome is used by GNOME for GNOME-specifics. For instance, it's used by gnome-menus to blacklist blueman-manager in /usr/share/gnome/applications.
1 parent 8042c7f commit df2e8ee

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

debian/55cinnamon-session_gnomerc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,8 @@ case "$BASESTARTUP" in
1111
if [ -r "$GNOMERC" ]; then
1212
. "$GNOMERC"
1313
fi
14-
# We prepend /usr/share/gnome since its defaults.list actually points
15-
# to /etc so it is configurable.
1614
if [ -z "$XDG_DATA_DIRS" ]; then
17-
XDG_DATA_DIRS=/usr/share/gnome:/usr/local/share/:/usr/share/
18-
else
19-
XDG_DATA_DIRS=/usr/share/gnome:"$XDG_DATA_DIRS"
15+
XDG_DATA_DIRS=/usr/local/share/:/usr/share/
2016
fi
2117
export XDG_DATA_DIRS
2218
;;

0 commit comments

Comments
 (0)