Re: [kde] Konsole unable to start xapps as root in Archlinux
- From: Ryo Furue <furue@xxxxxxxxxx>
- Date: Sat, 20 Oct 2007 20:19:22 -1000 (HST)
Hi Nigel and Xauth fans,
| Well I remember ages ago having this same problem on a distro, and having
| resolved it. Looking back through all my notes, and Doh, I see it was on
| Debian. The fix I got was to add the following to /root/.bashrc
| export XAUTHORITY=/home/<username>/.Xauthority
Thank you for the tips! Extending your idea, I found another solution:
$ export XAUTHORITY=$HOME/.Xauthority
$ su
That's it. I put the first line into my (ordinary user's) ~/.bashrc
or ~/.bash_profile . When I say "su -" my environmental variables
are discarded, but when I say "su" my environmental variables are
inherited by root.
This method is better for me than to put
"export XAUTHORITY=/home/<my_username>/.Xauthority" into root's
.bashrc, because my system administrators sometimes log in
to my machine and become root. When they do so, they might
send their windows to my screen without their knowing!
A slight downside is that my own, nonstandard environment variables
are inherited by root, too. (HOME seems to be overriden by the su
command, so that you don't have to worry too much.)
Cheers,
Ryo
___________________________________________________
This message is from the kde mailing list.
Account management: https://mail.kde.org/mailman/listinfo/kde.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.
- Follow-Ups:
- Re: [kde] Konsole unable to start xapps as root in Archlinux
- From: linuxmaillists
- Re: [kde] Konsole unable to start xapps as root in Archlinux
- References:
- Re: [kde] Konsole unable to start xapps as root in Archlinux
- From: Nigel Henry
- Re: [kde] Konsole unable to start xapps as root in Archlinux
- From: Ryo Furue
- Re: [kde] Konsole unable to start xapps as root in Archlinux
- From: Nigel Henry
- Re: [kde] Konsole unable to start xapps as root in Archlinux
- Prev by Date: Re: [kde-linux] KDE 3 Beta
- Next by Date: Re: [kde-linux] KDE 3 Beta
- Previous by thread: Re: [kde] Konsole unable to start xapps as root in Archlinux
- Next by thread: Re: [kde] Konsole unable to start xapps as root in Archlinux
- Index(es):
Relevant Pages
|