desktop icons in Breezy
Seth Hasani
sepheebear at gmail.com
Wed Oct 5 17:41:39 UTC 2005
<quote who="Frank McCormick" on Tue, Oct 04, 2005 at 10:52:54PM EDT>
> I am trying to put an icon om my desktop for Python -
> I have tried "/usr/bin/rxvt-xterm -e /usr/bin/python" and many other
> variations but none works.
> If i bring up a terminal and type python or python2.4 it works. Why
> won't it work from an icon on the DT ??
Both these launchers work fine for me from the desktop:
#### Python launcher using gnome-terminal ####
$ cat Desktop/python.desktop
[Desktop Entry]
Comment=Python Shell
Name=Python
Exec=python
Encoding=UTF-8
Terminal=true
Type=Application
Icon=python2.4-32.xpm
#### Python launcher using rxvt ####
$ cat Desktop/rxvt.desktop
[Desktop Entry]
Comment=Python Shell
Name=Python
Exec=rxvt -e python
Encoding=UTF-8
Terminal=false
Type=Application
Icon=python2.4-32.xpm
Seth
More information about the ubuntu-users
mailing list