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