Re: How to fit video recording in a modal?

2018-01-12 Thread Mike Jumper
On Thu, Jan 11, 2018 at 10:34 AM, genesis wrote: > I have an angular app wich reproduces the video record of the session. Its > working fine but i cannot find how to fit it on a modal. I used the > guacamole-playback-example project as model. ThereĀ“s a scale method on the > Guacamole.Display obje

Re: Virtual Channel callback onpipe doesn't work on IE11

2018-01-12 Thread Mike Jumper
On Fri, Jan 12, 2018 at 1:33 AM, Alexey F. wrote: > > Hi guys, > > I have added "static-channel" param to add a new virtual channel to my rdp > session. > But it *does not* call onpipe callback in *IE11 *for some reason.* On > Firefox and Chrome everything works.* > May be I am missing some setti

Re: SEG FAULT ERROR after connecting it gets disconnected

2018-01-12 Thread Amarjeet Singh
Nick, It was resolved after I changed the options to build FreeRDP 1.1.0. I have used the following options :- I had attached gdb to the guacd process but It's working fine. No stack trace after bt . rm -rf CMakeCache.txt CMakeFiles/ cmake_install.cmake cmake -DCMAKE_BUILD_TYPE=Debug -DWITH_SSE

No delete option on File Menu of Guacamole

2018-01-12 Thread Amarjeet Singh
Hi Team, We can download the file by double clicking on it from the File menu of the Guacamole. We cannot delete the file from the File menu. To delete we have to go to the shared drive and delete it from there. It would be a good feature if a user can delete, download and upload from the Fil

Do Guacamole RDP supoprts touch screens.

2018-01-12 Thread Amarjeet Singh
Hi Team, Do Guacamole RDP supports touch screens as well ? If yes, What is the configurations required to make it work ? I have tested on the touch monitor where it was not working. Thanks and Regards, Amarjeet Singh

Seamless Clipboard Redirection from Local to Remote Desktop

2018-01-12 Thread Amarjeet Singh
Hi Team, This is an important feature as users do forget Ctrl+Shift+Alt together to open the Menu and paste the data on the clipboard menu and then paste again on the Remote desktop. *My Suggestions are as follows :- * 1. After more debugging I have noticed that these functions take lot of ti

Re: FreeRDP 2.0.0 support in Guacamole

2018-01-12 Thread rtvnoord
Hello Mike, Thanks for the answers. It is to bad it is such a strugle and therefore takes up lots of time. Lets see what alternative I can figure out.. Pascal -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

Re: Fwd: Virtual Channel callback onpipe doesn't work on IE11

2018-01-12 Thread fadeev
I have found a possible reason: the IE doesn't call onpipe when I press don't allow to "access your clipboard" (setting in InternetOptions -> Security -> CustomLevel -> Scripting(section) -> Allow programmatic clipboard access = Prompt. If I allow clipboard access then everything works. Still need

Fwd: Virtual Channel callback onpipe doesn't work on IE11

2018-01-12 Thread Alexey F.
Hi guys, I have added "static-channel" param to add a new virtual channel to my rdp session. But it *does not* call onpipe callback in *IE11 *for some reason.* On Firefox and Chrome everything works.* May be I am missing some settings ... because I do not see any issues for IE11 regarding this fun