Skip to content

Commit 72cf195

Browse files
committed
Revert "xapp-sn-watcher: Don't enable in MATE"
This reverts commit b6b8564. Tested in 24.04. The following applets do not support SNI: - mate-indicator-applet - mate-indicator-applet-complete - mate-panel/notification-area-applet mate-xapp-status-applet only supports it if xapp-sn-watcher is running, and it won't if MATE isn't in this list. Note: Ayatana indicators do support SNI but they're not used in MATE by default. mate-xapp-status-applet is recommended instead. If people want to use Ayatana indicators, they need to remove MATE from this list so the two do not conflict.
1 parent 75f25bb commit 72cf195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemas/org.x.apps.gschema.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</description>
2626
</key>
2727
<key name="status-notifier-enabled-desktops" type="as">
28-
<default>["Cinnamon", "X-Cinnamon"]</default>
28+
<default>["MATE", "Cinnamon", "X-Cinnamon"]</default>
2929
<summary>List of desktops to run the XApp StatusNotifierWatcher service on..</summary>
3030
<description>The name in the session's XDG_CURRENT_DESKTOP environment variable is checked against this list. If the name is here, the service is started to allow XApp status applets to support the StatusNotifer spec (this includes appindicator).
3131
</description>

0 commit comments

Comments
 (0)