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 376513 - TRACKER: command-line options
TRACKER: command-line options
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: general
2.17.x
Other Linux
: Normal normal
: ---
Assigned To: EOG Maintainers
EOG Maintainers
Depends on: 308787 336712 376560
Blocks:
 
 
Reported: 2006-11-18 01:11 UTC by Bruno Boaventura
Modified: 2006-12-26 12:36 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Bruno Boaventura 2006-11-18 01:11:45 UTC
This bug become a tracker to command-line options in EOG.
Comment 1 Bruno Boaventura 2006-11-18 01:13:35 UTC
bug #336712 - command-line option to disable collection view
bug #308787 - command-line full-screen option

Others???
Comment 2 Bruno Boaventura 2006-11-18 05:19:44 UTC
bug #376560 – command-line option to slide-show
Comment 3 Bruno Boaventura 2006-12-01 22:58:10 UTC
I have been attached a patch in bug #308787 to fix the previous three related bugs.
Comment 4 Lucas Rocha 2006-12-26 12:36:13 UTC
Fixed in eog-ng branch, thanks! As there's no plan at all to fix this in HEAD, I'm closing this bug report.

2006-12-26  Lucas Rocha  <lucasr@gnome.org>

        New command-line options for EOG: -s to start in slideshow mode, -f
        to start in fullscreen mode, and -c to disable collection pane on
        startup (Fixes bugs #308787, #336712, #376560, #376513). Based on
        patch from Bruno Boaventura <brunoboaventura@gmail.com>.

        * shell/eog-window.[ch]: add startup flags to EogWindow. Consider
        those flags when constructing the UI.
        * shell/eog-application.[ch]: Update API to receive the EogWindow startup
        flags.
        * shell/main.c: initialize startup flags based on passed command-line
        options.