Topic: nautilus?

My conky was showing two processes called "nautilus". I know nautilus isnt installed so I checked htop and I saw that it is coming from:

/usr/bin/crunchbang/nautilus

What does that script do and do I need to edit it? I ask because I uninstalled PCManFM and installed Thunar.

Note: ** Please read before posting **

BTW if you wish to contact me, send me an e-mail instead of a PM.

Re: nautilus?

/usr/bin/crunchbang/nautilus -

#!/bin/bash
if [ "$(pidof openbox)" ]; then
    if [ -f /usr/bin/pcmanfm ];then
        exec pcmanfm $@
    else
        exec nautilus $@
    fi
else
    exec nautilus $@
fi

exit 0

I don't see a need for it, but I can't say if deleting it will or will not mess with anything else. hmm

.files
dnyy in IRC & Urban Terror

Re: nautilus?

i think it's something close to the "drop-box" utility managment:)
http://crunchbanglinux.org/forums/post/280/#p280

Re: nautilus?

Ive seen it several times now, using ~32% of my cpu.

Philip if you would kindly enlighten me on this script I would appreciate it.

Also what causes it to start?

Note: ** Please read before posting **

BTW if you wish to contact me, send me an e-mail instead of a PM.