Manuel-Kehl / elementaryPlus

This theme is an addition to elementary OS's default icon theme. It contains icons for several third party applications that resemble elementary OS's style.
GNU General Public License v3.0
356 stars 35 forks source link

Hipchat indicator icon is broken #409

Closed przemuh closed 8 years ago

przemuh commented 8 years ago

I've tried everything but nothing works for me....Hipchat icon in tray is broken.

OS: Freya

screenshot from 2016-08-06 14 38 02

quassy commented 8 years ago

elementary+ should include support for the Hipchat status indicator #71. Apparently this is a bug with many apps, you have to edit the desktop file /usr/share/applications/hipchat4.desktop (or similar) and add a reference to Unity so it looks like this:

Exec=env XDG_CURRENT_DESKTOP=Unity /what/was/here/before/hipchat

Taken from this reddit comment. To avoid that changes get overwritten by updates you could also copy the edited desktop file to ~/.local/share/applications/.

Please report back if this works for you :smile:

przemuh commented 8 years ago

Works like a charm :) after editing hipchat4.desktop in both places /usr/share/applications + ~/.local/share/applications :)