GitHub user mike-jumper opened a pull request:
https://github.com/apache/incubator-guacamole-client/pull/46
GUACAMOLE-5: Implement user-facing connection sharing interface.
This change adds a new "Share" menu to the Guacamole menu, right next to
the existing user menu, which appears only if the current user has permission
to share the current connection. The menu lists all sharing profiles available
to the user. When a sharing profile is clicked, a share link is generated and
displayed within the Guacamole menu:

These links persist within the Guacamole menu of the connection in
question. If the user navigates to a different part of Guacamole while a
connection is running in the background, the links associated with that
connection will still be visible in the Guacamole menu when they return.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mike-jumper/incubator-guacamole-client
share-ui
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-guacamole-client/pull/46.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #46
----
commit 8b193ad89adf7ddba5afbda6f25a5c49149d84cc
Author: Michael Jumper <[email protected]>
Date: 2016-07-25T08:08:16Z
GUACAMOLE-5: Separate menu semantics from guacUserMenu into own guacMenu
directive.
commit 3484d323020ef0b1d3a6f773db3fa345ed5d25f7
Author: Michael Jumper <[email protected]>
Date: 2016-07-25T08:54:04Z
GUACAMOLE-5: Clean up header and dropdown style.
commit 91254f7f982eed8b322c32b4f675bfbeec134e94
Author: Michael Jumper <[email protected]>
Date: 2016-07-25T09:28:56Z
GUACAMOLE-5: Add sharing support to the Guacamole client UI.
commit e1cf5821fc526113e13f09ee6dd62a5d179e2553
Author: Michael Jumper <[email protected]>
Date: 2016-08-02T18:50:32Z
GUACAMOLE-5: Add share icon.
commit 73c2e68922a7c99883d4a6002871f98e84b06e74
Author: Michael Jumper <[email protected]>
Date: 2016-08-02T20:08:04Z
GUACAMOLE-5: Display share links within Guacamole menu. Persist within
ManagedClient.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---