Skip to content

Instantly share code, notes, and snippets.

@fearphage
Created May 23, 2011 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fearphage/986682 to your computer and use it in GitHub Desktop.
Save fearphage/986682 to your computer and use it in GitHub Desktop.
Unity file for Opera
[Desktop Entry]
Type=Application
Version=1.0
Name=Opera Next
GenericName=Web browser
GenericName[bs]=Web preglednik
GenericName[de]=Web-Browser
GenericName[eo]=TTT-rigardilo
GenericName[es]=Navegador web
GenericName[et]=Veebibrauser
GenericName[eu]=Web arakatzailea
GenericName[fi]=WWW-selain
GenericName[fr]=Un navigateur web
GenericName[is]=Vafri
GenericName[it]=Browser Web
GenericName[nb]=Nettleser
GenericName[nl]=webbrowser
GenericName[nn]=Nettlesar
GenericName[pt]=Navegador Web
GenericName[pt_BR]=Navegador
GenericName[ro]=Navigator de web
GenericName[ru]=Веб-браузер
GenericName[sl]=Spletni brskalnik
GenericName[ven]=Buronza ya Webu
GenericName[xh]=Umkhangeli Zincwadi Zokubhaliweyo
GenericName[zu]=Umkhangeli zincwadi we Web
Comment=Opera Next
Icon=opera-next-browser.png
Exec=/home/phred/.scripts/opera -pd ~/.opera-next %U
Terminal=false
Type=Application
MimeType=text/html;text/xml;application/xhtml+xml;text/vnd.wap.wml;text/wml;application/x-mimearchive;application/mime;application/xml;application/rss+xml;application/rdf+xml;image/svg+xml;application/x-opera-uniteapplication;application/x-opera-extension;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;x-scheme-handler/mailto;
Categories=Network;WebBrowser;
#StartupWMClass=Opera
StartupNotify=true
X-Ayatana-Desktop-Shortcuts=NewWindow;PrivateMode;TempProfile;
[NewWindow Shortcut Group]
Name=Open a New Window
Exec=/home/phred/.scripts/opera -newwindow
TargetEnvironment=Unity
[PrivateMode Shortcut Group]
Name=Open a New Tab in private browsing mode
Exec=/home/phred/.scripts/opera -newprivatetab
TargetEnvironment=Unity
[TempProfile Shortcut Group]
Name=Open a New Window with a temporary profile
Exec=/home/phred/.scripts/opera -pd $(mktemp -d -t opera-install.XXXXXXXX)
TargetEnvironment=Unity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment