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 336712 - command-line option to disable collection view
command-line option to disable collection view
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: general
2.14.x
Other Linux
: Normal normal
: ---
Assigned To: Bruno Boaventura
EOG Maintainers
Depends on:
Blocks: 376513
 
 
Reported: 2006-03-31 08:58 UTC by James "Doc" Livingston
Modified: 2006-12-26 12:37 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description James "Doc" Livingston 2006-03-31 08:58:08 UTC
It would be nice if there was a command-line option to disable the collection view for the instance.

I have a script that uses eog to display images on screen, and having the collection view displayed makes it look odd.
Comment 1 Bruno Boaventura 2006-11-18 00:01:37 UTC
Add myself to CC list
Comment 2 Bruno Boaventura 2006-11-18 01:15:11 UTC
Bug #376513 (TRACKER) was created by me for command-line bugs.
Comment 3 Lucas Rocha 2006-12-26 12:37:50 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.