Skip to content

Instantly share code, notes, and snippets.

@therocco
Last active May 15, 2017 23:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save therocco/5de8a230af61a83e6bcdc287d65beb70 to your computer and use it in GitHub Desktop.
Save therocco/5de8a230af61a83e6bcdc287d65beb70 to your computer and use it in GitHub Desktop.
Show app indicators in wingpanel on elementary OS

elementary OS 0.4 (Loki) - App Indicator Support

To get app indicators showing up in wingpanel on elementary OS takes a little bit of manual labor by adding an environment variable in your apps .desktop file. If you use an app that uses app indicators and they are not working on elementary OS, please notify the apps developer and ask them to impliment support. In most cases this is a simple process.

Edit your apps desktop file:

sudo nano /usr/share/applications/<app>.desktop

Find the line with Exec on it and add the following to it env XDG_CURRENT_DESKTOP=Unity. Once you are done save the .desktop file and restart your app via the Applications menu or through your dock.

Example

Exec=env XDG_CURRENT_DESKTOP=Unity /usr/bin/<app>
@quequotion
Copy link

Another way around this would be to create overriding .desktop files in ~/.local/share/applications, with Pantheon appended to OnlyShowIn=

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment