After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 676632 - Allow to open in full screen
Allow to open in full screen
Status: RESOLVED FIXED
Product: gnome-boxes
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: --
Assigned To: GNOME Boxes maintainer(s)
GNOME Boxes maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2012-05-23 11:29 UTC by Marc-Andre Lureau
Modified: 2016-03-31 13:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Allow to open in full screen (1.64 KB, patch)
2012-05-23 11:29 UTC, Marc-Andre Lureau
committed Details | Review

Description Marc-Andre Lureau 2012-05-23 11:29:04 UTC
Add a --full-screen / -f command line argument to open
in full screen.
Comment 1 Marc-Andre Lureau 2012-05-23 11:29:06 UTC
Created attachment 214749 [details] [review]
Allow to open in full screen
Comment 2 Zeeshan Ali 2012-05-23 20:20:25 UTC
Review of attachment 214749 [details] [review]:

ACK
Comment 3 Marc-Andre Lureau 2012-05-23 23:04:19 UTC
Attachment 214749 [details] pushed as 07fee8d - Allow to open in full screen
Comment 4 Christophe Fergeau 2012-05-24 08:43:48 UTC
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