Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=447456 Denis Leroy <denis@xxxxxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |denis@xxxxxxxxxxxxx AssignedTo|nobody@xxxxxxxxxxxxxxxxx |denis@xxxxxxxxxxxxx --- Comment #3 from Denis Leroy <denis@xxxxxxxxxxxxx> 2008-09-09 05:25:15 EDT --- Some initial issues. - desktop files should be installed with desktop-file-install. See https://fedoraproject.org/wiki/Packaging/Guidelines#Desktop_files - all 3 utilities core dumps on startup. Looking closer, a simply patch is required. Look for the calls to g_thread_init() in each of the utility source directories, and remove the call. g_thread_init() can only be called once, and it's called automatically by gtk_init(), so no need to call it explicitly. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review