--- firefox.desktop.orig 2015-04-01 19:28:36.263282857 +0600 +++ firefox.desktop 2015-04-01 19:30:08.866531982 +0600 @@ -119,3 +119,24 @@ MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp; StartupNotify=true Categories=Network;WebBrowser; +Actions=NewWindow;NewTab;NewPrivateWindow;Preferences; + +[Desktop Action NewWindow] +Name=New Window +Icon=window-new +Exec=/usr/lib/firefox/firefox --new-window about:home + +[Desktop Action NewTab] +Name=New Tab +Icon=document-new +Exec=/usr/lib/firefox/firefox --new-tab about:home + +[Desktop Action NewPrivateWindow] +Name=New Private Window +Icon=window-new +Exec=/usr/lib/firefox/firefox --private-window + +[Desktop Action Preferences] +Name=Preferences +Icon=preferences-system +Exec=/usr/lib/firefox/firefox --preferences