On Fri, Jun 27, 2025 at 1:37 AM Tobias Feller | OPC <[email protected]> wrote:
> Hi,
>
> i also had some problems to run 1.6.0 (with multimonitor-support) it with
> freerdp2
>
> guacd[26991]: DEBUG: error creating directory
> '/usr/sbin/.config/freerdp'
>
> ... and some more in that folder after created manual.
>
> guacd[28078]: DEBUG: guac_rdp_fs_open: open() failed: Permission
> denied
>
> chown demon:root /usr/sbin/.config/freerdp -R
>
> helped. but i still get the following error
>
> guacd[28291]: WARNING: FreeRDP initialization may fail: The current
> user's home directory ("/usr/sbin") is not writable, but FreeRDP generally
> requires a writable home directory for storage of configuration files and
> certificates.
>
> didn't want to change the permissions of /usr/sbin... ;-)
>
> found this ...
>
> https://lists.apache.org/thread/ngq66h5c4z307mt6sdj2sd306vqh6ymz
>
> after changed the systemd-service user back to "guacd" it works. Didn't
> had this issue on 1.6.0-RC1
>
> @Nick: i have tried to reinstall after cleanup via --prefix in
> "/opt/guac/" but than when i try to connect to rdp the logs say there is no
> support for rdp. on "configure" it was reported a supported protocol. Don't
> know it was because of the path.
>
> But with install con default path Guacanole is working an i can connect to
> my hosts.
>
Sounds like you are likely hitting library path issues on Linux. It can
take a while to work these all out once they crop up because it usually
involves extra entries in either /etc/ld.so.conf or LD_LIBRARY_PATH, and if
the builds are not done with everything already cleaned up, the problem can
just perpetuate. Anyway, if using the default paths works for you, that's
great.
>
> Multimonitor support:
>
> In settings i see the new option (max monitor). Resize Method: "Display
> Update" is set.
>
> but i don't see the "Add Monitor" in the left flyout-menu. Is this only
> shown if my local system has more than 1 monitor, didn't think so - any
> hints on this?
>
> Why is the button missing?
>
You may need to clear the browser cache and refresh the UI to see this show
up after building/installing from that particular git branch.
-Nick
>