Re: Prevent VNC display from stretching?

2018-02-22 Thread Nick Couchman
On Wed, Feb 21, 2018 at 9:59 PM, amlamarra wrote: > Is there a way to get VNC connections from stretching (or shrinking) the > display by default? I'd like to keep it at 100%. > > It's not entirely clear what you mean, here: - Disable "scaling" of the VNC display, such

Re: Prevent VNC display from stretching?

2018-02-22 Thread Nick Couchman
> > - Get VNC to behave the way RDP does, where the resolution of the client > is passed to the server at connection time and the remote display > automatically sizes to the correct resolution specified by the client? > > I'm not certain how feasible the first option is in Guacamole; the second >

Re: Prevent VNC display from stretching?

2018-02-22 Thread amlamarra
I'd like to disable scaling in VNC. Right now, I'm able to get the scaling set to 100% by doing the following: Open the Guacamole menu (press Ctrl+Alt+Shift) Uncheck "Automatically fit to browser window" under Display Un-maxmize browser window Check "Automatically fit to browser window" Uncheck

Re: Allowing two people to view over VNC

2018-02-22 Thread Nick Couchman
On Thu, Feb 22, 2018 at 9:28 AM, greavette wrote: > Hello Forum, > > I'm still new to using Guacamole so perhaps this is covered in the > documentation so I apologize in advance if this has been already covered. > > I'm using Guacamole sever to help with a vendor

printing issues (non-ASCII job name)

2018-02-22 Thread Евгений Н . Жуков
Hi, just installed latest version, and got old problem. If printing job has non-ASCII symbols (for example russians characters) the job stucks in printing queue, or I getting empty pdf file. -- Евгений Жуков +79534155676 skype: xrt_nn

Re: printing issues (non-ASCII job name)

2018-02-22 Thread Евгений Н . Жуков
This issue from 0.9.12. In server.xml uriencoding already set to UTF8 2018-02-22 22:43 GMT+03:00 Mike Jumper : > Assuming you are using Tomcat, please verify that the following is set on > the applicable connector in your server.xml: > > URIEncoding="UTF-8" > >

LDAP Auth error

2018-02-22 Thread Christian Kraus
Hi, I'm getting the following error on version 0.9.14 with ldap backend: INFO  o.a.g.r.auth.AuthenticationService - User "administrator" successfully authenticated from [192.168.10.12, 172.17.42.1]. 20:51:20.129 [http-nio-8080-exec-5] ERROR o.a.g.rest.RESTExceptionWrapper - Unexpected

Re: printing issues (non-ASCII job name)

2018-02-22 Thread Евгений Н . Жуков
Yes, tried nginx and apache2 x.x.x.x - - [22/Feb/2018:23:35:16 +0300] "GET /api/session/tunnels/21ab8066-0e7d-4085-bf26-7ff9fb6aa9f9/streams/0/%3CD2E0E1EBE8F7EDFBE920E4EEEAF3ECE5EDF2%3E.pdf?token=DF441F3D3B8197AC78AD677CC1DFCC5FCE5899FAE829A76F18AE30BEF28CD6C4 HTTP/1.1" 400 5 "https://nr34.com/;

Re: printing issues (non-ASCII job name)

2018-02-22 Thread Mike Jumper
On Thu, Feb 22, 2018 at 12:39 PM, Евгений Н. Жуков wrote: > Yes, tried nginx and apache2 > > Have you tried connecting to Tomcat directly, to eliminate proxy configuration as a possible cause? - Mike

Re: printing issues (non-ASCII job name)

2018-02-22 Thread Mike Jumper
All parts of the download URL should be correctly encoded: https://github.com/apache/guacamole-client/blob/0.9.14/guacamole/src/main/webapp/app/rest/services/tunnelService.js#L192-L198 Are you able to grab the HTTP request that's failing (ie: from the Tomcat access logs)? It should be a GET

Re: printing issues (non-ASCII job name)

2018-02-22 Thread Nick Couchman
On Thu, Feb 22, 2018 at 2:35 PM, Евгений Н. Жуков wrote: > Hi, just installed latest version, and got old problem. If printing job > has non-ASCII symbols (for example russians characters) the job stucks in > printing queue, or I getting empty pdf file. > Do you have

Re: printing issues (non-ASCII job name)

2018-02-22 Thread Mike Jumper
Assuming you are using Tomcat, please verify that the following is set on the applicable connector in your server.xml: URIEncoding="UTF-8" See: https://wiki.apache.org/tomcat/FAQ/CharacterEncoding#Q8 - Mike On Feb 22, 2018 11:35, "Евгений Н. Жуков" wrote: > Hi,

Re: printing issues (non-ASCII job name)

2018-02-22 Thread Евгений Н . Жуков
Just inzip an old vm with debian & 0.9.10 , in this version printing with nonASCII job name works fine. 2018-02-22 22:49 GMT+03:00 Евгений Н. Жуков : > This issue from 0.9.12. > In server.xml uriencoding already set to UTF8 > > > > > 2018-02-22 22:43 GMT+03:00 Mike

Re: printing issues (non-ASCII job name)

2018-02-22 Thread Евгений Н . Жуков
I found error out catalina.out during printing nonASCII job Feb 22, 2018 11:02:02 PM org.apache.coyote.http11.AbstractHttp11Processor process INFO: Error parsing HTTP request header Note: further occurrences of HTTP header parsing errors will be logged at DEBUG level.

Re: Prevent VNC display from stretching?

2018-02-22 Thread McRoy, Jeffrey (GE Healthcare)
Hi Andrew, If you are using the stock Gaucamole client, you can modify the default behavior in the javascript to prevent autoFit at startup and set the zoom increments to whatever you want. In guacamole.js you will find the below. Don't foget to re-minify the javascript into guacamole.min.js

Re: printing issues (non-ASCII job name)

2018-02-22 Thread Евгений Н . Жуков
Yep, I'm already found, the problem is in nginx settings. Directly with tomcat works fine. 2018-02-23 0:32 GMT+03:00 Mike Jumper : > On Thu, Feb 22, 2018 at 12:39 PM, Евгений Н. Жуков < > eugene.zhu...@gmail.com> wrote: > >> Yes, tried nginx and apache2 >> >> > Have you

Re: [jira] [Updated] (GUACAMOLE-512) Shared Drive redirection doesn't work with Ubuntu [ xrdp ]

2018-02-22 Thread Mike Jumper
On Thu, Feb 22, 2018 at 6:30 AM, Amarjeet Singh wrote: > Hi Mike, > > Amarjeet, please avoid duplicating your threads across multiple locations. Emailing both JIRA and the user@ list creates both a comment in JIRA and a new thread on user@. ... the name of the redirected

Re: LDAP Auth error

2018-02-22 Thread Mike Jumper
On Thu, Feb 22, 2018 at 1:02 PM, Christian Kraus wrote: > Hi, > > > I'm getting the following error on version 0.9.14 with ldap backend: > > > INFO o.a.g.r.auth.AuthenticationService - User "administrator" > successfully authenticated from [192.168.10.12,

AW: LDAP Auth error

2018-02-22 Thread Christian Kraus
I did a pull of the docker images from mjumper/guacamole and the auth file from  https://guacamole.apache.org/releases/0.9.14/ is this wrong ?  Where should i download the auth file ? rg Christian Christian Kraus Inhaber CKC IT Consulting & Solutions e.U. Kirschenallee 22 2120

Re: [jira] [Updated] (GUACAMOLE-512) Shared Drive redirection doesn't work with Ubuntu [ xrdp ]

2018-02-22 Thread Mike Jumper
On Thu, Feb 22, 2018 at 4:35 PM, Mike Jumper wrote: > ... > > ... the name of the redirected drive is not correct. ... NOTE : - I have >> changed the name of the drive from Guacamole to Cloud Drive in >> guacamole-server [ Is it is the reason ? ] >> > > Yes. You have

Allowing two people to view over VNC

2018-02-22 Thread greavette
Hello Forum, I'm still new to using Guacamole so perhaps this is covered in the documentation so I apologize in advance if this has been already covered. I'm using Guacamole sever to help with a vendor providing remote support to some of our computers that run their software. I also am remote