GNOME Bugzilla – Bug 676632
Allow to open in full screen
Last modified: 2016-03-31 13:57:08 UTC
Add a --full-screen / -f command line argument to open in full screen.
Created attachment 214749 [details] [review] Allow to open in full screen
Review of attachment 214749 [details] [review]: ACK
Attachment 214749 [details] pushed as 07fee8d - Allow to open in full screen
Review of attachment 214749 [details] [review]: ::: src/main.vala @@ +11,3 @@ { "version", 0, 0, OptionArg.NONE, ref version, N_("Display version number"), null }, + { "full-screen", 'f', 0, OptionArg.NONE, ref fullscreen, N_("Open in full screen"), null }, + { "checks", 0, 0, OptionArg.NONE, ref checks, N_("Check virtualization capabilities"), null }, This silently marks "checks" as translatable, this has *nothing* to do in this commit