Bug#862089: xrdp fails to start XOrg/Window Manager when xserver-xorg-legacy is installed

2017-05-08 Thread Tim Fischer
p is shown. Uninstalling the package "xserver-xorg-legacy" immediately resolves the problem. issue is also occuring with version 0.9.2~20170325-1~exp1 from experimental. I guess this issue is the same as described in https://github.com/neutrinolabs/xrdp/issues/598 Regards Tim Fischer

Bug#861702: Menus missing when all items are in submenus

2017-05-02 Thread Tim Fischer
package. -- Tim Fischer --- garcon-0.4.0.orig/garcon-gtk/garcon-gtk-menu.c +++ garcon-0.4.0/garcon-gtk/garcon-gtk-menu.c @@ -676,6 +676,9 @@ garcon_gtk_menu_add (GarconGtkMenu *menu G_CALLBACK (garcon_gtk_menu_deactivate), menu); gtk_widget_show (mi

Bug#842747: Proposed Patch to fix the Ctrl+Click

2017-03-06 Thread Tim Fischer
ssedModifiers(); + if (ev->xcrossing.mode == NotifyNormal) { + releaseAllPressedModifiers(); + } if (appData.fullScreen) { fs_ungrab(1); } Hope we can include that one in the upcoming debian stretch, because it fixes an annoying thing. Regards

Bug#854548: still not fixed: Correction

2017-02-28 Thread Tim Fischer
xrdp-sesman is starting, but xrdp fails to start and automatically stops xrdp-sesman. output of journalctl -xn is: Failed at step RUNTIME_DIRECTORY spawning /usr/sbin/xrdp-sesman: File exists Actually, "socksetup" is now called more than once, which could be avoided by removing one line from x

Bug#854548: still not fixed

2017-02-28 Thread Tim Fischer
I believe the bug is not yet fixed. xrdp-service is now starting, but starting xrdp leads to an error. Proposed fix is to remove the line "RuntimeDirectory=xrdp" from xrdp.service: --- a/instfiles/xrdp.service +++ b/instfiles/xrdp.service @@ -7,7 +7,6 @@ After=network.target xrdp-sesman.service

Bug#855536: xrdp: Xorg fails to start with pam_mkhomedir

2017-02-19 Thread Tim Fischer
Package: xrdp Version: 0.9.1-4 Severity: normal Dear Maintainer, when using xrdp with pam_mkhomedir to create users home directory when they log in first, xrdp fails to start a Xorg-Session. The reason for this (including possibles solution) is described on https://github.com/neutrinolabs/xrdp/is