Last active
May 9, 2018 21:36
-
-
Save filipeandre/524d61c31760dd4b3d415ec0a2598d14 to your computer and use it in GitHub Desktop.
Tiny dropbox fix to show app indicator in gnome ~/.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=Dropbox | |
| GenericName=File Synchronizer | |
| Comment=Sync your files across computers and to the web | |
| Exec=env XDG_CURRENT_DESKTOP=Unity dropbox start -i | |
| Terminal=false | |
| Type=Application | |
| Icon=dropbox | |
| Categories=Network;FileTransfer; | |
| StartupNotify=false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment