Show More
@@ -0,0 +1,22 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-sh.desktop | |||
|
3 | ||||
|
4 | [Desktop Entry] | |||
|
5 | Comment=Perform shell-like tasks in interactive ipython session | |||
|
6 | Exec=ipython -p sh | |||
|
7 | GenericName[en_US]=IPython shell mode | |||
|
8 | GenericName=IPython shell mode | |||
|
9 | Icon=gnome-netstatus-idle | |||
|
10 | MimeType= | |||
|
11 | Name[en_US]=ipython-sh | |||
|
12 | Name=ipython-sh | |||
|
13 | Path= | |||
|
14 | Categories=Development;Utility; | |||
|
15 | StartupNotify=false | |||
|
16 | Terminal=true | |||
|
17 | TerminalOptions= | |||
|
18 | Type=Application | |||
|
19 | X-DBUS-ServiceName= | |||
|
20 | X-DBUS-StartupType=none | |||
|
21 | X-KDE-SubstituteUID=false | |||
|
22 | X-KDE-Username= |
@@ -0,0 +1,22 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.desktop | |||
|
3 | ||||
|
4 | [Desktop Entry] | |||
|
5 | Comment=Enhanced interactive Python shell | |||
|
6 | Exec=ipython | |||
|
7 | GenericName[en_US]=IPython | |||
|
8 | GenericName=IPython | |||
|
9 | Icon=gnome-netstatus-idle | |||
|
10 | MimeType= | |||
|
11 | Name[en_US]=ipython | |||
|
12 | Name=ipython | |||
|
13 | Path= | |||
|
14 | Categories=Development;Utility; | |||
|
15 | StartupNotify=false | |||
|
16 | Terminal=true | |||
|
17 | TerminalOptions= | |||
|
18 | Type=Application | |||
|
19 | X-DBUS-ServiceName= | |||
|
20 | X-DBUS-StartupType=none | |||
|
21 | X-KDE-SubstituteUID=false | |||
|
22 | X-KDE-Username= |
General Comments 0
You need to be logged in to leave comments.
Login now