force open connections in new window or tab

2021-02-24 Thread Vieri
Hi,

>From the Apache Guacamole connection list page, I know I can open a remote 
>desktop in a new window or tab by clicking on it and pressing the CTRL key at 
>the same time.
Is there an easy way to forcefully open the connections in a new window or tab 
by simply clicking on them without the need to press the CTRL key?

Regards,

Vieri

-
To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
For additional commands, e-mail: user-h...@guacamole.apache.org



Converting a session recording

2021-02-24 Thread Golota S.V.






Hello!! made a script for automatic conversion of recording sessions, 
the script itself works, but if you run it through cron, the line 
linked to the conversion does not work, I think the matter is in the 
absence of the output parameter of the guacenc utility file. tell me 
how to fix it.



++

#!/usr/bin/bash
guacenc -s 1024x768 /mnt/nfs-32/stream/web-app/tmp/*
mv /mnt/nfs-32/stream/web-app/tmp/*.m4v /mnt/nfs-32/stream/web-app
rm -r /mnt/nfs-32/stream/web-app/tmp
mkdir /mnt/nfs-32/stream/web-app/tmp

++



-
To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
For additional commands, e-mail: user-h...@guacamole.apache.org