when running 2.5.0.0 (head)
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