[GitHub] [guacamole-client] jmuehlner merged pull request #681: GUACAMOLE-377: Add client-side support for frame tracking and RemoteFX parameter.

2022-06-13 Thread GitBox
jmuehlner merged PR #681: URL: https://github.com/apache/guacamole-client/pull/681 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@guaca

[GitHub] [guacamole-client] jmuehlner commented on pull request #681: GUACAMOLE-377: Add client-side support for frame tracking and RemoteFX parameter.

2022-06-13 Thread GitBox
jmuehlner commented on PR #681: URL: https://github.com/apache/guacamole-client/pull/681#issuecomment-1154370926 Awesome! Looks great. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [guacamole-client] mike-jumper commented on pull request #681: GUACAMOLE-377: Add client-side support for frame tracking and RemoteFX parameter.

2022-06-13 Thread GitBox
mike-jumper commented on PR #681: URL: https://github.com/apache/guacamole-client/pull/681#issuecomment-1154358467 The toolbar from the extension is added to the bottom of the client view and looks like this: ![image](https://user-images.githubusercontent.com/4632905/173431704-02d215

[GitHub] [guacamole-server] jmuehlner commented on a diff in pull request #383: GUACAMOLE-1622: Added margins to ssh sessions.

2022-06-13 Thread GitBox
jmuehlner commented on code in PR #383: URL: https://github.com/apache/guacamole-server/pull/383#discussion_r896020901 ## src/terminal/terminal.c: ## @@ -335,6 +335,67 @@ guac_terminal_options* guac_terminal_options_create( return options; } +/** + * Calculate the availa

[GitHub] [guacamole-server] jmuehlner commented on a diff in pull request #383: GUACAMOLE-1622: Added margins to ssh sessions.

2022-06-13 Thread GitBox
jmuehlner commented on code in PR #383: URL: https://github.com/apache/guacamole-server/pull/383#discussion_r896017364 ## src/terminal/terminal.c: ## @@ -335,6 +335,68 @@ guac_terminal_options* guac_terminal_options_create( return options; } +/** + * Calculate the availa

Adding support for libssh as an alternative to libssh2

2022-06-13 Thread Oleg Rosowiecki
Hello, I need to build and run guacamole on RHEL machines. RHEL is dropping support for libssh2 starting with RHEL 8.x. I thought it would be a good idea to try adding support for building against libssh. I read the previous discussion here: https://issues.apache.org/jira/browse/GUACAMOLE-945 an