change Xrdp to X11rdp to avoid confusion
This commit is contained in:
parent
74ff4b4a97
commit
68e30a5e19
@ -236,7 +236,7 @@ for user %s denied", username);
|
|||||||
}
|
}
|
||||||
else if (type == SESMAN_SESSION_TYPE_XRDP)
|
else if (type == SESMAN_SESSION_TYPE_XRDP)
|
||||||
{
|
{
|
||||||
g_execlp11("Xrdp", "Xrdp", screen, "-geometry", geometry,
|
g_execlp11("X11rdp", "X11rdp", screen, "-geometry", geometry,
|
||||||
"-depth", depth, "-bs", "-ac", 0, 0);
|
"-depth", depth, "-bs", "-ac", 0, 0);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user