Talk:Pale Moon: Difference between revisions

From Free Knowledge Base- The DUCK Project
Jump to navigation Jump to search
Created page with "== HTML 5 Test=== * http://html5test.com"
 
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 15: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