wok annotate python-bpython/stuff/bpython.desktop @ rev 11728

gcolor2: don't use extension in desktop files
author Christophe Lincoln <pankso@slitaz.org>
date Tue Feb 21 10:56:39 2012 +0100 (2012-02-21)
parents 455a65a0bf12
children df335eb96f61
rev   line source
claudinei@3421 1 [Desktop Entry]
claudinei@3421 2 Icon=python.png
claudinei@3421 3 Name=bpython
claudinei@3421 4 Comment=A fancy interface to the python interpreter!
claudinei@3421 5 Exec=xterm -e bpython
paul@4429 6 Terminal=false
claudinei@3421 7 Type=Application
claudinei@3421 8 Categories=Development;Utility;ConsoleOnly;
claudinei@3421 9 StartupNotify=true