Skip to content

Commit 1268521

Browse files
committed
autostart: Blacklist nm-applet
Cinnamon will provide its own Clutter NM agent going forward. nm-applet needs to be blacklisted, otherwise it takes over when the request is initiated from the settings.
1 parent 2fe0e03 commit 1268521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/org.cinnamon.SessionManager.gschema.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<description>If enabled, cinnamon-session will display a warning dialog after login if the session was automatically fallen back.</description>
2727
</key>
2828
<key name="autostart-blacklist" type="as">
29-
<default>['gnome-settings-daemon', 'org.gnome.SettingsDaemon', 'gnome-fallback-mount-helper', 'gnome-screensaver', 'mate-screensaver', 'mate-keyring-daemon', 'indicator-session', 'gnome-initial-setup-copy-worker', 'gnome-initial-setup-first-login', 'gnome-welcome-tour', 'xscreensaver-autostart', 'nautilus-autostart', 'caja', 'xfce4-power-manager', 'touchegg']</default>
29+
<default>['gnome-settings-daemon', 'org.gnome.SettingsDaemon', 'gnome-fallback-mount-helper', 'gnome-screensaver', 'mate-screensaver', 'mate-keyring-daemon', 'indicator-session', 'gnome-initial-setup-copy-worker', 'gnome-initial-setup-first-login', 'gnome-welcome-tour', 'xscreensaver-autostart', 'nautilus-autostart', 'nm-applet', 'caja', 'xfce4-power-manager', 'touchegg']</default>
3030
<summary>Applications to block from autostarting or appearing in the app system</summary>
3131
<description>
3232
A list of applications or desktop names (without the .desktop extension) to prevent from

0 commit comments

Comments
 (0)