0 Members and 1 Guest are viewing this topic.
opera --start-maximized
Exec=opera --start-maximized %U
Exec=opera %U
sudo xed /usr/share/applications/opera.desktop
Exec=opera --new-window
Exec=opera --private
Exec=opera --new-window --start-maximized
Exec=opera --private --start-maximized
xed /usr/share/applications/opera.desktop
ls -a ~/.local/share/applications | grep opera
xed ~/.local/share/applications/opera.desktop
xed ~/Desktop/opera.desktop
[Desktop Entry]Version=1.0Name=OperaGenericName=Web browserComment=Fast and secure web browserTryExec=operaExec=opera --start-maximized %UTerminal=falseIcon=operaType=ApplicationCategories=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=NewWindow;NewPrivateWindow;[Desktop Action NewWindow]Name=New WindowExec=opera --new-window --start-maximizedTargetEnvironment=Unity[Desktop Action NewPrivateWindow]Name=New Private WindowExec=opera --private --start-maximizedTargetEnvironment=Unity
The first problem i've encounted is that Opera browser won't open maximised unless I leave it maximised when closing it
I know it can be done but being a complete novice I need to be talked through the whole process of opening the terminal and inserting/editing command lines.Can anybody help?