Last active
May 9, 2018 21:37
-
-
Save filipeandre/cfd90c39790c8701239e83abc282c3c5 to your computer and use it in GitHub Desktop.
Fix gnome indicator ~/.local/share/applications
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Desktop Entry] | |
| Name=Skype | |
| Comment=Skype Internet Telephony | |
| Exec=env XDG_CURRENT_DESKTOP=Unity /snap/bin/skype %U | |
| Icon=/snap/skype/30/meta/gui/skypeforlinux.png | |
| Terminal=false | |
| Type=Application | |
| StartupNotify=true | |
| StartupWMClass=Skype | |
| Categories=Network;Application; | |
| MimeType=x-scheme-handler/skype; | |
| Actions=QuitSkype; | |
| [Desktop Action QuitSkype] | |
| Name=Quit Skype | |
| Name[pt]=Sair do Skype | |
| Exec=/snap/bin/skype --shutdown |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment