GNOME Bugzilla – Bug 716830
add fullscreen commandline option
Last modified: 2017-05-30 17:54:55 UTC
---- Reported by shotwell-maint@gnome.bugs 2010-09-18 03:52:00 -0700 ---- Original Redmine bug id: 2576 Original URL: http://redmine.yorba.org/issues/2576 Searchable id: yorba-bug-2576 Original author: Paul Schulze Original description: Like eog (eye of gnome) and others, a commandline option like -f, --fullscreen would be nice. If running with this option and a give file, the photo opens directly in fullscreen. I used this behaviour in ACDSee on Windows years ago. ---- Additional Comments From shotwell-maint@gnome.bugs 2010-11-17 03:22:00 -0800 ---- ### History #### #1 Updated by Adam Dingle about 3 years ago * **Priority** set to _High_ A reasonable suggestion. #### #2 Updated by Adam Dingle about 3 years ago * **Priority** deleted (<strike>_High_</strike>) We're now past feature freeze, so I think this probably won't make 0.8. Hopefully for 0.9. --- Bug imported by chaz@yorba.org 2013-11-25 21:47 UTC --- This bug was previously known as _bug_ 2576 at http://redmine.yorba.org/show_bug.cgi?id=2576 Unknown Component Using default product and component set in Parameters Unknown version " in product shotwell. Setting version to "!unspecified". Unknown milestone "unknown in product shotwell. Setting to default milestone for this product, "---". Setting qa contact to the default for this product. This bug either had no qa contact or an invalid one. Resolution set on an open status. Dropping resolution
That should be a simple task once we switch the codebase to GAction
Created attachment 352826 [details] [review] direct: Add option to start fullscreen
Attachment 352826 [details] pushed as b958b2e - direct: Add option to start fullscreen
There is a typo in the patch: + OptionEntry fullscreen = { "fuillscreen", 'f', 0, OptionArg.NONE, ^
Created attachment 352885 [details] [review] Fix typo in fullscreen option
Attachment 352885 [details] pushed as 036f831 - Fix typo in fullscreen option