https://bugzilla.novell.com/show_bug.cgi?id=709441 https://bugzilla.novell.com/show_bug.cgi?id=709441#c0 Summary: gnomesu reset user variables (su -c and kdesu don't) Classification: openSUSE Product: openSUSE 11.4 Version: Final Platform: Other OS/Version: openSUSE 11.4 Status: NEW Severity: Normal Priority: P5 - None Component: GNOME AssignedTo: bnc-team-gnome@forge.provo.novell.com ReportedBy: andrea@opensuse.org QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0 gnoemsu reset user variable(s) Reproducible: Always Steps to Reproduce: 1. open a terminal 2. anubis@linux-kenv:~> export | grep USER output in my case declare -x USER="anubis" 3. open a terminal with "su -c" and "kdesu", than run the same "export" command egain to check the variable USER. su -c --> anubis@linux-kenv:~> su -c 'lxterminal' Password: into the terminal with root rights.. linux-kenv:/home/anubis # export | grep USER declare -x USER="anubis" kdesu --> kdesu -c 'lxterminal' kdesu(25820)/kdecore (kdelibs): findExe(): returning "/usr/bin/lxterminal" into the terminal with root rights.. linux-kenv:/home/anubis # export | grep USER declare -x KDESU_USER="anubis" declare -x USER="anubis" 4. now try with "gnomesu" result differ. anubis@linux-kenv:~> gnomesu -c 'lxterminal' into the terminal with root rights.. linux-kenv:/home/anubis # export | grep USER declare -x USER="root" Expected Results: gnomesu should reset user variables -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.