Starting in Fullscreen?

Asked by Stefano Coronado

How does one start the application without it automatically starting in full-screen mode?

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
Erich E. Hoover (ehoover) said :
#1

Just launch it with the "--windowed" flag:
netflix-desktop --windowed

Revision history for this message
Stefano Coronado (stefanoume) said :
#2

Could I do anything from my end to not make me have to open up a terminal?

I don't like opening a terminal just to launch a program that is on my launcher

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

Unfortunately, at least on my version of Ubuntu, there is no easy way to edit the launcher flags for an application. However, should you wish you can edit the launcher like so:
sudo gedit /usr/share/applications/netflix-desktop.desktop
and change the line:
Exec=netflix-desktop
to:
Exec=netflix-desktop --windowed

This change will cause your launcher to always execute Netflix Desktop in windowed mode.

Revision history for this message
Stefano Coronado (stefanoume) said :
#5

Thank you. It worked.