[Bug 478633] Xstartup file is not executed correctly
https://bugzilla.novell.com/show_bug.cgi?id=478633 https://bugzilla.novell.com/show_bug.cgi?id=478633#c18 Elmar Stellnberger <estellnb@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |REOPENED InfoProvider|estellnb@gmail.com | --- Comment #18 from Elmar Stellnberger <estellnb@gmail.com> 2011-01-31 22:48:21 UTC --- Well my Xstartup.patch does (amongst some personal changes) just contain the following: + export PATH=/bin:/usr/local/bin:/opt/kde3/bin:/usr/lib/qt3/bin/:/usr/bin:/usr/X11R6/bin:/opt/gnome/bin:/sbin:/usr/local/sbin:/opt/kde3/sbin:/usr/sbin:/opt/gnome/sbin + { while true; do + su elm -c "xauth extract - :0" >/root/.Xauthority + [ -s /root/.Xauthority ] && break; + sleep 2; + done + } & + If we do not want a hardcoded path in here I could program sth. to add the opt-paths dynamically whenever they exist at all. Please let me know. (I will be away for a week tomorrow so that a submit-request will have to wait anyway.) -- 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.
participants (1)
-
bugzilla_noreply@novell.com