diff options
Diffstat (limited to 'x11vnc/user.c')
-rw-r--r-- | x11vnc/user.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11vnc/user.c b/x11vnc/user.c index 444fd17..91f1840 100644 --- a/x11vnc/user.c +++ b/x11vnc/user.c @@ -1989,6 +1989,8 @@ if (0) db = 1; sprintf(fdsess, "xterm"); } else if (strstr(t, "wmaker")) { sprintf(fdsess, "wmaker"); + } else if (strstr(t, "xfce")) { + sprintf(fdsess, "xfce"); } else if (strstr(t, "enlightenment")) { sprintf(fdsess, "enlightenment"); } else if (strstr(t, "Xsession")) { |