Skip to content

Instantly share code, notes, and snippets.

@EsauPR
Last active January 16, 2020 23:06
Show Gist options
  • Save EsauPR/1af5b02941ec219c48e13d1c5b46ef34 to your computer and use it in GitHub Desktop.
Save EsauPR/1af5b02941ec219c48e13d1c5b46ef34 to your computer and use it in GitHub Desktop.
Solve slack icon in manjaro gnome

Install libappindicator

$ sudo pacman -S libappindicator-gtk3

Modify the desktop file (/usr/share/applications/slack.desktop)

Add to the exec env

XDG_CURRENT_DESKTOP=Unity

Example

Exec=env XDG_CURRENT_DESKTOP=Unity LD_PRELOAD=/usr/lib/libcurl.so.3 /usr/bin/slack %U
@abdulkadyr0v
Copy link

It really work, thank u :)

@jeremyj
Copy link

jeremyj commented Jan 16, 2020

thanks!

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