GNOME Bugzilla – Bug 427846
Can't launch command line collections
Last modified: 2007-04-09 17:51:25 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
May be related to bug 407871, bug 425177.
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.
*** Bug 427695 has been marked as a duplicate of this bug. ***
Thanks, Manuel! I'll commit that to 2-10 and trunk later today. - Mike