2
0
Эх сурвалжийг харах

* improved KDE detection

git-svn-id: trunk@22324 -
michael 13 жил өмнө
parent
commit
cecc6b778c

+ 1 - 1
packages/fcl-process/src/unix/process.inc

@@ -136,7 +136,7 @@ begin
     if (XTermProgram='') then
       begin
       D:=LowerCase(GetEnvironmentVariable('DESKTOP_SESSION'));
-      If (D='kde') then
+      If (Pos('kde',D)<>0) then
         begin
         TestTerminal('konsole');
         end