Poner en ESPAÑOL el navegador Opera cada vez que se actualiza.
* Ir, como root, al archivo “opera.desktop” que se encuentra en “/usr/share/applications/”
* Editarlo con un editor de texto haciendo los cambios pertinentes para que quede así:
[Desktop Entry]
Version=1.0
Name=Opera
GenericName=Web browser
Comment=Fast and secure web browser
TryExec=opera
Exec=opera --lang=es-ES %U
Terminal=false
Icon=opera
Type=Application
Categories=Network;WebBrowser;
MimeType=text/html;text/xml;application/xhtml_xml;x-scheme-handler/
http;x-scheme-handler/https;x-scheme-handler/ftp;application/x-opera-
download;
Actions=new-window;new-private-window;
Desktop Action new-window]
Name=New Window
Exec=opera --lang=es-ES --new-window
TargetEnvironment=Unity
[Desktop Action new-private-window]
Name=New Private Window
Exec=opera --lang=es-ES --incognito
TargetEnvironment=Unity