changeset 20048:0178c5a98d6f

Force GUI to start when starting Octave from desktop menu (bug #44349) * etc/icons/octave.desktop.in: seems like the --force-gui option is required to actually start Octave and the GUI from a link or desktop menu entry, now that we don't start by opening a terminal window (cset a1acca0c2216).
author Carnë Draug <carandraug@octave.org>
date Tue, 24 Feb 2015 11:03:45 +0000
parents 03adada53347
children a09471d938a5
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
+++ b/etc/icons/octave.desktop.in
@@ -2,7 +2,7 @@
 Name=GNU Octave
 Comment=Scientific Computing using GNU Octave
 TryExec=%OCTAVE_PREFIX%/bin/octave
-Exec=%OCTAVE_PREFIX%/bin/octave
+Exec=%OCTAVE_PREFIX%/bin/octave --force-gui
 Icon=%OCTAVE_IMAGEDIR%/octave-logo.svg
 Terminal=false
 Type=Application