# HG changeset patch # User Carnë Draug # Date 1424775825 0 # Node ID 0178c5a98d6f8a90b9dcda9b35bb5ba2a2721c32 # Parent 03adada5334779ed9cee496e5e13d89d618134c5 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). diff -r 03adada53347 -r 0178c5a98d6f etc/icons/octave.desktop.in --- a/etc/icons/octave.desktop.in Mon Feb 23 21:31:53 2015 -0800 +++ b/etc/icons/octave.desktop.in Tue Feb 24 11:03:45 2015 +0000 @@ -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