Author: Narendra Sisodiya
Date:
To: linux, Hampshire LUG Discussion List
Subject: Re: [Hampshire] Gconf-editor
On Thu, Dec 23, 2010 at 11:51 PM, Leo <linux@???> wrote:
> Does anyone know how to run gconf-editor as a different (non-root) user?
http://linux.die.net/man/8/sudo
sudo -u username
might solve your problem