Quote:
Originally Posted by Davidicus
...the server is asking if I am using Nautilus or Konqueror, but I don't know how this relates to the version I have got.
|
Well, it doesn't, necessarily. The
default does, but we don't know if you are running the default.
If you want to know all of the tasks that you are running at any time, something like ps -ef (in a command line shell) will tell you. That probably throws up (way) more stuff than you'd like, but
Code:
ps -ef | grep -i konqu
should throw up whether you have any instances of konqueror (or anything else starting with konqu) running. Similarly
Code:
ps -ef | grep -i nauti
should show any instances of of Nautilus. And that's fine, provided that you are
only running one or the other. Alternatively, 'help' in the appropriate app should give you a heavy clue.