GNOME Bugzilla – Bug 376513
TRACKER: command-line options
Last modified: 2006-12-26 12:36:13 UTC
This bug become a tracker to command-line options in EOG.
bug #336712 - command-line option to disable collection view bug #308787 - command-line full-screen option Others???
bug #376560 – command-line option to slide-show
I have been attached a patch in bug #308787 to fix the previous three related bugs.
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.