GNOME Bugzilla – Bug 376560
command-line option to slide-show
Last modified: 2006-12-26 12:37:57 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.
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.