##// END OF EJS Templates
remove empty and unneeded options from desktop file...
Julian Taylor -
Show More
@@ -1,22 +1,15 b''
1 # If you want ipython to appear in a linux app launcher ("start menu"), install this by doing:
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
2 # sudo desktop-file-install ipython.desktop
3
3
4 [Desktop Entry]
4 [Desktop Entry]
5 Comment=Enhanced interactive Python shell
5 Comment=Enhanced interactive Python shell
6 Exec=ipython
6 Exec=ipython
7 GenericName[en_US]=IPython
7 GenericName[en_US]=IPython
8 GenericName=IPython
8 GenericName=IPython
9 Icon=gnome-netstatus-idle
9 Icon=gnome-netstatus-idle
10 MimeType=
11 Name[en_US]=ipython
10 Name[en_US]=ipython
12 Name=ipython
11 Name=ipython
13 Path=
14 Categories=Development;Utility;
12 Categories=Development;Utility;
15 StartupNotify=false
13 StartupNotify=false
16 Terminal=true
14 Terminal=true
17 TerminalOptions=
18 Type=Application
15 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