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

