From f80de245b2c1faba2b63a55e6c74d317d68c054f Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Thu, 18 Mar 2021 19:21:53 +0000 Subject: Add newmoon rpm --- newmoon/newmoon.desktop | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 newmoon/newmoon.desktop (limited to 'newmoon/newmoon.desktop') diff --git a/newmoon/newmoon.desktop b/newmoon/newmoon.desktop new file mode 100644 index 0000000..db57c23 --- /dev/null +++ b/newmoon/newmoon.desktop @@ -0,0 +1,24 @@ +[Desktop Entry] +Name=Newmoon +GenericName=Web Browser +Comment=Browse the World Wide Web +Keywords=Internet;WWW;Browser;Web;Explorer; +Exec=@EXEC@ %u +Terminal=false +X-MultipleArgs=false +Type=Application +Icon=newmoon +Categories=Network;WebBrowser; +MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;x-scheme-handler/chrome;video/webm;application/x-xpinstall; +StartupNotify=true +Actions=NewWindow;NewPrivateWindow; + +[Desktop Action NewWindow] +Name=Open new window +Exec=@EXEC@ -new-window +OnlyShowIn=Unity; + +[Desktop Action NewPrivateWindow] +Name=New private window +Exec=@EXEC@ -private-window +OnlyShowIn=Unity; -- cgit