squentin / gmusicbrowser

jukebox for large collections of music
http://gmusicbrowser.org
GNU General Public License v3.0
195 stars 42 forks source link

tray tip does not work properly in kde plasma 5 #103

Open yennor opened 9 years ago

yennor commented 9 years ago

I've just updated from kde 4 to kde plasma 5.3 First there was no tray icon at all, but activating the app indicator plugin helped. now the gmusicbrowser icon is shown. Unfortunately there are several things not working properly.

squentin commented 9 years ago

The app indicator/notify situation is a mess between the various desktops.

I plan to rework the various options and plugins into a single tab in gmb, and include a few workarounds that simply do not depend on the desktop : eg "show traytip window at x,y on song change", or "popup the traytip when the mouse cursor is in the top right corner".

About getting the traytip window when hovering over the icon (which is a feature I love too) you can in the meantime get something like the workaround I've described in the desktop widget plugin with the "invisible hotspot" widget, that simply places an invisible window, by default 1x1 top left, and shows the default traytip window (you have to edit the widget layout to change it), you'll probably want to check the "on top" option, and place the hot-spot somewhere that works (a panel can block it)

About the generic media player icon in the system tray, it may be the music menu, in that case, it uses the mpris2 plugin, but there should be a proper way to deactivate it in kde. (There used to be a checkbox in the plugin to not show gmb in the music menu, but that part has been removed from the standard)