Summary: | Evolution 2.0.3 hangs after setting timezone in Setup Assistant | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Tim Hentenaar <tth> |
Component: | [OLD] GNOME | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
Status: | RESOLVED FIXED | ||
Severity: | critical | CC: | compnerd, jeremywhiting, liquidx |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
Patch to remedy this bug
Patch to remedy this bug (Updated) |
Description
Tim Hentenaar
2005-01-23 05:15:22 UTC
Created attachment 49274 [details, diff]
Patch to remedy this bug
This patch works by using a window instead of a dialog for the same purpose,
thus bypassing the gtk_dialog_run() recursive blocking loop.
Created attachment 49275 [details, diff]
Patch to remedy this bug (Updated)
Tim, could you please post your work upstream on http://bugzilla.ximian.com/show_bug.cgi?id=71552 Good work, it'd be great to get this fixed upstream. Thanks. I posted the patch on the Ximian bugzilla at the URL you gave. I just hope that it gets at least added to portage before too long to save more people a headache. :P New to patching. How would I apply the patch and then recompile? Adam, Here's a quick procedure to get you up and running: First, clear out the portage temporary work directories. Doing this periodically can free up some disk space too. # rm -rf /var/tmp/portage/* # rm -rf /usr/portage/distfiles/* Now, tell portage to download and unpack the source archive. # ebuild /usr/portage/mail-client/evolution/evolution-2.0.3.ebuild fetch unpack Apply the patch # cd /var/tmp/portage/evolution-2.0.3/work # patch -p0 < /path/to/the/patch Tell portage to compile and install (as well as do anything that needs to be done postinstall.) # ebuild /usr/portage/mail-client/evolution/evolution-2.0.3.ebuild compile install qmerge config Regards, Tim Hentenaar Found the bug report upstream. This is a bug with >=GTK+2.6 . The proper way to fix this is to apply the patch in bug #80262 . *** Bug 78539 has been marked as a duplicate of this bug. *** This is fixed with gtk+-2.6.1-r2 |