From 83064866ec65f78e07d058442180dace77830fb6 2012-05-03 19:14:56 From: Bradley M. Froehle Date: 2012-05-03 19:14:56 Subject: [PATCH] Avoid deprecated warnings from ipython-qtconsole.desktop. Closes #1672. --- diff --git a/docs/examples/core/ipython-qtconsole.desktop b/docs/examples/core/ipython-qtconsole.desktop index 9d72cc0..ea63616 100644 --- a/docs/examples/core/ipython-qtconsole.desktop +++ b/docs/examples/core/ipython-qtconsole.desktop @@ -13,14 +13,12 @@ Categories=Development;Utility; StartupNotify=false Terminal=false Type=Application -X-Ayatana-Desktop-Shortcuts=Pylab;Pylabinline +Actions=Pylab;Pylabinline; -[Pylab Shortcut Group] +[Desktop Action Pylab] Name=Pylab Exec=ipython qtconsole --pylab -TargetEnvironment=Unity -[Pylabinline Shortcut Group] +[Desktop Action Pylabinline] Name=Pylab (inline plots) Exec=ipython qtconsole --pylab=inline -TargetEnvironment=Unity