torios team mailing list archive
-
torios team
-
Mailing list archive
-
Message #01270
Re: Menu
---- Aan za, 15 nov 2014 23:00:44 +0100 Israel schreef ----
>Here is the link:
>
>https://github.com/Israel-/jwm-settings-manager/blob/master/data/toriOSmenu
>
>The issue is that programs like Firefox
>Have
>Name=Firefox Web Browser
>GenericName=Web Browser
>Exec=firefox %u
>
>Name=Open a New Window
>Exec=firefox -new-window
>
>Name=Open a New Private Window
>Exec=firefox -private-window
>
>So the last one gets used...
>I want the first one ONLY
>Not sure what I am missing here...
>
>--
>Regards
>
>
That makes sense. You can solve it very easily:
cat firefox.desktop | grep Exec | head -n1
:D
Kind regards,
Geoffrey De Belie / Smile4ever
Follow ups