From 94391b59426fd6cf1516a8590d495a8ee37675ca Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Thu, 22 Mar 2007 12:37:33 +0000 Subject: Ugly problem with changed kdm* behaviour in SuSE10.2 - by now EXEC and TRYEXEC in *.desktop need full path to script to be executed properly (detection works still the old style) - changes are backward compat. You have to set the template files accordingly. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@794 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initramfs/initrd-stuff/bin/servconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'initramfs/initrd-stuff') diff --git a/initramfs/initrd-stuff/bin/servconfig b/initramfs/initrd-stuff/bin/servconfig index 0f309e17..ac515b1d 100755 --- a/initramfs/initrd-stuff/bin/servconfig +++ b/initramfs/initrd-stuff/bin/servconfig @@ -78,7 +78,7 @@ echo " | |_| | | | |___| | | | ____| | |___ / / _____/|__| |______|__| |__| |_______|______|__| |__| - Diskless Workstation (v4.0.6/$dstr (c) + Diskless Workstation (v4.0.8/$dstr (c) ">/mnt/etc/issue ############################################################################# @@ -365,7 +365,7 @@ Type=Application" >/mnt/etc/X11/sessions/default.desktop # | awk -F "=" '{print $2}') session_name=$(sed \ 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/;/^exec=/!d' ${i} \ - | sed '$!d;s/exec=//') + | sed '$!d;s,exec.*[/=],,') # create session links so that they con be startet via xdm cd /mnt/var/X11R6/bin ln -s desktop-session ${session_name} -- cgit v1.2.3-55-g7522