changeset 19832:a1acca0c2216

No terminal window when starting Octave from desktop menu (bug #44349) * etc/icons/octave.desktop.in: the Terminal key on a desktop file, controls whether the program runs on a terminal window. While this is true for Octave on its own, we can guess that if the user is using desktop menus he wants the Octave GUI. Anyway, as it was, it was simply opening a terminal window and run Octave from there which was useless. Users wanting a icon for a terminal window with Octave (no-gui), will have to create it themselves.
author Carnë Draug <carandraug@octave.org>
date Mon, 23 Feb 2015 16:42:25 +0000
parents 737b5d449aaf
children 9fc020886ae9
files etc/icons/octave.desktop.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/etc/icons/octave.desktop.in	Mon Feb 23 15:56:44 2015 +0000
+++ b/etc/icons/octave.desktop.in	Mon Feb 23 16:42:25 2015 +0000
@@ -4,7 +4,7 @@
 TryExec=%OCTAVE_PREFIX%/bin/octave
 Exec=%OCTAVE_PREFIX%/bin/octave
 Icon=%OCTAVE_IMAGEDIR%/octave-logo.svg
-Terminal=true
+Terminal=false
 Type=Application
 Categories=Education;Science;Math;
 StartupNotify=false