LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 03-27-2008, 03:19 PM   #1
shogun1234
Member
 
Registered: May 2004
Posts: 226

Rep: Reputation: 15
gnome nautilus problem


Env: Debian lenny/ kernel 2.6.20 (2.6.24.2)/ GDM 2.18.4/ GNOME nautilus 2.18.3

I encounter a problem. Each time when right-clicking the desktop icon to view property. The gnome would go blank and then pop up nautilus without showing property at all. The error message I get is as follow:
Code:
===== BEGIN MILESTONES =====
0x8181ea0 2008/03/28 04:11:19.3162 (GLog): file /tmp/buildd/gtk+2.0-2.12.1/gtk/gtkliststore.c: line 1677 (gtk_list_store_compare_func): assertion failed: (VALID_ITER (&iter_b, list_store))
0x8181ea0 2008/03/28 04:11:19.3165 (USER): debug log dumped due to signal 6
===== END MILESTONES =====
===== BEGIN RING BUFFER =====
0x8181ea0 2008/03/28 11:47:47.8893 (USER): window 0x8206800 open location: old="(none)", new="x-nautilus-desktop:"
0x8181ea0 2008/03/28 11:47:55.7118 (USER): finished loading window 0x8206800: x-nautilus-desktop:
0x8181ea0 2008/03/28 11:48:00.1153 (USER): selection changed in window 
0x8181ea0 2008/03/28 11:48:02.8728 (USER): move the following URIs to "trash:":
0x8181ea0 2008/03/28 11:48:03.2892 (USER): selection changed in window 0x8206800
0x8181ea0 2008/03/28 11:48:05.5284 (USER): selection changed in window 0x8206800
        file:///home/user/Desktop/Firefox%202.desktop
0x8181ea0 2008/03/28 11:48:06.2449 (USER): fm_directory_view_activate_files window=0x8206800
        file:///home/user/Desktop/Firefox%202.desktop
0x8181ea0 2008/03/28 11:48:06.2501 (USER): directory view activate_callback launch_desktop_file window=0x8206800: file:///home/user/Desktop/Firefox%202.desktop
0x8181ea0 2008/03/28 11:48:06.7841 (USER): selection changed in window 0x8206800
0x8181ea0 2008/03/28 11:48:18.5051 (USER): selection changed in window 0x8181ea0 2008/03/28 11:48:19.0646 (USER): selection changed in window 0x8206800
0x8181ea0 2008/03/28 11:48:20.6487 (USER): selection changed in window 
0x8181ea0 2008/03/28 11:48:20.7020 (USER): begin drag from icon container
0x8181ea0 2008/03/28 11:48:21.3258 (USER): end drag from icon container
0x8181ea0 2008/03/28 11:48:21.8446 (USER): selection changed in window 0x8206800
0x8181ea0 2008/03/28 03:48:39.0380 (USER): selection changed in window 0x8206800
        file:///home/user/Desktop/Pidgin.desktop
0x8181ea0 2008/03/28 03:48:39.7790 (USER): fm_directory_view_activate_files window=0x8206800
        file:///home/user/Desktop/Pidgin.desktop
0x8181ea0 2008/03/28 03:48:39.7837 (USER): directory view activate_callback launch_desktop_file window=0x8206800: file:///home/user/Desktop/Pidgin.desktop
0x8181ea0 2008/03/28 04:02:35.3629 (USER): selection changed in window 
0x8181ea0 2008/03/28 04:02:36.0115 (USER): fm_directory_view_activate_files window=0x8206800
0x8206800
0x8181ea0 2008/03/28 04:11:07.1574 (USER): selection changed in window 0x8206800
        file:///home/user/Desktop/Virtualbox.desktop
0x8181ea0 2008/03/28 04:11:12.0509 (USER): selection changed in window 0x8181ea0 2008/03/28 04:11:15.4419 (USER): selection changed in window 0x8206800
        file:///home/user/Desktop/bar-00fedab50f.desktop
0x8181ea0 2008/03/28 04:11:18.2304 (USER): selection changed in window 0x8181ea0 2008/03/28 04:11:19.3162 (GLog): file /tmp/buildd/gtk+2.0-2.12.1/gtk/gtkliststore.c: line 1677 (gtk_list_store_compare_func): assertion failed: (VALID_ITER (&iter_b, list_store))
0x8181ea0 2008/03/28 04:11:19.3165 (USER): debug log dumped due to signal 6
===== END RING BUFFER =====


This configuration for the debug log can be re-created
by putting the following in ~/nautilus-debug-log.conf
(use ';' to separate domain names):


[debug log]
max lines=1000
How to solve this problem?

Thank you very much

Last edited by shogun1234; 03-27-2008 at 03:20 PM.
 
Old 03-28-2008, 06:51 PM   #2
TITiAN
Member
 
Registered: Mar 2008
Location: NRW, Germany
Distribution: Arch Linux, using KDE/Plasma
Posts: 392

Rep: Reputation: 49
I had the same problem some time ago; it disappeared after upgrading (I now have nautilus version 2.20.0). The bug had already been known when I sent a bug report.
Perhaps you need to upgrade nautilus only:
apt-get update
apt-get install nautilus/testing

However, I recommend monthly upgrades or so. (aptitude update && aptitude dist-upgrade)
Any questions ?
 
Old 03-29-2008, 07:45 AM   #3
shogun1234
Member
 
Registered: May 2004
Posts: 226

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by TITiAN View Post
I had the same problem some time ago; it disappeared after upgrading (I now have nautilus version 2.20.0). The bug had already been known when I sent a bug report.
Perhaps you need to upgrade nautilus only:
apt-get update
apt-get install nautilus/testing

However, I recommend monthly upgrades or so. (aptitude update && aptitude dist-upgrade)
Any questions ?

After upgrading (apt-get install nautilus/testing), it works now.

Thank you.
 
Old 08-28-2008, 03:25 AM   #4
zkutch
LQ Newbie
 
Registered: Aug 2008
Posts: 1

Rep: Reputation: 0
upgrade do not want to work

I have the same problem with lenny (right click desktop item -> property -> hang..) and after making upgrade from nautilus version 20.0 to 20.6 I see after 'nautilus --version' again the old version.Even after removing old. And after purge also.

Any ideas?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem burning CDs with nautilus in Gnome linx win Debian 1 09-25-2005 02:19 AM
Gnome-panel, nautilus and gnome settings daemon Fail on Startup hitman_et Linux - General 0 04-01-2005 09:06 PM
Gnome Nautilus compile failed in [nautilus-printer.lo] chunlee Linux - Software 5 01-24-2005 04:57 PM
Gnome 2.6 and nautilus rmdnet Linux - Software 0 06-03-2004 02:05 AM
gnome and nautilus externalgreenfu Linux - Software 2 08-27-2003 12:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 01:50 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration