This commit is contained in:
Fierelier 2021-12-19 05:10:02 +01:00
parent 8cc95c2272
commit 4852efd137
3 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
# webkit-disappointment # webkit-disappointment
***THE CHROMIUM SINGULARITY 2*** ***THE CHROMIUM SINGULARITY 2***
the modern web is a bad excuse to obsolete devices more quickly
read py files for info about the browsers

View File

@ -35,7 +35,7 @@ sp = pUp(s)
# Script start # Script start
# Uncomment the following line for software-mode # Uncomment the following line for software-mode
os.environ["LIBGL_ALWAYS_SOFTWARE"] = "1" #os.environ["LIBGL_ALWAYS_SOFTWARE"] = "1"
#os.environ["WEBKIT_USE_SINGLE_WEB_PROCESS"] = "1" # Deprecated, not required with this code #os.environ["WEBKIT_USE_SINGLE_WEB_PROCESS"] = "1" # Deprecated, not required with this code
import gi import gi

View File

@ -81,7 +81,7 @@ class browserView(QWebView):
self.urlChanged.connect(self.cUrlChanged) self.urlChanged.connect(self.cUrlChanged)
def cTitleChanged(self): def cTitleChanged(self):
self.window.setWindowTitle(self.title()+ " - webkit-inabox") self.window.setWindowTitle(self.title()+ " - webkit-inabox-qt5")
def cUrlChanged(self,url): def cUrlChanged(self,url):
self.window.cUrlBar.setText(url.toString()) self.window.cUrlBar.setText(url.toString())