On Wed, May 6, 2020 at 2:29 PM Greg_E <[email protected]> wrote: > I found the same thing with my Windows clients. Upon checking the guacsnd > stuff is missing from the 1.1.0 files, but is included in the 1.0.0 files. > trying to figure out what I need to move from 1.0.0 into 1.1.0 so that I > can > make a new client and get this working. > > Did you check the /usr/lib64/freerdp2 directory? With the 1.1.0 release of Guacamole Server the code attempts to find the FreeRDP directory automatically for placing the plugin files. I run CentOS across the board, and these are in the /usr/lib64/freerdp2 directory:
# ll /usr/lib64/freerdp2/ total 916 -rwxr-xr-x. 1 root root 15680 Aug 8 2019 libaudin-client-alsa.so -rwxr-xr-x. 1 root root 15640 Aug 8 2019 libaudin-client-oss.so -rwxr-xr-x. 1 root root 15784 Aug 8 2019 libaudin-client-pulse.so -rwxr-xr-x. 1 root root 24328 Aug 8 2019 libaudin-client.so -rwxr-xr-x. 1 root root 11248 Aug 8 2019 libdisp-client.so -rwxr-xr-x. 1 root root 36328 Aug 8 2019 libdrive-client.so -rwxr-xr-x. 1 root root 7048 Aug 8 2019 libecho-client.so -rwxr-xr-x. 1 root root 15408 Aug 8 2019 libgeometry-client.so -rwxr-xr-x. 1 root root 1118 May 5 17:16 libguacai-client.la -rwxr-xr-x. 1 root root 357944 May 5 17:16 libguacai-client.so -rwxr-xr-x. 1 root root 1172 May 5 17:16 libguac-common-svc-client.la -rwxr-xr-x. 1 root root 75664 May 5 17:16 libguac-common-svc-client.so -rwxr-xr-x. 1 root root 15416 Aug 8 2019 libparallel-client.so -rwxr-xr-x. 1 root root 19728 Aug 8 2019 libprinter-client.so -rwxr-xr-x. 1 root root 24136 Aug 8 2019 librdpei-client.so -rwxr-xr-x. 1 root root 44400 Aug 8 2019 librdpgfx-client.so -rwxr-xr-x. 1 root root 19928 Aug 8 2019 librdpsnd-client-alsa.so -rwxr-xr-x. 1 root root 7216 Aug 8 2019 librdpsnd-client-fake.so -rwxr-xr-x. 1 root root 15584 Aug 8 2019 librdpsnd-client-oss.so -rwxr-xr-x. 1 root root 15888 Aug 8 2019 librdpsnd-client-pulse.so -rwxr-xr-x. 1 root root 23816 Aug 8 2019 libserial-client.so -rwxr-xr-x. 1 root root 11392 Aug 8 2019 libtsmf-client-alsa-audio.so -rwxr-xr-x. 1 root root 32584 Aug 8 2019 libtsmf-client-gstreamer-decoder.so -rwxr-xr-x. 1 root root 11256 Aug 8 2019 libtsmf-client-oss-audio.so -rwxr-xr-x. 1 root root 15616 Aug 8 2019 libtsmf-client-pulse-audio.so -rwxr-xr-x. 1 root root 49728 Aug 8 2019 libtsmf-client.so -rwxr-xr-x. 1 root root 23912 Aug 8 2019 libvideo-client.so -Nick
