View Single Post
  #1   (View Single Post)  
Old 19th October 2008
harisman's Avatar
harisman harisman is offline
Fdisk Soldier
 
Join Date: May 2008
Location: Hellas (Greece)
Posts: 66
Default Nautilus problem

Hi to all

I am using nautilus as my main file manager (with --no-desktop) from inside windowmaker and since a few days I cannot see the "Computer", "Trash" or any other gnome vfs specific locations and I got the message "Nautilus cannot handle computer: locations."

I also tried fluxbox with similar setup and I got exactly the same problem.

I also created a new clean user for testing purposes with the same results.

When switching from the windomaker session to gnome-session, the nautilus working without any problems!


My related windowmaker autostartup script:
Code:
496:haris@promitheas:~$ cat ~/GNUstep/Library/WindowMaker/autostart
#!/usr/local/bin/bash
#
xset m 20/10 4

ps aux | awk '
BEGIN { a=b=c=0 }
/gnome-vfs-daemon/      { ++a }
/kdeinit/               { ++b }
/gnome-settings-daemon/ { ++c }
/gpilotd/               { ++d }
END {
       if ( a==0 ) system("/usr/local/libexec/gnome-vfs-daemon &")
       if ( b==0 ) system("kdeinit")
       if ( c==0 ) system("/usr/local/libexec/gnome-settings-daemon&")
       if ( d==0 ) system("/usr/local/libexec/gpilotd &")
}'
The related gnome staff are loaded:
Code:
497:haris@promitheas:~$ ps aux | egrep -i 'vfs|settings'
haris       1518  0.0  0.5  9756  5308  ??  S     9:27PM   0:00.06 /usr/local/libexec/gnome-vfs
-daemon
haris       1549  0.0  2.7 36532 27416  ??  I     9:27PM   0:01.26 /usr/local/libexec/gnome-set
tings-daemon
The related installed versions:
Code:
502:haris@promitheas:~$ pkg_version -v | egrep -i 'vfs|settings|nautilus'
gnome-settings-daemon-2.22.2.1_1    =   up-to-date with port
gnome-vfs-2.22.0_2                  =   up-to-date with port
gstreamer-plugins-gnomevfs-0.10.20_1,3  =   up-to-date with port
gvfs-0.2.5                          =   up-to-date with port
nautilus-2.22.5.1_1                 =   up-to-date with port
nautilus-cd-burner-2.22.1_2         =   up-to-date with port
Any ideas?

Edit:
Note #1: I forgot to mention that I am using gdm as display manager.
Note #2: My policy is to update the ports collection and do a full portupgrade every 6 months on this desktop .

Thank you

Last edited by harisman; 19th October 2008 at 07:33 PM.
Reply With Quote