Alex Bennee wrote: >>>Would you please provide more details about the actual error? >>>One good way to do that is to launch nautilus from a terminal with the >>>following command IIRC: >>> >>> nautilus --no-desktop --file-browser >>> >>>and take a look at the ouput when it crashes. >>> >>> >>> >>here is the error output from the command you specified: >> >>[EMAIL PROTECTED] ognen $ nautilus --no-desktop --file-browser >> >>** (nautilus:13834): WARNING **: URI NOT LOADED >> >>** (nautilus:13834): WARNING **: Error in parse: Error on line 1851 char >>14: Odd character 'T', expected a '>' character to end the start tag of >>element 'URIion ' >> >>** (nautilus:13834): WARNING **: Error on line 1851 char 14: Odd >>character 'T', expected a '>' character to end the start tag of element >>'URIion' >> >>** (eog:13859): WARNING **: Failed to lock: Resource temporarily >>unavailable >> >>** (eog:13859): WARNING **: URI NOT LOADED >> >>** (eog:13859): WARNING **: Error in parse: Error on line 1851 char 14: >>Odd char acter 'T', expected a '>' character to end the start tag of >>element 'URIion' >> >>** (eog:13859): WARNING **: Error on line 1851 char 14: Odd character >>'T', expec ted a '>' character to end the start tag of element 'URIion' >> >>** (eog:13859): WARNING **: URI NOT LOADED >> >>** (eog:13859): WARNING **: Error in parse: Error on line 1851 char 14: >>Odd char acter 'T', expected a '>' character to end the start tag of >>element 'URIion' >> >>** (eog:13859): WARNING **: Error on line 1851 char 14: Odd character >>'T', expec ted a '>' character to end the start tag of element 'URIion' >> >> >>Any help appreciated. >> >> >>Whats interesting to note is that if i run the above command as root it >>works, without crashing. It seems to be a problem with my user >>account/permissions rather then the program itself. >> >> > >If you run the command again with strace: > >strace -e trace=open nautilus --no-desktop --file-browser > >You will probably be able to see what the failing file is interleaved >among the "** (nautilus:13834): WARNING **: " messages. > > >-- >Alex, homepage: http://www.bennee.com/~alex/ >Complex system: One with real problems and imaginary profits. > > > There was a lot of data, I am listing the last few lines here:
I hope its of any help: /open("/usr/share/application-registry/gimp-2.2.applications", O_RDONLY|O_LARGEFI LE) = 29 open("/home/ognen/.gnome/application-info", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DI RECTORY) = 27 open("/home/ognen/.gnome/application-info/user.applications", O_RDONLY|O_LARGEFI LE) = 29 --- SIGRTMIN (Unknown signal 32) @ 0 (0) --- open("/home/ognen/Spider-4.jpg", O_RDONLY|O_LARGEFILE) = 27 open("applications/eog.desktop", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) open("/home/ognen/.local/share/applications/eog.desktop", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) open("/usr/local/share/applications/eog.desktop", O_RDONLY|O_LARGEFILE) = -1 ENO ENT (No such file or directory) open("/usr/share/applications/eog.desktop", O_RDONLY|O_LARGEFILE) = 27 --- SIGCHLD (Child exited) @ 0 (0) --- --- SIGRTMIN (Unknown signal 32) @ 0 (0) --- --- SIGRTMIN (Unknown signal 32) @ 0 (0) --- open("/etc/rpc", O_RDONLY) = 27 open("/home/ognen/.recently-used", O_RDWR) = 27 ** (nautilus:15748): WARNING **: URI NOT LOADED ** (nautilus:15748): WARNING **: Error in parse: Error on line 1851 char 14: Odd character 'T', expected a '>' character to end the start tag of element 'URIion ' ** (nautilus:15748): WARNING **: Error on line 1851 char 14: Odd character 'T', expected a '>' character to end the start tag of element 'URIion' --- SIGSEGV (Segmentation fault) @ 0 (0) --- --- SIGCHLD (Child exited) @ 0 (0) --- ** (eog:15769): WARNING **: Failed to lock: Resource temporarily unavailable ** (eog:15769): WARNING **: Failed to lock: Resource temporarily unavailable ** (eog:15769): WARNING **: Failed to lock: Resource temporarily unavailable / -- gentoo-user@gentoo.org mailing list