You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import webui
let window =newWindow() # Create a new Window
window.showWv("<html>Hello</html>")
wait()
i get Gtk-Message: 17:25:10.910: Failed to load module "colorreload-gtk-module"
Following a random internet comment, i ran: dnf install kde-gtk-config
which installed kde-gtk-config and xsettingsd. This made the warning go away.
Does webUI really need this dep? If so, maybe it could be documented with the webkitgtk dep? Or, if not, removed from webui so we don't have to worry about it?
Thanks
The text was updated successfully, but these errors were encountered:
I do know showWv() will use a GTK WebView. That's what i was trying out to see how much ram it would use. My question is about the colorreload-gtk-module warning and the deps. I already had webkit2gtk4 installed, but i didn't already have kde-gtk-config installed as a dep. I'm wondering where this dep is coming from, and whether it can be documented or removed, assuming it's coming from webui. Is something in webui using something provided by kde-gtk-config? It sure seems like it on my Fedora 40 machine.
when running 2.5.0.0 (head)
i get
Gtk-Message: 17:25:10.910: Failed to load module "colorreload-gtk-module"
Following a random internet comment, i ran:
dnf install kde-gtk-config
which installed
kde-gtk-config
andxsettingsd
. This made the warning go away.Does webUI really need this dep? If so, maybe it could be documented with the webkitgtk dep? Or, if not, removed from webui so we don't have to worry about it?
Thanks
The text was updated successfully, but these errors were encountered: