Re: half KDE half Gnome..help!!!
Your KDE session manager has saved Nautilus process and is autostarting it when you login to KDE. Instead of looking for metacity, look for nautilus using the command "ps auxw | grep nautilus" (without quotes) and then kill it.
Alternatively, you can pass the command "killall nautilus" (without quotes) to stop the nautilus process.
|