May 7, 201511 yr Author I open it with ctrl + alt + shift and then close it with ctrl + alt + shift as well I haven't experience the issue.
May 9, 201511 yr Hi Hurricane, Here's a video of me using dolphin through xvnc on Google Chrome Version 42.0.2311.135 m on win7. While the side bar is open, I can still use the webgui. But once I close it, everything freezes. Then I refresh the browser window and reconnect. https://aptalca.tinytake.com/sf/MTUxMDU1XzkzNzMyNQ
May 9, 201511 yr Author okay, upgrade that docker to the x11rdp1.2 base image and see if it still give you the same problem
June 2, 201511 yr Author tested the update to your base image , regards clipboard. Ok, that funny. I don't experience this at all. Does this happen with a native rdp client? Meaning when copying and pasting? I will try and see if the fixes that I need in xrdp have been committed and perhaps update guac and see if the issue resolves itself.
June 4, 201511 yr Hi hurricane, someone just brought it to my attention that in the caliber docker which is using the xvnc base, you can't use the direction keys and the delete button. Most other keys seem to work including backspace, though. Is that a bug or a limitation of guac? Thanks
June 4, 201511 yr Author That's a good question, but to be honest with you, the vnc one was only a temporary thing. Try switching to the xrdp. I will only maintain the xrdp version.
June 9, 201511 yr Hi Hurricane, I rebuilt the calibre docker with both xrdp and xrdp1.2 branches, but I'm getting a black screen upon opening the web interface, selecting calibre and hitting ok. Here's a log: http://pastebin.com/UH84xi99 I suspect line 131 is the cause: ERROR: openbox-xdg-autostart requires PyXDG to be installed Any ideas? Btw, here's the calibre dev docker I built with xrdp: https://registry.hub.docker.com/u/aptalca/docker-rdp-calibre-dev/ Thanks
June 9, 201511 yr Hi Hurricane, I rebuilt the calibre docker with both xrdp and xrdp1.2 branches, but I'm getting a black screen upon opening the web interface, selecting calibre and hitting ok. Here's a log: http://pastebin.com/UH84xi99 I suspect line 131 is the cause: ERROR: openbox-xdg-autostart requires PyXDG to be installed Any ideas? Btw, here's the calibre dev docker I built with xrdp: https://registry.hub.docker.com/u/aptalca/docker-rdp-calibre-dev/ Thanks that comes up in containers of mine that i've used x11rdp with and hasn't affected anything. did one earlier today in fact, comictagger which i rebased with x11rdp.
June 9, 201511 yr Hmm there must be a different issue then. The dev container is the same as the regular one, the only difference is one uses xvnc and the other uses xrdp as the base. One's working and the other gets a black screen
June 10, 201511 yr Ok, I did some more troubleshooting. I set the startapp.sh to fire up lxterminal. Within the terminal, I tried to start calibre and below is the error message I am getting. I believe it has to do with the graphics renderer software and/or adapter within the xrdp setup: nobody@9b927ba47afc:~$ calibre Fontconfig warning: ignoring C.UTF-8: not a valid language tag process 165: D-Bus library appears to be incorrectly set up; failed to read machine uuid: Failed to open "/etc/machine-id": No such file or directory See the manual page for dbus-uuidgen to correct this issue. libGL error: dlopen /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so failed (/usr/lib/x86_64-linux-gnu/dri/swrast_dri.so: cannot open shared object file: No such file or directory) libGL error: dlopen ${ORIGIN}/dri/swrast_dri.so failed (${ORIGIN}/dri/swrast_dri.so: cannot open shared object file: No such file or directory) libGL error: dlopen /usr/lib/dri/swrast_dri.so failed (/usr/lib/dri/swrast_dri.so: cannot open shared object file: No such file or directory) libGL error: unable to load driver: swrast_dri.so libGL error: failed to load driver: swrast Segmentation fault
June 10, 201511 yr Ok, I did some more troubleshooting. I set the startapp.sh to fire up lxterminal. Within the terminal, I tried to start calibre and below is the error message I am getting. I believe it has to do with the graphics renderer software and/or adapter within the xrdp setup: nobody@9b927ba47afc:~$ calibre Fontconfig warning: ignoring C.UTF-8: not a valid language tag process 165: D-Bus library appears to be incorrectly set up; failed to read machine uuid: Failed to open "/etc/machine-id": No such file or directory See the manual page for dbus-uuidgen to correct this issue. libGL error: dlopen /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so failed (/usr/lib/x86_64-linux-gnu/dri/swrast_dri.so: cannot open shared object file: No such file or directory) libGL error: dlopen ${ORIGIN}/dri/swrast_dri.so failed (${ORIGIN}/dri/swrast_dri.so: cannot open shared object file: No such file or directory) libGL error: dlopen /usr/lib/dri/swrast_dri.so failed (/usr/lib/dri/swrast_dri.so: cannot open shared object file: No such file or directory) libGL error: unable to load driver: swrast_dri.so libGL error: failed to load driver: swrast Segmentation fault https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/1330870
June 10, 201511 yr Ok, I did some more troubleshooting. I set the startapp.sh to fire up lxterminal. Within the terminal, I tried to start calibre and below is the error message I am getting. I believe it has to do with the graphics renderer software and/or adapter within the xrdp setup: nobody@9b927ba47afc:~$ calibre Fontconfig warning: ignoring C.UTF-8: not a valid language tag process 165: D-Bus library appears to be incorrectly set up; failed to read machine uuid: Failed to open "/etc/machine-id": No such file or directory See the manual page for dbus-uuidgen to correct this issue. libGL error: dlopen /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so failed (/usr/lib/x86_64-linux-gnu/dri/swrast_dri.so: cannot open shared object file: No such file or directory) libGL error: dlopen ${ORIGIN}/dri/swrast_dri.so failed (${ORIGIN}/dri/swrast_dri.so: cannot open shared object file: No such file or directory) libGL error: dlopen /usr/lib/dri/swrast_dri.so failed (/usr/lib/dri/swrast_dri.so: cannot open shared object file: No such file or directory) libGL error: unable to load driver: swrast_dri.so libGL error: failed to load driver: swrast Segmentation fault https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/1330870 Thanks for nudging me in the right direction. Turns out there were three distinct issues. I solved the first one (missing swrast_dri.so) by installing the libgl1-mesa-dri package I solved the second one (failed to read machine uuid) by installing the dbus package But the last one, I'm at a loss. When I try to fire up calibre, I just get a "Segmentation fault". . . sigh. . .I guess I'll stick to xvnc as it seems to work fine for calibre.
June 15, 201511 yr Author Interesting. I will take a look at xrdp one myself leave up so I can fork it.
Archived
This topic is now archived and is closed to further replies.