Browse Source

Use GTK systray backend on MATE

pull/1645/head
tux3 10 years ago
parent
commit
57871c9270
No known key found for this signature in database
GPG Key ID: 7E086DD661263264
  1. 2
      src/widget/systemtrayicon.cpp

2
src/widget/systemtrayicon.cpp

@ -42,7 +42,7 @@ SystemTrayIcon::SystemTrayIcon() @@ -42,7 +42,7 @@ SystemTrayIcon::SystemTrayIcon()
}
#endif
#ifdef ENABLE_SYSTRAY_GTK_BACKEND
else if (desktop == "xfce" || desktop.contains("gnome"))
else if (desktop == "xfce" || desktop.contains("gnome") || desktop == "mate")
{
qDebug() << "Using GTK backend";
backendType = SystrayBackendType::GTK;

Loading…
Cancel
Save