diff options
author | Luke from DC <[email protected]> | 2023-06-15 18:30:56 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2023-06-15 18:30:56 +0000 |
commit | e61dad01e852d7913f4c9b3dae508088e3e7b287 (patch) | |
tree | 84712c763091a6890b8048468dcf8a399bb20ef3 /applets/notification_area/org.mate.panel.NotificationAreaApplet.mate-panel-applet.desktop.in.in | |
parent | 4350e7e839ec1ecd2eb063a2e250b843162ee418 (diff) | |
download | mate-panel-e61dad01e852d7913f4c9b3dae508088e3e7b287.tar.bz2 mate-panel-e61dad01e852d7913f4c9b3dae508088e3e7b287.tar.xz |
Wayland, Tray applet: allow in-process applet to load, using SNI only (#1372)
*We cannot load the legacy system tray in Wayland as that requires xembed.
*We CAN load the status-notifier (SNI support)
*Wayland needs us to explicitly set gtk_button_set_always_show_image to TRUE
*Wayland needs us to explicitly set gtk_image_menu_item_set_always_show_image to TRUE
Diffstat (limited to 'applets/notification_area/org.mate.panel.NotificationAreaApplet.mate-panel-applet.desktop.in.in')
-rw-r--r-- | applets/notification_area/org.mate.panel.NotificationAreaApplet.mate-panel-applet.desktop.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/notification_area/org.mate.panel.NotificationAreaApplet.mate-panel-applet.desktop.in.in b/applets/notification_area/org.mate.panel.NotificationAreaApplet.mate-panel-applet.desktop.in.in index f7652db6..811348bc 100644 --- a/applets/notification_area/org.mate.panel.NotificationAreaApplet.mate-panel-applet.desktop.in.in +++ b/applets/notification_area/org.mate.panel.NotificationAreaApplet.mate-panel-applet.desktop.in.in @@ -11,7 +11,7 @@ Description=Area where notification icons appear # Translators: Do NOT translate or transliterate this text (this is an icon file name)! Icon=mate-panel-notification-area MateComponentId=OAFIID:MATE_NotificationAreaApplet;OAFIID:MATE_SystemTrayApplet; -Platforms=X11; +Platforms=X11;Wayland; X-MATE-Bugzilla-Bugzilla=MATE X-MATE-Bugzilla-Product=mate-panel X-MATE-Bugzilla-Component=notification area |