Re: Guacamole rendering

2016-09-22 Thread Antony Awaida
To avoid any confusion I am not talking about the screen resolution, my
concern is that the text on the native RemoteApp appear crisper. This may
not matter for apps such as MS Project, for apps such as Adobe or graphic
intensive apps, this may be a concern.

Thanks!
Antony

ᐧ

On Thu, Sep 22, 2016 at 7:55 PM, Antony Awaida  wrote:

> Hi everyone:
>
> We are experimenting with Guac and so far it looks great. (and BTW, I am a
> Guac newb)
>
> One item we have been looking into is the display/resolution. To
> understand the issue take a look at the attached screenshot which shows the
> rendering of MS project using Remoteapp vs Guac.
>
> My questions are:
>
> 1- Is there a way to bring the Guac display/resolution closer to the
> native Remoteapp
> 2- Other than configurations on this page, https://guacamole.
> incubator.apache.org/doc/gug/configuring-guacamole.html is there any
> other configs to achieve our objective?
>
> Thanks
>
> --
> Antony Awaida
> www.apporto.com
>
> ᐧ
>



-- 
Antony Awaida
CEO
www.apporto.com


Guacamole rendering

2016-09-22 Thread Antony Awaida
Hi everyone:

We are experimenting with Guac and so far it looks great. (and BTW, I am a
Guac newb)

One item we have been looking into is the display/resolution. To understand
the issue take a look at the attached screenshot which shows the rendering
of MS project using Remoteapp vs Guac.

My questions are:

1- Is there a way to bring the Guac display/resolution closer to the native
Remoteapp
2- Other than configurations on this page,
https://guacamole.incubator.apache.org/doc/gug/configuring-guacamole.html
is there any other configs to achieve our objective?

Thanks

-- 
Antony Awaida
www.apporto.com

ᐧ


Apply theme extension to docker container

2016-09-22 Thread Andy Pattrick
Hi,



I'm trying to apply the example theme extension jar from this thread 
https://sourceforge.net/p/guacamole/discussion/1110834/thread/be2a6785/ to my 
running guacamole docker container. This is to customise the logo and title etc 
as supported by https://glyptodon.org/jira/browse/GUAC-587



I copy the example jar file to my container /root/.guacamole/extensions/ using 
docker cp and I can see the file is there after the copy but nothing changes 
when I reload the web page. I figured that the web server has to be restarted 
somehow to load up the new images and translations.



If I stop and start the docker container then the jar file vanishes from the 
folder.



I tried copying the jar file and then immediately doing a docker commit to 
create my own customised image but again when I run this in a container the jar 
file has vanished!



Does anyone know what I'm doing wrong? Why is the extension jar file vanishing? 
How do I apply the example extension to my docker container?



Many thanks, Andy.


Server connection error

2016-09-22 Thread Andy Pattrick
Hi All,



I've got guacamole 0.9.9 set up inside docker on Ubuntu Server 14.04 LTS, using 
MySQL and LDAP authentication. On the whole it seems to work very well indeed 
but I have one user who is helping me test it who is having problems and I am 
stumped so I am wondering if anyone on here can help me?



The symptoms are that he can log in just fine but when he tries to open a 
connection he receives a 'Connection Error' - 'An internal error has occurred 
within the Guacamole server and the connection has been terminated. If the 
problem persists.blah blah blah'. Looking in the logs (with "docker log 
guacamole-container"), all I can see is that his connection is made and then 
terminated a few milliseconds later.



 09:10:41.485 [http-nio-8080-exec-10] INFO  
o.g.g.net.basic.TunnelRequestService - User "satoshi.koyama" connected to 
connection "1".

 09:10:41.490 [http-nio-8080-exec-7] INFO  o.g.g.net.basic.TunnelRequestService 
- User "satoshi.koyama" disconnected from connection "1". Duration: 5 
milliseconds

It doesn't matter which connection he tries he always gets the same error. 
Other users can open these connections just fine. He has reproduced this in 
Chrome 53.0.2785.116 m and IE11 and gets the same behaviour in both. I am using 
the same browser versions and they are working fine for me.  I suspected 
localisation issues because he is on a Japanese OS but I have since tested on a 
Japanese VM and it's working fine from there.



Is there other logging I can look at to diagnose what is happening on the 
server? Any ideas what might be going on?



Many thanks, Andy.