Re: Is it possible to disable the Local clipboard integration

2017-01-16 Thread Peter Burdine
I did find the following in clientController.js and commented them out with no luck: 35 // var clipboardService = $injector.get('clipboardService'); 637 // Sync with local clipboard 638 // clipboardService.getLocalClipboard().then(function clipboardRead(data) {

Re: Is it possible to disable the Local clipboard integration

2017-01-16 Thread Mike Jumper
On Mon, Jan 16, 2017 at 7:30 PM, Peter Burdine wrote: > I loaded up a new VM that hadn't seen the site before and still got > prompted. I'm not quite sure how much cleaner I can make the cache. > > That would indeed do it. ... > > As best I can tell that matches the

Re: Is it possible to disable the Local clipboard integration

2017-01-16 Thread Peter Burdine
I loaded up a new VM that hadn't seen the site before and still got prompted. I'm not quite sure how much cleaner I can make the cache. >From indexController.js: /** * Checks whether the clipboard data has changed, firing a new * "guacClipboard" event if it has. */ /** var

Re: Is it possible to disable the Local clipboard integration

2017-01-16 Thread Mike Jumper
Ruthlessly clear browser cache. On Mon, Jan 16, 2017 at 7:05 PM, Peter Burdine wrote: > I rebuild the .war after making those modification and we still get a > prompt as soon as the users open the login page they are still getting that > prompt. > > Do you have any other

Re: Is it possible to disable the Local clipboard integration

2017-01-16 Thread Peter Burdine
I rebuild the .war after making those modification and we still get a prompt as soon as the users open the login page they are still getting that prompt. Do you have any other suggestions? Thanks, Peter On Sun, Jan 15, 2017 at 10:03 PM, Mike Jumper wrote: > You would

different remoteapp sessions for the same rdp user connection

2017-01-16 Thread Isaac Marco Blancas
Is it posible to use just one windows user account to connect different guacamole users at the same time in different sessions? Now when a guacamole user use the same configured rdp connection, previous connected user is disconnected in his browser and the new user can see the opened application