I don't understand your answer ? I was following this two guide : https://guacamole.apache.org/doc/gug/recording-playback.html https://www.youtube.com/watch?v=845HE5vOAXo
I only want to record my user sessions. For my guacamole.properties file, I have created one by myself in guacamole home directory. My problem is at 8min45 of the video, when I look at the logs column I can't see the view button. I think my extensions are not loaded and guacamole.properties is nopt read at startup because I've made some test with a basic extension : https://github.com/Zer0CoolX/guacamole-customize-loginscreen-extension With this one I just need to download the extension in guacamole/extensions and restart my server but after restarting nothing change. I'm working with Guacamole 1.5.2, Debian 10 and Docker, here are my 3 containers and image : postgres_guacamole_compose image : postgres:13.4-buster guacd_compose image : guacamole/guacd guacamole_compose image : guacamole/guacamole >Where can I find the logs ? got nothing about guacamole in /var/log even in >the 3 containers :/ T. RIVOIRE -----Message d'origine----- De : Nick Couchman <[email protected]> Envoyé : mardi 4 juillet 2023 14:52 À : [email protected] Objet : Re: Guacamole display has no values On Tue, Jul 4, 2023 at 3:55 AM Fatima Ezzahra Jaber <[email protected]> wrote: > > Hello, > > I am using a django app to create my own guacamole web application, and using > websockets and the library pyguacamole for that. In my javascript side, I am > trying to get the guacamole client display "Guacamole.Client.getDisplay()" > but the values in it are the values by default. I don't understand why is > that happening although I can see that the instructions sent by guacd are > received by my web application, as well as there is a ping sent to the guacd. > In the logs of guacd I have user not responding. > I don't think you've provided quite enough detail, here, for anyone to know what's going on or to really be able to help you. I think what you're saying is that you're trying to get the display parameters negotiated between your web application and guacd, and, instead of seeing the correct values for the display, you're seeing default values? If you look at the JavaScript code for the Guacamole.Display module (https://github.com/apache/guacamole-client/blob/master/guacamole-common-js/src/main/webapp/modules/Display.js), you'll see that the default constructor only provides default values - width is set to 0, height is set to 0, etc. If you're trying to get the Display object configured for the actual browser you're connecting from, you'll need to write your own code to detect the browser size and set that value. If you can provide more detail on what you've done and what you're seeing, and maybe even a link to a code repository, you may get a little more meaningful help. -Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
