Cqoicebordel / webslice-plasmoid

Add a slice of web on your desktop. https://www.pling.com/p/998902/
http://www.cqoicebordel.net/webslice-plasmoid/
GNU Affero General Public License v3.0
31 stars 12 forks source link

Can't render grafana 7.2 #27

Closed c33howard closed 3 years ago

c33howard commented 3 years ago

Something about grafana 7.2 causes a render failure. Compare the following url in chrome/firefox/konqueror/web browser plasmoid vs web slice:

https://play.grafana.org/d/000000012/grafana-play-home?orgId=1

My internal (ie not internet accessible) grafana deploy of 5.x rendered fine in web slice.

Cqoicebordel commented 3 years ago

So, a couple of things :

So I think the issue is the version of Chromium supported by Grafana. https://grafana.com/docs/grafana/latest/installation/requirements/ indicates that it follows the current versions, so no love for older version :/
Sadly I can't do anything. You can try changing your user-agent string, in case the support is blocked dumbly, but I doubt it'll do anything.
All in all, it's dependent on the version of Chromium, and Qt :/

c33howard commented 3 years ago

Interesting. On my system (also Kubuntu 20.04), my UA is reported as Safari 10. I wonder why Qt on my system is using a different engine.

My homedir is old. I wouldn't be shocked to find I've got some stale config in there somewhere.

Thanks for the pointer though. That's probably enough for me to track down what's going on. I'll resolve, since it seems like this is a Qt thing.