Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 524350
Collapse All | Expand All

(-)x2go/Xsession (+2 lines)
Lines 177-183 Link Here
177
177
178
	# run all system xinitrc shell scripts.
178
	# run all system xinitrc shell scripts.
179
	for file in /etc/x2go/xinitrc.d/* ; do
179
	for file in /etc/x2go/xinitrc.d/* ; do
180
		set +e
180
		[ -r "$file" ] && . $file
181
		[ -r "$file" ] && . $file
182
		set -e
181
	done
183
	done
182
184
183
	# Prefix launch of session with ssh-agent if available and not already running.
185
	# Prefix launch of session with ssh-agent if available and not already running.

Return to bug 524350