On Sun, Jun 21, 2009 at 6:17 PM, Sunil Negi<vick.ra...@yahoo.com> wrote:
> Hi guys.
> I am writing an extension in C and currently the only way to test is to
> logoff and then log back in again.
>
> Is there another faster  way?
>
> killall nautilus does not really work for me because I lose me desktop and
> even if i type nautilus - it does not come back again.


To test a python extension I have been using "killall -s 9 nautilus &&
nautilus ~/testDir" which restarts nautilus and then I have it running
in the terminal where I can see stdout for debugging. I don't know if
this is the best way but it works for me.

-- 
Michael Rooney
mroo...@gmail.com
--
nautilus-list mailing list
nautilus-list@gnome.org
http://mail.gnome.org/mailman/listinfo/nautilus-list

Reply via email to