guacamole-customize-loginscreen-extension
guacamole-customize-loginscreen-extension copied to clipboard
unable to load the logo
I am not able to load the logo. Everything else works tough. What path is supposed to be in: background-image: url('app/ext/tempnamespace/images/logo-placeholder.png');
What else can I write instead of "app/ext/tempnamespace"? are "app", "ext" and "tempnamespace" variables or specific paths?
Running Guacamole 1.3.0 and tomcat9 on Debian 10
If you changed namespace
in guac-manifest.json you should change it accordingly in the css, perhaps your issue comes from that ?
For instance if in the json you have
"namespace" : "my-extension"
then you should have
background-image: url('app/ext/my-extension/images/logo-placeholder.png');
in the css.
( assuming you didn't changed the image name )
I'm having the exact same issue, I haven't changed the the namespace and am actually able to pull my image if I copy/paste the URL, but the page doesn't show any of the CSS changes at all, only the text / title changes.
I'm nbot sure if it helps you. But I needed to "tell" guacamole that there are changes
zip -r /tmp/guacamole-branding-example.jar ./
mv /tmp/guacamole-branding-example.jar /etc/guacamole/extensions/
touch /var/lib/tomcat/webapps/guacamole.war
Found at https://github.com/apache/guacamole-client/tree/master/doc/guacamole-branding-example