jmuehlner commented on code in PR #826: URL: https://github.com/apache/guacamole-client/pull/826#discussion_r1160836696
########## guacamole-common-js/pom.xml: ########## @@ -37,6 +37,23 @@ <relativePath>../</relativePath> </parent> + <properties> + + <!-- + The location where temporary files should be stored for communicating + between karma and firefox. The default location, /tmp, does not work + if firefox is installed via snap. + --> + <firefox.temp.dir>${project.basedir}/.tmp</firefox.temp.dir> Review Comment: sure -- 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. To unsubscribe, e-mail: dev-unsubscr...@guacamole.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org