##// END OF EJS Templates
add desktop file for the qtconsole
Julian Taylor -
Show More
@@ -0,0 +1,15 b''
1 # If you want ipython to appear in a linux app launcher ("start menu"), install this by doing:
2 # sudo desktop-file-install ipython-qtconsole.desktop
3
4 [Desktop Entry]
5 Comment=Enhanced interactive Python qtconsole
6 Exec=ipython qtconsole
7 GenericName[en_US]=IPython qtconsole
8 GenericName=IPython qtconsole
9 Icon=gnome-netstatus-idle
10 Name[en_US]=ipython qtconsole
11 Name=ipython qtconsole
12 Categories=Development;Utility;
13 StartupNotify=false
14 Terminal=false
15 Type=Application
General Comments 0
You need to be logged in to leave comments. Login now