Re: Is it possible to disable the Local clipboard integration

2017-09-14 Thread drhoule
Thank you very much! -- Sent from: http://apache-guacamole-incubating-users.2363388.n4.nabble.com/

Re: Is it possible to disable the Local clipboard integration

2017-09-14 Thread vnick
drhoule wrote > I am new to Apache Guacamole. > I would also like to see an Administrative function to disable Clipboard > data from being cut/pasted. > > What is the official route or method to do a request of this type? > > I would like to provide a Kiosk mode for information viewing only

Re: Is it possible to disable the Local clipboard integration

2017-09-14 Thread drhoule
I am new to Apache Guacamole. I would also like to see an Administrative function to disable Clipboard data from being cut/pasted. What is the official route or method to do a request of this type? I would like to provide a Kiosk mode for information viewing only using guacamole. It would be

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

Re: Is it possible to disable the Local clipboard integration

2017-01-15 Thread Mike Jumper
You would need to edit the source of Guacamole and remove the various calls to "clipboardService", which is the service that attempts to read/write the local clipboard:

Is it possible to disable the Local clipboard integration

2017-01-14 Thread Peter Burdine
Thank you for the new release! Our users are getting prompted to enable clipboard integration each time they login. We are disabling RDP clipboard on the server side anyway. Is it possible to disable this on the client side? Thank.