Re: Fullscreen mode

2023-07-17 Thread Fatima Ezzahra Jaber
Hello, 

I tried what Peter suggested and I still have the browser going on fullscreen 
but the guac display in it's initial size. Is there another solution or more 
information I can give you to help? 


De: "John A" <877jo...@gmail.com> 
À: "user"  
Envoyé: Jeudi 13 Juillet 2023 13:59:08 
Objet: Re: Fullscreen mode 

Are you able to do what Peter suggested earlier, and make the browser full 
screen before connecting to the remote system? 

On Thu, Jul 13, 2023 at 5:26 AM Fatima Ezzahra Jaber < [ 
mailto:fatima-ezzahra.ja...@grenoble-inp.org | 
fatima-ezzahra.ja...@grenoble-inp.org ] > wrote: 


Thank you for your answer, I'm actually using a VNC server, so if I understood 
correctly I can't do the sendSize with my client if I'm using VNC ? If that's 
the case is there another way I can do it ? 
- Mail d’origine - 
De: Michael Jumper < [ mailto:mjum...@apache.org | mjum...@apache.org ] > 
À: [ mailto:user@guacamole.apache.org | user@guacamole.apache.org ] 
Envoyé: Wed, 12 Jul 2023 19:14:27 +0200 (CEST) 
Objet: Re: Fullscreen mode 

On 7/12/23 07:11, Fatima Ezzahra Jaber wrote: 
> Hello, 
> 
> I have created my own guacamole application and I can see my remote 
> desktop on my web page, bu I need it to go full screen, I tried using 
> the*|Element.requestFullscreen()|*method but it only makes my display go 
> on fullscreen, but the guacamole display's size doesn't change. Does 
> guacamole handle fullscreen mode and is there an instruction or a way to 
> do that? 
> 

Changes in display size are communicated with the sendSize() function of 
Guacamole.Client: 

[ 
https://guacamole.apache.org/doc/guacamole-common-js/Guacamole.Client.html#sendSize
 | 
https://guacamole.apache.org/doc/guacamole-common-js/Guacamole.Client.html#sendSize
 ] 

This sends a "size" instruction informing the server that the client's 
desired display size has changed: 

[ 
https://guacamole.apache.org/doc/gug/protocol-reference.html#client-size-instruction
 | 
https://guacamole.apache.org/doc/gug/protocol-reference.html#client-size-instruction
 ] 

It is still on the underlying protocol to honor that request: 

* The terminal-based protocols (SSH, telnet, Kubernetes) will 
automatically honor resize requests without additional configuration. 
* RDP requires that you specify how it should handle resize requests: 
[ 
https://guacamole.apache.org/doc/gug/configuring-guacamole.html#rdp-display-settings
 | 
https://guacamole.apache.org/doc/gug/configuring-guacamole.html#rdp-display-settings
 ] 
* Client-initiated resize is not available for VNC. 

- Mike 

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


-- 
JABER Fatima Ezzahra 
2A SEOC Grenoble-INP Phelma 
Tél : +33 (0) 6 05 93 50 23 

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






-- 
JABER Fatima Ezzahra 
2A SEOC Grenoble-INP Phelma 
Tél : +33 (0) 6 05 93 50 23 


Re: Fullscreen mode

2023-07-13 Thread John A
Are you able to do what Peter suggested earlier, and make the browser full
screen before connecting to the remote system?

On Thu, Jul 13, 2023 at 5:26 AM Fatima Ezzahra Jaber <
fatima-ezzahra.ja...@grenoble-inp.org> wrote:

> Thank you for your answer, I'm actually using a VNC server, so if I
> understood correctly I can't do the sendSize with my client if I'm using
> VNC ? If that's the case is there another way I can do it ?
> - Mail d’origine -
> De: Michael Jumper 
> À: user@guacamole.apache.org
> Envoyé: Wed, 12 Jul 2023 19:14:27 +0200 (CEST)
> Objet: Re: Fullscreen mode
>
> On 7/12/23 07:11, Fatima Ezzahra Jaber wrote:
> > Hello,
> >
> > I have created my own guacamole application and I can see my remote
> > desktop on my web page, bu I need it to go full screen, I tried using
> > the*|Element.requestFullscreen()|*method but it only makes my display go
> > on fullscreen, but the guacamole display's size doesn't change. Does
> > guacamole handle fullscreen mode and is there an instruction or a way to
> > do that?
> >
>
> Changes in display size are communicated with the sendSize() function of
> Guacamole.Client:
>
>
> https://guacamole.apache.org/doc/guacamole-common-js/Guacamole.Client.html#sendSize
>
> This sends a "size" instruction informing the server that the client's
> desired display size has changed:
>
>
> https://guacamole.apache.org/doc/gug/protocol-reference.html#client-size-instruction
>
> It is still on the underlying protocol to honor that request:
>
> * The terminal-based protocols (SSH, telnet, Kubernetes) will
> automatically honor resize requests without additional configuration.
> * RDP requires that you specify how it should handle resize requests:
>
> https://guacamole.apache.org/doc/gug/configuring-guacamole.html#rdp-display-settings
> * Client-initiated resize is not available for VNC.
>
> - Mike
>
> -
> To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
> For additional commands, e-mail: user-h...@guacamole.apache.org
>
>
> --
> JABER Fatima Ezzahra
> 2A SEOC Grenoble-INP Phelma
> Tél : +33 (0) 6 05 93 50 23
>
> -
> To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
> For additional commands, e-mail: user-h...@guacamole.apache.org
>
>


Re: Fullscreen mode

2023-07-13 Thread Fatima Ezzahra Jaber
Thank you for your answer, I'm actually using a VNC server, so if I understood 
correctly I can't do the sendSize with my client if I'm using VNC ? If that's 
the case is there another way I can do it ?
- Mail d’origine -
De: Michael Jumper 
À: user@guacamole.apache.org
Envoyé: Wed, 12 Jul 2023 19:14:27 +0200 (CEST)
Objet: Re: Fullscreen mode

On 7/12/23 07:11, Fatima Ezzahra Jaber wrote:
> Hello,
> 
> I have created my own guacamole application and I can see my remote 
> desktop on my web page, bu I need it to go full screen, I tried using 
> the*|Element.requestFullscreen()|*method but it only makes my display go 
> on fullscreen, but the guacamole display's size doesn't change. Does 
> guacamole handle fullscreen mode and is there an instruction or a way to 
> do that?
> 

Changes in display size are communicated with the sendSize() function of 
Guacamole.Client:

https://guacamole.apache.org/doc/guacamole-common-js/Guacamole.Client.html#sendSize

This sends a "size" instruction informing the server that the client's 
desired display size has changed:

https://guacamole.apache.org/doc/gug/protocol-reference.html#client-size-instruction

It is still on the underlying protocol to honor that request:

* The terminal-based protocols (SSH, telnet, Kubernetes) will 
automatically honor resize requests without additional configuration.
* RDP requires that you specify how it should handle resize requests: 
https://guacamole.apache.org/doc/gug/configuring-guacamole.html#rdp-display-settings
* Client-initiated resize is not available for VNC.

- Mike

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


-- 
JABER Fatima Ezzahra
2A SEOC Grenoble-INP Phelma
Tél : +33 (0) 6 05 93 50 23 

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



Re: Fullscreen mode

2023-07-12 Thread Michael Jumper

On 7/12/23 07:11, Fatima Ezzahra Jaber wrote:

Hello,

I have created my own guacamole application and I can see my remote 
desktop on my web page, bu I need it to go full screen, I tried using 
the*|Element.requestFullscreen()|*method but it only makes my display go 
on fullscreen, but the guacamole display's size doesn't change. Does 
guacamole handle fullscreen mode and is there an instruction or a way to 
do that?




Changes in display size are communicated with the sendSize() function of 
Guacamole.Client:


https://guacamole.apache.org/doc/guacamole-common-js/Guacamole.Client.html#sendSize

This sends a "size" instruction informing the server that the client's 
desired display size has changed:


https://guacamole.apache.org/doc/gug/protocol-reference.html#client-size-instruction

It is still on the underlying protocol to honor that request:

* The terminal-based protocols (SSH, telnet, Kubernetes) will 
automatically honor resize requests without additional configuration.
* RDP requires that you specify how it should handle resize requests: 
https://guacamole.apache.org/doc/gug/configuring-guacamole.html#rdp-display-settings

* Client-initiated resize is not available for VNC.

- Mike

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



Re: Fullscreen mode

2023-07-12 Thread Mailing Lists
without knowing more I think you should go fullscreen with the 
browser/application before connecting to the remote system. 

Additionally the target resolution set in the connection has impact and also 
the configured/available resize method of the target system.

It may also vary if initially connect or re-connect an existing session.

I hope I could help.

Regards

Peter

via Smartphone

> Am 12.07.2023 um 16:13 schrieb Fatima Ezzahra Jaber 
> :
> 
> 
> Hello,
> 
> I have created my own guacamole application and I can see my remote desktop 
> on my web page, bu I need it to go full screen, I tried using 
> theElement.requestFullscreen() method but it only makes my display go on 
> fullscreen, but the guacamole display's size doesn't change. Does guacamole 
> handle fullscreen mode and is there an instruction or a way to do that? 
> 
> 
> -- 
> JABER Fatima Ezzahra
> 


Fullscreen mode

2023-07-12 Thread Fatima Ezzahra Jaber
Hello, 

I have created my own guacamole application and I can see my remote desktop on 
my web page, bu I need it to go full screen, I tried using the 
Element.requestFullscreen() method but it only makes my display go on 
fullscreen, but the guacamole display's size doesn't change. Does guacamole 
handle fullscreen mode and is there an instruction or a way to do that? 


-- 
JABER Fatima Ezzahra