RE: Ubuntu 20.04 / Guacamole 1.1.0 / FreeRDP preconception PDU Broken

2020-05-07 Thread Daniëls , Tom
Hi Nick, Thanks so much for your swift reply; using openjdk-8 did the trick. Will roll out the 1.2.0 build during off hours and will let you know if everything is working as expected! Kind regards, Tom Daniels From: Nick Couchman Sent: donderdag 7 mei 2020 17:35 To: user@guacamole.apache.org

Re: CAD latency over RDP

2020-05-07 Thread ivanmarcus
Yes, surprisingly. My assumption was that Autocad refreshed the whole screen whereas Revit just updated the requisite section - but TBH I've not pursued it so that could be complete rubbish. What I found improved it was to reduce the colour settings, disable font smoothing etc. This wasn't

Re: CAD latency over RDP

2020-05-07 Thread Chris Misztur
2D CAD is laggy? On Thu, May 7, 2020 at 4:19 PM ivanmarcus wrote: > This is useful info, thanks. > > As a general comment; I have a number of users who are working with Revit > or Autocad. They find that Revit works very well, but Autocad can be a bit > laggy in comparison. > > On 8/05/2020

RDP File transfer downloading from VM session is not working

2020-05-07 Thread Peter De Tender
Dear, I deployed a Guacamole setup, and all is working fine so far! Thanks for this awesome solution! One weird feature I am struggling with, is getting file transfers to work in both directions. What I did so far: * created the links to the freeRDP path location for RDP * defined

Re: CAD latency over RDP

2020-05-07 Thread ivanmarcus
This is useful info, thanks. As a general comment; I have a number of users who are working with Revit or Autocad. They find that Revit works very well, but Autocad can be a bit laggy in comparison. On 8/05/2020 7:52 a.m., sciUser wrote: Auto CAD will have two settings, software rendering

Re: Running guacamole inside of a secured environment

2020-05-07 Thread Nick Couchman
On Thu, May 7, 2020 at 4:55 PM Howard Lander wrote: > Hi Nick > > Thanks so much for the quick reply. > > Funny thing is that I tried deleting the password attribute from the > user_mapping file but that didn't work either.. Oh well. I could actually > live with no security on the connection,

Extension Load Order Questions

2020-05-07 Thread Zer0Cool
OS: CentOS/RHEL 8.x Guac 1.1.0 Regarding extensions, there are a few things I want to clear up and make sure I understand. I see the extensions as basically being in 2 categories: Primary authentication and Secondary auth. Ex: LDAP would be a primary auth method as it can, itself*, be used. On

Re: Running guacamole inside of a secured environment

2020-05-07 Thread Nick Couchman
On Thu, May 7, 2020 at 4:11 PM Lander, Howard Michael wrote: > Hi Nick > > Thanks for the reply. I've been playing around with the header-auth > module and I can login to guacamole using the REMOTE_USER header. So that > part is working great. But I use a user-mapping.xml file that looks like >

Re: CAD latency over RDP

2020-05-07 Thread sciUser
Auto CAD will have two settings, software rendering and GPU rendering. If you do not have a GPU use software rendering, if you do have a GPU then use GPU rendering. You will also need to make sure that you have VM Tools installed if you are virtualized. If this is a physical system via RDP you

Re: Ubuntu 20.04 / Guacamole 1.1.0 / FreeRDP preconception PDU Broken

2020-05-07 Thread Nick Couchman
On Thu, May 7, 2020 at 10:43 AM Daniëls, Tom wrote: > Hi Nick, > > > > Thanks so much for you reply. I will be happy with a working solution ;-) > > For the last week I have been fruitlessly trying to compile the git > version of guacamole-client using maven. > > With openjdk-13 or openjdk-14

RE: Ubuntu 20.04 / Guacamole 1.1.0 / FreeRDP preconception PDU Broken

2020-05-07 Thread Daniëls , Tom
Hi Nick, Thanks so much for you reply. I will be happy with a working solution ;-) For the last week I have been fruitlessly trying to compile the git version of guacamole-client using maven. With openjdk-13 or openjdk-14 installed I receive this error when running nvm -X package error: Source

Re: No sound on RDP connection

2020-05-07 Thread Dashamir Hoxha
On Thu, May 7, 2020 at 4:01 PM Nick Couchman wrote: > > Ubuntu may use different locations - I'm more familiar with the EL-style > distributions. Could be /usr/lib/freerdp or /usr/lib/freerdp2. Hard to > say. > I did a search (with `find`) and I found these: # ll

Re: VNC Error context/debugging

2020-05-07 Thread Tim Worcester
That did it! Thanks Nick! On Thu, May 7, 2020 at 8:47 AM Nick Couchman wrote: > On Thu, May 7, 2020 at 8:15 AM Tim Worcester > wrote: > >> I recently upgraded my Guacamole installation from 1.0.0 to 1.1.0 and I >> am now running into an issue when running my VNC connection. >> >> Versions: >>

Re: No sound on RDP connection

2020-05-07 Thread Nick Couchman
On Wed, May 6, 2020 at 9:18 PM Dashamir Hoxha wrote: > > > On Wed, May 6, 2020 at 8:37 PM Nick Couchman wrote: > >> On Tue, May 5, 2020 at 11:44 PM Dashamir Hoxha >> wrote: >> >>> Hi, >>> >>> I have installed Guacamole 1.1.0, and xrdp on the desktop machine that I >>> am accessing. I have also

VNC Error context/debugging

2020-05-07 Thread Tim Worcester
I recently upgraded my Guacamole installation from 1.0.0 to 1.1.0 and I am now running into an issue when running my VNC connection. Versions: Guacamole-client - 1.1.0 Guacamole-server - 1.1.0 libvncserver/client - 0.9.12 (client) tigervnc-server - 1.8.0 (server that guacd is connecting to)

Re: Recording in java, windows, tomcat7 not working

2020-05-07 Thread Nick Couchman
On Thu, May 7, 2020 at 6:59 AM erez wrote: > I'm running guacamole-common on java with tomcat7. > As I understand, in order to enable recording I need to set some config > parameters: > > config.setParameter("recording-path", > String.format("C:\\temp\\recordings\\%s", conn.orderedSessionId)); >

Recording in java, windows, tomcat7 not working

2020-05-07 Thread erez
I'm running guacamole-common on java with tomcat7. As I understand, in order to enable recording I need to set some config parameters: config.setParameter("recording-path", String.format("C:\\temp\\recordings\\%s", conn.orderedSessionId)); config.setParameter("create-recording-path", "true");