diff --git a/etc/xdg/autostart/a-firefox.desktop b/etc/xdg/autostart/a-firefox.desktop new file mode 100644 index 00000000..8ed89062 --- /dev/null +++ b/etc/xdg/autostart/a-firefox.desktop @@ -0,0 +1,22 @@ +[Desktop Entry] +Version=1.0 +Name=FIREFOX +Exec=/usr/local/bin/firefox %U +Icon=firefox +Terminal=false +Type=Application +MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https; +StartupNotify=true +Categories=Network;WebBrowser; +Actions=new-window;new-private-window;profile-manager-window; +StartupWMClass=firefox + +[Desktop Action new-window] +Name=Open a New Window +Name[fi]=Uusi ikkuna +Exec=/usr/local/bin/firefox --new-window %U + +[Desktop Action new-private-window] +Name=Open a New Private Window +Name[fi]=Uusi yksityinen ikkuna +Exec=/usr/local/bin/firefox --private-window %U diff --git a/etc/xdg/autostart/libreawoo.desktop b/etc/xdg/autostart/libreawoo.desktop index f73cc31c..1f9a9690 100644 --- a/etc/xdg/autostart/libreawoo.desktop +++ b/etc/xdg/autostart/libreawoo.desktop @@ -17,7 +17,7 @@ Actions=new-window;new-private-window;safe-mode;preferences; [Desktop Action new-window] Name=New Window -Exec=/usr/local/bin/libreawoo +Exec=/usr/local/bin/libreawoo --new-window %U [Desktop Action new-private-window] Name=New Private Window Exec=/usr/local/bin/libreawoo --private-window %U