Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cat /usr/share/applications/chromium.desktop
- [Desktop Entry]
- Version=1.0
- Name=Chromium
- GenericName=Web Browser
- GenericName[en_GB]=Web Browser
- GenericName[ru]=Веб-браузер
- Comment=Access the Internet
- Comment[en_GB]=Access the Internet
- Comment[ru]=Доступ в Интернет
- Exec=/usr/bin/chromium --proxy-server="socks5://127.0.0.1:9999" %U
- StartupNotify=true
- Terminal=false
- Icon=chromium
- Type=Application
- Categories=Network;WebBrowser;
- 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;
- Actions=new-window;new-private-window;
- [Desktop Action new-window]
- Name=New Window
- Name[en_GB]=New Window
- Name[ru]=Новое окно
- Exec=/usr/bin/chromium --proxy-server="socks5://127.0.0.1:9999"
- [Desktop Action new-private-window]
- Name=New Incognito Window
- Name[en_GB]=New Incognito window
- Name[ru]=Новое окно в режиме инкогнито
- Exec=/usr/bin/chromium --incognito --proxy-server="socks5://127.0.0.1:9999"
Advertisement
Add Comment
Please, Sign In to add comment