mike-jumper commented on issue #247: GUACAMOLE-927: Automatically set $HOME for sake of FreeRDP initialization process URL: https://github.com/apache/guacamole-server/pull/247#issuecomment-575862356 I believe the only way to proceed is as written - determining the home directory of the user running guacd and setting `HOME` to that if it isn't already set. I don't think it's possible to rework things to use `GUACAMOLE_HOME` in this case because of how the FreeRDP library assumes `HOME` will be set, the way it assumes the config directory will be based off `HOME`, and the way it automatically creates that structure. There would need to be changes in the FreeRDP library for us to use `GUACAMOLE_HOME` the way we would like.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
