Option to not open in fullscreen

Asked by Viper474

Is there a setting I could change so that the window will not open in fullscreen every time? I've only got the one monitor and would to prefer to be able to do other things on my computer at the same time. I have volume buttons mapped to F11 and F12, so that makes exiting fullscreen more difficult. If there is an option I could change to set it to open in the un-maximized size, that would be my preference. Thank you.

Question information

Language:
English Edit question
Status:
Solved
For:
Netflix Desktop Edit question
Assignee:
No assignee Edit question
Solved by:
Erich E. Hoover
Solved:
Last query:
Last reply:
Revision history for this message
Best Erich E. Hoover (ehoover) said :
#1

You can launch the application like this:
netflix-desktop --windowed

Does that help?

Revision history for this message
Viper474 (viper474) said :
#2

Yes, I believe that's exactly what I was looking to use. Thank you.

Revision history for this message
Viper474 (viper474) said :
#3

Thanks Erich E. Hoover, that solved my question.

Revision history for this message
kodie (delurfangs) said :
#4

any way to set this so the shortcut on the unity bar opens it windowed since when it opens full screen it goes to to my left screen which is not my primary screen. or a way to force it to open on the primary (right) screen?

Revision history for this message
Erich E. Hoover (ehoover) said :
#5

Just edit the launcher as the administrator:
sudo gedit /usr/share/applications/netflix-desktop.desktop
by changing the line that reads:
Exec=netflix-desktop
to read:
Exec=netflix-desktop --windowed

Revision history for this message
kodie (delurfangs) said :
#6

Thanks works great. still getting used to linux never would have thought to open a .desktop in gedit i had searched for a .conf file with no luck. thanks again

Revision history for this message
Erich E. Hoover (ehoover) said :
#7

No problem, when I get a chance I'll probably change it to remember the way you launched it last.