forked from Lainports/opnsense-ports
14 lines
578 B
C++
14 lines
578 B
C++
Re-enable tray icon for KDE4 until KDE5 is in the ports tree. Mpris plugin
|
|
works, but tray icon might be wanted to minimize app in the time being.
|
|
|
|
--- src/GMPlayerManager.cpp.orig 2017-06-10 02:18:06 UTC
|
|
+++ src/GMPlayerManager.cpp
|
|
@@ -757,7 +757,7 @@ FXint GMPlayerManager::run(int& argc,cha
|
|
// KDE5 comes with mpris plugin on the toolbar, no need for
|
|
// tray icon
|
|
if (gm_desktop_session()==DESKTOP_SESSION_KDE_PLASMA) {
|
|
- preferences.gui_tray_icon_disabled=true;
|
|
+ preferences.gui_tray_icon_disabled=false;
|
|
}
|
|
|
|
/// Grab Media Player Keys
|