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 376560 - command-line option to slide-show
command-line option to slide-show
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: general
2.17.x
Other Linux
: Normal minor
: ---
Assigned To: Bruno Boaventura
EOG Maintainers
Depends on:
Blocks: 376513
 
 
Reported: 2006-11-18 05:18 UTC by Bruno Boaventura
Modified: 2006-12-26 12:37 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Bruno Boaventura 2006-11-18 05:18:29 UTC
EOG needs a command-line to start slide-show.

Lucas have been pointed in comment 2 of bug #308787 , but, I'm openning this bug to keep atomicity in EOG bugs.

Added to TRACKER bug #376513 too.
Comment 1 Lucas Rocha 2006-12-26 12:37:57 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.