Difference between revisions of "Talk:Pale Moon"
From Free Knowledge Base- The DUCK Project: information for everyone
(Created page with "== HTML 5 Test=== * http://html5test.com") |
(→Cinnamon Desktop Icon Launcher: new section) |
||
Line 2: | Line 2: | ||
* http://html5test.com | * http://html5test.com | ||
+ | |||
+ | == Cinnamon Desktop Icon Launcher == | ||
+ | |||
+ | Example Launcher: | ||
+ | |||
+ | |||
+ | [Desktop Entry] | ||
+ | Name=Pale Moon | ||
+ | GenericName=Web Browser | ||
+ | Comment=Browse the World Wide Web | ||
+ | Exec=palemoon %u -private-window | ||
+ | Terminal=false | ||
+ | Type=Application | ||
+ | Icon=palemoon | ||
+ | Categories=Network;WebBrowser; | ||
+ | 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=false | ||
+ | Actions=NewTab;NewWindow;NewPrivateWindow; | ||
+ | StartupWMClass="pale moon" | ||
+ | |||
+ | Name[en_US]=Pale Moon (Private) | ||
+ | |||
+ | [Desktop Action NewTab] | ||
+ | Name=Open new tab | ||
+ | Exec=palemoon -new-tab https://start.palemoon.org | ||
+ | |||
+ | [Desktop Action NewWindow] | ||
+ | Name=Open new window | ||
+ | Exec=palemoon -new-window | ||
+ | |||
+ | [Desktop Action NewPrivateWindow] | ||
+ | Name=New private window | ||
+ | Exec=palemoon -private-window |
Revision as of 16:59, 15 January 2020
HTML 5 Test=
Cinnamon Desktop Icon Launcher
Example Launcher:
[Desktop Entry] Name=Pale Moon GenericName=Web Browser Comment=Browse the World Wide Web Exec=palemoon %u -private-window Terminal=false Type=Application Icon=palemoon Categories=Network;WebBrowser; 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=false Actions=NewTab;NewWindow;NewPrivateWindow; StartupWMClass="pale moon" Name[en_US]=Pale Moon (Private) [Desktop Action NewTab] Name=Open new tab Exec=palemoon -new-tab https://start.palemoon.org [Desktop Action NewWindow] Name=Open new window Exec=palemoon -new-window [Desktop Action NewPrivateWindow] Name=New private window Exec=palemoon -private-window