diff options
Diffstat (limited to 'prefdm')
-rwxr-xr-x | prefdm | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin +# We need to source this so that the login screens get translated +. /etc/profile.d/lang.sh + # Run preferred X display manager preferred= if [ -f /etc/sysconfig/desktop ]; then |