opnsense-ports/audio/gogglesmm/files/patch-src_GMPlayerManager.cpp
Franco Fichtner 1631c201be */*: sync with upstream
Taken from: HardenedBSD
2017-08-02 06:33:31 +02:00

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