Package Details: guacamole-client 1.5.0-1

Git Clone URL: https://aur.archlinux.org/guacamole-client.git (read-only, click to copy)
Package Base: guacamole-client
Description: Java and Maven components of Guacamole
Upstream URL: https://guacamole.apache.org/
Keywords: guacamole
Licenses: GPL3
Replaces: guacamole
Submitter: ShyPixie
Maintainer: figue (figuepluto, jfigueras)
Last Packager: figue
Votes: 16
Popularity: 0.000000
First Submitted: 2013-09-17 15:21 (UTC)
Last Updated: 2023-02-20 15:36 (UTC)

Dependencies (6)

Sources (2)

Latest Comments

1 2 3 4 Next › Last »

sergeimipt commented on 2023-02-17 08:36 (UTC)

@figue it installed w/o errors now, thanks a lot!!!

figue commented on 2023-02-16 23:15 (UTC)

@sergeimipt build was fixed. Thanks.

sergeimipt commented on 2023-02-16 10:46 (UTC) (edited on 2023-02-16 10:48 (UTC) by sergeimipt)

hi, got the following error during installation (makepkg -si), selected java-11-openjdk:


[ERROR] Failed to execute goal com.github.searls:jasmine-maven-plugin:2.2:test (default) on project guacamole-common-js: The jasmine-maven-plugin encountered an exception: 
[ERROR] org.openqa.selenium.remote.UnreachableBrowserException: Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure.
[ERROR] Build info: version: '2.53.1', revision: 'a36b8b1cd5757287168e54b817830adce9b0158d', time: '2016-06-30 19:26:09'
[ERROR] System info: host: 'thinkpad-pc', ip: '192.168.0.10', os.name: 'Linux', os.arch: 'amd64', os.version: '6.1.12-arch1-1', java.version: '11.0.18'

figue commented on 2022-04-24 11:10 (UTC)

@jayray I was having some issues with this package, but it was because I use a optimized version of zlib and that cause an issue during the "mvn package". Installing core/zlib fixes that compilation.

jayray commented on 2022-04-11 01:26 (UTC) (edited on 2022-04-14 13:34 (UTC) by jayray)

Fresh install an dno build: [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.11.3:npm (npm-build) on project guacamole: Failed to run task: 'npm run build' failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 2 (Exit value: 2) -> [Help 1]

*btw saved myself a lot of time by just downloading the war package from the project. May try to build again some other time.

figue commented on 2022-01-03 21:13 (UTC)

I've updated this package to latest 1.4.0. Changelog:

  • I've tested to build it with latest java-17-openjdk but it doesn't work. java-11-openjdk is my preferred now and it builds and runs fine. Package has forced java-environment<=17 and an additional check during prepare()
  • War by default is not deployed anymore. You can find the war here: /usr/share/guacamole/guacamole.war You can make a symbolic link to your tomcat installation to point to this war: ln -s /usr/share/guacamole/guacamole.war /var/lib/tomcat9/webapps/
  • Now, this package provides default configuration files (GUACAMOLE_HOME) in /etc/guacamole directory. Remember to check your setup.

dodecahedron commented on 2021-08-24 00:11 (UTC)

If you have multiple JDKs installed on your system, make sure Tomcat uses JDK 8 for this package to work: https://wiki.archlinux.org/title/Tomcat#Using_Tomcat_with_a_different_JRE/JDK

honestSalami commented on 2021-06-04 07:58 (UTC)

This is for any noob like me that trashed for 5 days trying to get a new user into guacamole.

the default guacamole home for this package is "/usr/share/tomcat8/.guacamole". You modify the guacamole.properties and the user-mapping.xml files inside it to add any user you want.

don't make a symlink to a guacamole.properties file outside this directory. It will not work.

figue commented on 2019-03-10 23:12 (UTC)

Forced build with Openjdk8. Thanks to Gala Dragos for the advice.