Marius Müller created GUACAMOLE-1297:
----------------------------------------
Summary: Debian postinst invalid rdp plugin linking
Key: GUACAMOLE-1297
URL: https://issues.apache.org/jira/browse/GUACAMOLE-1297
Project: Guacamole
Issue Type: Bug
Components: guacamole
Affects Versions: 1.3.0
Environment: ubuntu 18.04
Reporter: Marius Müller
Within the postinst of the debian package there exists still the old linking
command:
{code:java}
Register free rdp plugins.
ln -s /usr/local/guacamole/lib/freerdp/* /usr/lib/x86_64-linux-gnu/freerdp/ ||
true{code}
This should be removed, it currently creates a broken link at
"/usr/lib/x86_64-linux-gnu/freerdp/*"
--
This message was sent by Atlassian Jira
(v8.3.4#803005)