Guest User

Untitled

a guest
Sep 25th, 2024
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. cat /usr/share/applications/chromium.desktop
  2.  
  3.  
  4. [Desktop Entry]
  5. Version=1.0
  6. Name=Chromium
  7. GenericName=Web Browser
  8. GenericName[en_GB]=Web Browser
  9. GenericName[ru]=Веб-браузер
  10. Comment=Access the Internet
  11. Comment[en_GB]=Access the Internet
  12. Comment[ru]=Доступ в Интернет
  13.  
  14. Exec=/usr/bin/chromium --proxy-server="socks5://127.0.0.1:9999" %U
  15. StartupNotify=true
  16. Terminal=false
  17. Icon=chromium
  18. Type=Application
  19. Categories=Network;WebBrowser;
  20. MimeType=application/pdf;application/rdf+xml;application/rss+xml;application/xhtml+xml;application/xhtml_xml;application/xml;image/gif;image/jpeg;image/png;image/webp;text/html;text/xml;x-scheme-handler/http;x-scheme-handler/https;
  21. Actions=new-window;new-private-window;
  22.  
  23. [Desktop Action new-window]
  24. Name=New Window
  25. Name[en_GB]=New Window
  26.  
  27. Name[ru]=Новое окно
  28. Exec=/usr/bin/chromium --proxy-server="socks5://127.0.0.1:9999"
  29.  
  30. [Desktop Action new-private-window]
  31. Name=New Incognito Window
  32. Name[en_GB]=New Incognito window
  33. Name[ru]=Новое окно в режиме инкогнито
  34.  
  35. Exec=/usr/bin/chromium --incognito --proxy-server="socks5://127.0.0.1:9999"
  36.  
Advertisement
Add Comment
Please, Sign In to add comment