Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 57adf06

Browse files
committed
Add Unity quicklist to .desktop file for IPython Qt console.
1 parent 54e67c3 commit 57adf06

1 file changed

Lines changed: 15 additions & 4 deletions

File tree

docs/examples/core/ipython-qtconsole.desktop

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,23 @@
44
[Desktop Entry]
55
Comment=Enhanced interactive Python qtconsole
66
Exec=ipython qtconsole
7-
GenericName[en_US]=IPython qtconsole
8-
GenericName=IPython qtconsole
7+
GenericName[en_US]=Python shell
8+
GenericName=Python shell
99
Icon=gnome-netstatus-idle
10-
Name[en_US]=ipython qtconsole
11-
Name=ipython qtconsole
10+
Name[en_US]=IPython Qt console
11+
Name=IPython Qt console
1212
Categories=Development;Utility;
1313
StartupNotify=false
1414
Terminal=false
1515
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

0 commit comments

Comments
 (0)