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 716830 - add fullscreen commandline option
add fullscreen commandline option
Status: RESOLVED FIXED
Product: shotwell
Classification: Other
Component: viewer-mode
unspecified
Other All
: Low enhancement
: 0.28
Assigned To: Shotwell Maintainers
Shotwell Maintainers
Depends on: 768271
Blocks:
 
 
Reported: 2010-09-18 10:52 UTC by Shotwell Maintainers
Modified: 2017-05-30 17:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
direct: Add option to start fullscreen (2.26 KB, patch)
2017-05-29 20:43 UTC, Jens Georg
committed Details | Review
Fix typo in fullscreen option (833 bytes, patch)
2017-05-30 16:29 UTC, Jens Georg
committed Details | Review

Description Charles Lindsay 2013-11-25 21:47:03 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 

Comment 1 Jens Georg 2016-11-04 09:45:36 UTC
That should be a simple task once we switch the codebase to GAction
Comment 2 Jens Georg 2017-05-29 20:43:15 UTC
Created attachment 352826 [details] [review]
direct: Add option to start fullscreen
Comment 3 Jens Georg 2017-05-29 20:43:57 UTC
Attachment 352826 [details] pushed as b958b2e - direct: Add option to start fullscreen
Comment 4 Piotr Drąg 2017-05-29 21:17:15 UTC
There is a typo in the patch:

+ OptionEntry fullscreen = { "fuillscreen", 'f', 0, OptionArg.NONE,
                                ^
Comment 5 Jens Georg 2017-05-30 16:29:17 UTC
Created attachment 352885 [details] [review]
Fix typo in fullscreen option
Comment 6 Jens Georg 2017-05-30 17:54:49 UTC
Attachment 352885 [details] pushed as 036f831 - Fix typo in fullscreen option