##// END OF EJS Templates
Add Unity quicklist to .desktop file for IPython Qt console.
Thomas Kluyver -
Show More
@@ -4,12 +4,23 b''
4 [Desktop Entry]
4 [Desktop Entry]
5 Comment=Enhanced interactive Python qtconsole
5 Comment=Enhanced interactive Python qtconsole
6 Exec=ipython qtconsole
6 Exec=ipython qtconsole
7 GenericName[en_US]=IPython qtconsole
7 GenericName[en_US]=Python shell
8 GenericName=IPython qtconsole
8 GenericName=Python shell
9 Icon=gnome-netstatus-idle
9 Icon=gnome-netstatus-idle
10 Name[en_US]=ipython qtconsole
10 Name[en_US]=IPython Qt console
11 Name=ipython qtconsole
11 Name=IPython Qt console
12 Categories=Development;Utility;
12 Categories=Development;Utility;
13 StartupNotify=false
13 StartupNotify=false
14 Terminal=false
14 Terminal=false
15 Type=Application
15 Type=Application
16 X-Ayatana-Desktop-Shortcuts=Pylab;Pylabinline
17
18 [Pylab Shortcut Group]
19 Name=Pylab
20 Exec=ipython qtconsole --pylab
21 TargetEnvironment=Unity
22
23 [Pylabinline Shortcut Group]
24 Name=Pylab (inline plots)
25 Exec=ipython qtconsole --pylab=inline
26 TargetEnvironment=Unity
General Comments 0
You need to be logged in to leave comments. Login now