So I was working on #AOSGUI this morning, trying to figure out why nanoweb (it’s a web browser) wasn’t displaying web pages. At some point I gave up trying to fix it myself
and consulted StackOverflow.
The line “app = QApplication([])” had to be changed to “app = QApplication([‘’, ‘—no-sandbox’])”.
Dude, how does ANYONE figure this stuff out?? And how do you expect anyone to code without the internet nowadays??