[Bug 204446] Xclients.d files not sourced by Xclients script

bugzilla at redhat.com bugzilla at redhat.com
Sat May 3 08:20:00 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Xclients.d files not sourced by Xclients script


https://bugzilla.redhat.com/show_bug.cgi?id=204446





------- Additional Comments From mcepl at redhat.com  2008-05-03 04:19 EST -------
This is the code which should do the job:

XCLIENTS_D=/etc/X11/xinit/Xclients.d
if [ -d "$XCLIENTS_D" -a "$#" -eq 1 -a -x "$XCLIENTS_D/Xclients.$1.sh" ]; then
    exec -l $SHELL -c "$SSH_AGENT $XCLIENTS_D/Xclients.$1.sh"
else

I don't see anything bad here. I am not sure however, how this script is
supposed to be run.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the fedora-triage-list mailing list