Borsenkow Andrej <[EMAIL PROTECTED]> writes:

>> > Are you absolutely sure that all other places where session name is
>> used are
>> > "space safe"?
>
> As simple example:
>
> [root@cooker root]# chksession --list
> KDE Gnome Sawfish KDE 3 default failsafe
>
> I guess I have two "KDE"s and one "3" sessions here?

I fixed this in cvs of mandrake_desk if the maintainner would like to
upload a new release from it would have this fix :

--- chksession.~1.13.~  Tue Jul 31 15:29:51 2001
+++ chksession  Mon Jan 14 11:37:56 2002
@@ -30,7 +30,7 @@
   open F, $f or die "Can't open $f\n";
   local $/ = "";
   while (<F>) {
-     $n = $1 if /^NAME=(.*)/m;
+     ($n = $1) =~ s| ||g if /^NAME=(.*)/m;
      $e = $1 if /^EXEC=(.*)/m;
 #     $d = $1 if /^DESC=(.*)/m;
 #     $i = $1 if /^ICON=(.*)/m;


>
> -andrej
>

-- 
http://www.linux-mandrake.com/en/club/

Reply via email to