Create application launcher in Linux
Posted: Thu Sep 19, 2013 4:00 pm
Hey there, this is just a little tip for the linux users, playing Pandora out there.
You can create your own application launcher to run Pandora from the dash( Gnome, Unity, and maybe others).
And the format is the following:
And the where should it be( this will work for your user only):
This can be easily done with the commands:
And make it runnable...
Don't forget to alter the path to the executable binary, within this command or after, with some editor.
Ah, it could possible be different if you're using something other than Gnome 3.
Here is the icon I'd use, just to have something...
Cheers!
You can create your own application launcher to run Pandora from the dash( Gnome, Unity, and maybe others).
And the format is the following:
Code: Select all
#!/usr/bin/env xdg-open
[Desktop Entry]
Name=Pandora Beta
Exec="/path/to/Pandora Beta/Binaries/Pandora"
Icon="/path/to/icon.png"
Type=Application
Categories=Game
Code: Select all
/home/user/.local/share/applications/pandora-launcher.desktopCode: Select all
$ echo -e '#!/usr/bin/env xdg-open\n[Desktop Entry]\n\tName=Pandora Beta\n\tExec="/path/to/Pandora Beta/Binaries/Pandora"\n\tIcon="/path/to/icon.png"\n\tType=Application\n\tCategories=Game' > $HOME/.local/share/applications/pandora-launch.desktopCode: Select all
$ chmod +x $HOME/.local/share/applications/pandora-launch.desktopAh, it could possible be different if you're using something other than Gnome 3.
Here is the icon I'd use, just to have something...
Code: Select all
/usr/share/icons/gnome/48x48/status/security-high.png