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 427846 - Can't launch command line collections
Can't launch command line collections
Status: RESOLVED FIXED
Product: gthumb
Classification: Other
Component: general
2.10.x
Other Linux
: Normal major
: ---
Assigned To: Paolo Bacchilega
Paolo Bacchilega
: 427695 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-04-09 12:10 UTC by Michael Chudobiak
Modified: 2007-04-09 17:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
remove the scheme then add catalog:// (1.01 KB, patch)
2007-04-09 17:00 UTC, manuel braga
none Details | Review

Description Michael Chudobiak 2007-04-09 12:10:40 UTC
Launching gthumb (svn trunk rev 1563) with:

gthumb /fileserver/mjcfiles/eraseme/*.jpg

fails. gthumb freezes, and displays no images.

The command line catalog itself is correctly generated. If you run

gthumb ~

and then click on "Catalogs" and then "Command Line", the collection is shown properly. You just can't launch it from the command line.

- Mike
Comment 1 Michael Chudobiak 2007-04-09 12:41:35 UTC
May be related to bug 407871, bug 425177.
Comment 2 manuel braga 2007-04-09 17:00:52 UTC
Created attachment 86057 [details] [review]
remove the scheme then add catalog://

The src/main.c:prepare_app function was creating catalog://file:///path/to/file.gqv uris,
in src/gth-browser:go_to_uri it became file://///path/to/file.gqv
then in src/gth-location.c:update_uri the while loops forever because it didn't find a match.

This patch also fixes a segment fault when the "catalog" item is choosen for the combobox.
Comment 3 Michael Chudobiak 2007-04-09 17:26:49 UTC
*** Bug 427695 has been marked as a duplicate of this bug. ***
Comment 4 Michael Chudobiak 2007-04-09 17:27:32 UTC
Thanks, Manuel! I'll commit that to 2-10 and trunk later today.

- Mike