Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to load the logo #12

Open
ServerMonkey opened this issue Sep 22, 2021 · 3 comments
Open

unable to load the logo #12

ServerMonkey opened this issue Sep 22, 2021 · 3 comments

Comments

@ServerMonkey
Copy link

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

@b4too
Copy link

b4too commented Oct 6, 2021

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 )

@bobbywaz
Copy link

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.

@JBlond
Copy link

JBlond commented Aug 11, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants