Guest User

Untitled

a guest
Aug 11th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. [Desktop Entry]
  2. Version=1.0
  3. Name=Firefox Web Browser
  4. Comment=Browse the World Wide Web
  5. GenericName=Web Browser
  6. Keywords=Internet;WWW;Browser;Web;Explorer;
  7. Exec=firefox --class=Firefox --no-remote --profile /home/user/Private/.mozilla/me/
  8. Terminal=false
  9. X-MultipleArgs=false
  10. Type=Application
  11. Icon=firefox
  12. Categories=GNOME;GTK;Network;WebBrowser;
  13. 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;
  14. StartupNotify=true
  15. StartupWMClass=Firefox
  16. Actions=new-window;new-private-window;profile-manager;
  17.  
  18. [Desktop Action new-window]
  19. Name=Open a New Window
  20. Exec=firefox --class=Firefox --profile /home/user/Private/.mozilla/me/ --new-window
  21.  
  22. [Desktop Action new-private-window]
  23. Name=Open a New Private Window
  24. Exec=firefox --class=Firefox --profile /home/user/Private/.mozilla/me/ --private-window
  25.  
  26. [Desktop Action profile-manager]
  27. Name=Open Profile Manager
  28. Exec=firefox --class=Firefox --ProfileManager
Add Comment
Please, Sign In to add comment