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
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
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
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
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
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