You know what, i don't like running command from my desktop in order to
get software :rolleyes:
I'll give you this, i made it myself quickly so i can't guarantee it but
you if you'r under gnome, it will give you a nice icon an all.

make a file named squeezeplay.desktop in /opt/squeezeplay/ and copy this
inside :

Code:
--------------------
    [Desktop Entry]
  Name=SqueezePlay
  Comment=Launch Jive GUI 
  Exec='/opt/squeezeplay/bin/squeezeplay.sh'
  Icon=/opt/squeezeplay/200px-ControllerAppIcon.png
  Terminal=false
  Type=Application
  Categories=Audio;AudioVideo;Application;
--------------------

Then download the official icon form the wiki and save it inside
/opt/squeezeplay/
http://wiki.slimdevices.com/uploads/thumb/5/58/ControllerAppIcon.png/200px-ControllerAppIcon.png

Finish by creating a "soft link" between the file you created and
/usr/share/applications/

Code:
--------------------
    sudo ln -s /opt/squeezeplay/squeezeplay.desktop /usr/share/applications/ 
--------------------


you now see it in you application launcher under Sound & Video, with
fancy icon :p

I made this in 25sec, so i absolutely didn't look around to see if they
was already some .desktop made, but i thought i might share anyway.
Sorry for the noise if this was useless.


------------------------------------------------------------------------
vlycop's Profile: http://forums.slimdevices.com/member.php?userid=68104
View this thread: http://forums.slimdevices.com/showthread.php?t=109610

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to