annotate etc/icons/octave.desktop.in @ 19843: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 a1acca0c2216
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5466
6a4f87723932 [project @ 2005-09-23 16:42:30 by jwe]
jwe
parents:
diff changeset
1 [Desktop Entry]
6a4f87723932 [project @ 2005-09-23 16:42:30 by jwe]
jwe
parents:
diff changeset
2 Name=GNU Octave
6a4f87723932 [project @ 2005-09-23 16:42:30 by jwe]
jwe
parents:
diff changeset
3 Comment=Scientific Computing using GNU Octave
6a4f87723932 [project @ 2005-09-23 16:42:30 by jwe]
jwe
parents:
diff changeset
4 TryExec=%OCTAVE_PREFIX%/bin/octave
19843
0178c5a98d6f Force GUI to start when starting Octave from desktop menu (bug #44349)
Carnë Draug <carandraug@octave.org>
parents: 19832
diff changeset
5 Exec=%OCTAVE_PREFIX%/bin/octave --force-gui
12336
af2b18354a8e Add new Octave O logo to Mercurial and build process.
Rik <octave@nomad.inbox5.com>
parents: 7702
diff changeset
6 Icon=%OCTAVE_IMAGEDIR%/octave-logo.svg
19832
a1acca0c2216 No terminal window when starting Octave from desktop menu (bug #44349)
Carnë Draug <carandraug@octave.org>
parents: 19831
diff changeset
7 Terminal=false
5466
6a4f87723932 [project @ 2005-09-23 16:42:30 by jwe]
jwe
parents:
diff changeset
8 Type=Application
15129
dd0e355221c6 octave.desktop.in: Change Octave's XDG top-level category to Education.
Rik <rik@octave.org>
parents: 12336
diff changeset
9 Categories=Education;Science;Math;
5466
6a4f87723932 [project @ 2005-09-23 16:42:30 by jwe]
jwe
parents:
diff changeset
10 StartupNotify=false
19831
737b5d449aaf Add "text/x-octave" and "text/x-matlab" as MIME types we are able to handle.
Carnë Draug <carandraug@octave.org>
parents: 18913
diff changeset
11 MimeType=text/x-octave;text/x-matlab;