##// END OF EJS Templates
Avoid deprecated warnings from ipython-qtconsole.desktop....
Bradley M. Froehle -
Show More
@@ -13,14 +13,12 b' 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
16 Actions=Pylab;Pylabinline;
17
17
18 [Pylab Shortcut Group]
18 [Desktop Action Pylab]
19 Name=Pylab
19 Name=Pylab
20 Exec=ipython qtconsole --pylab
20 Exec=ipython qtconsole --pylab
21 TargetEnvironment=Unity
22
21
23 [Pylabinline Shortcut Group]
22 [Desktop Action Pylabinline]
24 Name=Pylab (inline plots)
23 Name=Pylab (inline plots)
25 Exec=ipython qtconsole --pylab=inline
24 Exec=ipython qtconsole --pylab=inline
26 TargetEnvironment=Unity
General Comments 0
You need to be logged in to leave comments. Login now