Template. - Guacamole js template

2024-05-22 Thread emerson . bezerra
Guacamole-client creates the template.js file.
In this file, each of the HTML templates that make up the app are inserted
into the
angular.module:templates-main: $templateCach
The question:
Inside the Browser, using the angular object, can I access any template?
---
Emerson Bezerra


Re: Custom Front-end

2024-05-16 Thread emerson . bezerra
Hi Nick.

Do you recommend any extensions? Or commercial support companies?


Em qui., 16 de mai. de 2024 às 10:05, Nick Couchman 
escreveu:

> On Thu, May 16, 2024 at 9:00 AM Tom Eaton  wrote:
>
>> There is a comprehensive guide in the docs:
>> https://guacamole.apache.org/doc/gug/writing-you-own-guacamole-app.html
>>
>> On Thu, 16 May 2024 at 13:56, Prakhar Jalan 
>> wrote:
>>
>>> Hello,
>>>
>>> I am looking to create a custom front-end. Would really appreciate if
>>> someone could guide me how to go about it?
>>>
>>>
> I'll add to Tom's response that this greatly depends on what your end goal
> is - if you just want to use the common bits (the Guacamole protocol) and
> are looking to write everything else (authorization/access/accounting,
> connection management, etc.) from scratch, then the guide that Tom linked
> is exactly what you'll need. If you're talking about just customizing the
> look and feel of the existing front-end, this is done using the extension
> framework. And lots of options in between those two.
>
> -Nick
>
>>


Re: Guacamole Menu

2024-02-21 Thread emerson . bezerra
Thanks Stefan, Thanks Nick.

However, how to do this?
""Stefan's suggestion was to allow you to send the key combo to the
application.""

All the best
---
Emerson Bezerra



Em qua., 21 de fev. de 2024 às 11:12, Nick Couchman 
escreveu:

> On Wed, Feb 21, 2024 at 8:08 AM  wrote:
>
>> Sorry, maybe I wasn't clear.
>>
>> The legacy application uses the Ctrl + Alt + Shift key combination to
>> perform a task.
>>
>>
> I think that was clear and understood - Stefan's suggestion was to allow
> you to send the key combo to the application.
>
>
>> As we are only virtualizing the application, what we would like is to
>> either disable the guacamole menu with this key combination, or change it,
>> if possible.
>>
>
> There's no way to do this without modifying the source code.
>
> -Nick
>
>>


Re: Guacamole Menu

2024-02-21 Thread emerson . bezerra
Sorry, maybe I wasn't clear.

The legacy application uses the Ctrl + Alt + Shift key combination to
perform a task.

As we are only virtualizing the application, what we would like is to
either disable the guacamole menu with this key combination, or change it,
if possible.
---
Emerson Bezerra



Em qua., 21 de fev. de 2024 às 04:52, Stefan Bogdan Cimpeanu <
bog...@cimpeanu.org> escreveu:

> You can use the on-screen keyboard input method from the guacamole menu to
> send the key combinations required.
>
> Regards,
> Bogdan
> On 21 Feb 2024 at 03:47 +0200, emerson.beze...@gmail.com, wrote:
>
> Hi.
>
> We are working on virtualizing a legacy application.
>
> Unfortunately, the application uses the same keys to open the Guacamole
> Menu. Ctrl + Alt + Shift
>
> Is it possible to change or disable them?
>
> All the best from Brazil.
> ---
> Emerson Bezerra
> ---
>
>


Guacamole Menu

2024-02-20 Thread emerson . bezerra
Hi.

We are working on virtualizing a legacy application.

Unfortunately, the application uses the same keys to open the Guacamole
Menu. Ctrl + Alt + Shift

Is it possible to change or disable them?

All the best from Brazil.
---
Emerson Bezerra
---