##// END OF EJS Templates

File last commit:

r4823:57adf068
r4870:fcafc407
Show More
ipython-qtconsole.desktop
26 lines | 711 B | text/plain | TextLexer
/ docs / examples / core / ipython-qtconsole.desktop
Julian Taylor
add desktop file for the qtconsole
r4257 # If you want ipython to appear in a linux app launcher ("start menu"), install this by doing:
# sudo desktop-file-install ipython-qtconsole.desktop
[Desktop Entry]
Comment=Enhanced interactive Python qtconsole
Exec=ipython qtconsole
Thomas Kluyver
Add Unity quicklist to .desktop file for IPython Qt console.
r4823 GenericName[en_US]=Python shell
GenericName=Python shell
Julian Taylor
add desktop file for the qtconsole
r4257 Icon=gnome-netstatus-idle
Thomas Kluyver
Add Unity quicklist to .desktop file for IPython Qt console.
r4823 Name[en_US]=IPython Qt console
Name=IPython Qt console
Julian Taylor
add desktop file for the qtconsole
r4257 Categories=Development;Utility;
StartupNotify=false
Terminal=false
Type=Application
Thomas Kluyver
Add Unity quicklist to .desktop file for IPython Qt console.
r4823 X-Ayatana-Desktop-Shortcuts=Pylab;Pylabinline
[Pylab Shortcut Group]
Name=Pylab
Exec=ipython qtconsole --pylab
TargetEnvironment=Unity
[Pylabinline Shortcut Group]
Name=Pylab (inline plots)
Exec=ipython qtconsole --pylab=inline
TargetEnvironment=Unity