Debian 12 X11 with the latest pull. I pointed logs locally. Webscreensaver is in /usr/libexec/xscreensaver/ and .xscreensaver has the entry with webscreensaver -url "file:///usr/lib/webscreensaver/index.html" \n. I can open the URL in Chrome. Log states:
/usr/libexec/xscreensaver/webscreensaver:55: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "type" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
self.win = Gtk.Window(Gtk.WindowType.POPUP)
Cache directory: /home/user/.cache/webscreensaver
Load changed: <WebKit2.WebView object at 0x7f4fce117a00 (WebKitWebView at 0x379ae810)>
Load changed: <WebKit2.WebView object at 0x7f4fce117a00 (WebKitWebView at 0x379ae810)>
Load changed: <WebKit2.WebView object at 0x7f4fce117a00 (WebKitWebView at 0x379ae810)>
Could the type error cause the self.win to not assign correctly?
Debian 12 X11 with the latest pull. I pointed logs locally. Webscreensaver is in /usr/libexec/xscreensaver/ and .xscreensaver has the entry with webscreensaver -url "file:///usr/lib/webscreensaver/index.html" \n. I can open the URL in Chrome. Log states:
/usr/libexec/xscreensaver/webscreensaver:55: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "type" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
self.win = Gtk.Window(Gtk.WindowType.POPUP)
Cache directory: /home/user/.cache/webscreensaver
Load changed: <WebKit2.WebView object at 0x7f4fce117a00 (WebKitWebView at 0x379ae810)>
Load changed: <WebKit2.WebView object at 0x7f4fce117a00 (WebKitWebView at 0x379ae810)>
Load changed: <WebKit2.WebView object at 0x7f4fce117a00 (WebKitWebView at 0x379ae810)>
Could the type error cause the self.win to not assign correctly?