|
View:
New views
13 Messages
—
Rating Filter:
Alert me
|
|
|
Nautilus closing and restarting unexpectedlyHello list,
I'm on x86_64 Gentoo here and experiencing a problem with nautilus: When Gnome starts up, the desktop icons are displayed properly. However, as soon as I double click any folder or open up a terminal and start nautilus, I experience weird behaviour: nautilus starts up, but closes immediately (after around 200-300 ms). This happens 10 times, then nautilus is just gone. After this is tried once, the desktop icons disappear completely. I've tried removing the .gnome, .gnome_private, .gnome2, .gnome2_private, .nautilus, .gcond and .gconfd directories, but the problem persists. I've also tried remerging the nautilus pacakge as I thought it might have been some dependency problem. It didn't change anything, revdep-rebuild found no unfulfilled dependencies. Any ideas? Thanks in advance, Johannes -- nautilus-list mailing list nautilus-list@... http://mail.gnome.org/mailman/listinfo/nautilus-list |
|
|
|
|
|
Re: Nautilus closing and restarting unexpectedly2008/9/13 Johannes Bauer <dfnsonfsduifb@...>
.... I'm not in linux right now but I think it's in glib package, as gio is included in glib.. -- nautilus-list mailing list nautilus-list@... http://mail.gnome.org/mailman/listinfo/nautilus-list |
|
|
Re: Nautilus closing and restarting unexpectedlyNelson Benítez León schrieb:
> I'm not in linux right now but I think it's in glib package, as gio is > included in glib.. Alright, I remerged glib, libgnomeui and glibmm - the problem persists. Kind regards, Johannes -- nautilus-list mailing list nautilus-list@... http://mail.gnome.org/mailman/listinfo/nautilus-list |
|
|
|
|
|
Re: Nautilus closing and restarting unexpectedlyHello
On Sat, 2008-09-13 at 01:23 +0200, Johannes Bauer wrote: > Nelson Benítez León schrieb: > > > I'm not in linux right now but I think it's in glib package, as gio is > > included in glib.. > > Alright, I remerged glib, libgnomeui and glibmm - the problem persists. possibly http://bugzilla.gnome.org/show_bug.cgi?id=526868 > > Kind regards, > Johannes -- Ritesh Khadgaray Ph: +919970164885 Desktop LinuX N Stuff, RHCE Software Maintenance Engineer, Pune, Red Hat ॐ मणि पद्मे हूँ Eat Right, Exercise, Die Anyway. -- nautilus-list mailing list nautilus-list@... http://mail.gnome.org/mailman/listinfo/nautilus-list |
|
|
|
|
|
Re: Nautilus closing and restarting unexpectedlyritz schrieb:
>> Alright, I remerged glib, libgnomeui and glibmm - the problem persists. > possibly http://bugzilla.gnome.org/show_bug.cgi?id=526868 Indeed it appears it is. Do you happen to know if the fix by Matthias Clasen already made it into any stable version? If so, which one? Kind regards, Johannes -- nautilus-list mailing list nautilus-list@... http://mail.gnome.org/mailman/listinfo/nautilus-list |
|
|
Re: Nautilus closing and restarting unexpectedly2008/9/13 Johannes Bauer <dfnsonfsduifb@...>
ritz schrieb: According svn.gnome.org, the fix is in glib 2.17.5 and newer, last is 2.18.0 -- nautilus-list mailing list nautilus-list@... http://mail.gnome.org/mailman/listinfo/nautilus-list |
|
|
Re: Nautilus closing and restarting unexpectedlyHello
On Sat, 2008-09-13 at 13:07 +0200, Nelson Benítez León wrote: > 2008/9/13 Johannes Bauer <dfnsonfsduifb@...> > ritz schrieb: > > > Alright, I remerged glib, libgnomeui and > glibmm - the problem persists. > possibly > http://bugzilla.gnome.org/show_bug.cgi?id=526868 > > > Indeed it appears it is. Do you happen to know if the fix by > Matthias Clasen already made it into any stable version? If > so, which one? > > According svn.gnome.org, the fix is in glib 2.17.5 and newer, last is > 2.18.0 Let me know, if this helps. -- Ritesh Khadgaray Ph: +919970164885 Desktop LinuX N Stuff, RHCE Software Maintenance Engineer, Pune, Red Hat ॐ मणि पद्मे हूँ Eat Right, Exercise, Die Anyway. -- nautilus-list mailing list nautilus-list@... http://mail.gnome.org/mailman/listinfo/nautilus-list |
|
|
Re: Nautilus closing and restarting unexpectedlyritz schrieb:
>> According svn.gnome.org, the fix is in glib 2.17.5 and newer, last is >> 2.18.0 > > Let me know, if this helps. Alright, I will. Annoyingly, this newer glib-version is not yet in the Gentoo Portage tree at all, so I'll have to assemble an own build - I don't know if I will succeeed. In any case, I'll report back. Worst case scenario is that I'll just have to wait until 2.17.5 or up is in the tree. Regards, Johannes -- nautilus-list mailing list nautilus-list@... http://mail.gnome.org/mailman/listinfo/nautilus-list |
|
|
Re: Nautilus closing and restarting unexpectedlyJohannes Bauer schrieb:
> ritz schrieb: > >>> According svn.gnome.org, the fix is in glib 2.17.5 and newer, last is >>> 2.18.0 >> >> Let me know, if this helps. > > Alright, I will. Annoyingly, this newer glib-version is not yet in the > Gentoo Portage tree at all, so I'll have to assemble an own build - I > don't know if I will succeeed. In any case, I'll report back. Worst case > scenario is that I'll just have to wait until 2.17.5 or up is in the tree. OK, I'll just have to wait until Gentoo folks put it in the tree. I just tried using the 2.16.5 ebuild for version 2.17.5, which immediately died on me upon requesting some patch. As I do have little to none knowledge about glib internals and why they need patching to compile on Gentoo, I'll just leave my fingers off the package and hold still until it magically appears from the portage tree. Then I can tell you whether or not it actually works. Kind regards, Johannes -- nautilus-list mailing list nautilus-list@... http://mail.gnome.org/mailman/listinfo/nautilus-list |
|
|
Re: Nautilus closing and restarting unexpectedly2008/9/14 Johannes Bauer <dfnsonfsduifb@...>
ritz schrieb: When I used gentoo, in this cases I downloaded the patch and put it in the files dir of ebuild in question, here glib, then I edited the ebuild to incorporate that patch, then I just re-emerge glib package.. Well firstly copy the glib ebuild dir to your overlay, so you have confidence your changes wont be overwrited in the next update. I also remember you have to run a "ebuild $package manifest" or something like that so the ebuild recognizes the new patch file you've put in 'files' dir.. sorry I don't remember well the commands... You can download the patch in question here: http://svn.gnome.org/viewvc/glib/trunk/gio/gunixvolumemonitor.c?view=patch&r1=7274&r2=7273&pathrev=7274 -- nautilus-list mailing list nautilus-list@... http://mail.gnome.org/mailman/listinfo/nautilus-list |
| Free Forum Powered by Nabble | Forum Help |