guacamole-customize-loginscreen-extension icon indicating copy to clipboard operation
guacamole-customize-loginscreen-extension copied to clipboard

unable to load the logo

Open ServerMonkey opened this issue 3 years ago • 3 comments

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

ServerMonkey avatar Sep 22 '21 12:09 ServerMonkey

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 )

b4too avatar Oct 06 '21 18:10 b4too

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.

bobbywaz avatar Jun 17 '22 19:06 bobbywaz

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

JBlond avatar Aug 11 '22 10:08 JBlond