Florian Bruhin

Results 1183 comments of Florian Bruhin

Relevant docs: https://github.com/pyinstaller/pyinstaller/wiki/Recipe-OSX-Code-Signing-Qt

Moving some discussions with @donaldguy from #5663 here: > so I think you know already, but your mac users are definitely out here! Definitely! The problem is that I'm not...

Looks like PyInstaller 4.4 now has support for this? From the [changelog](https://pyinstaller.readthedocs.io/en/stable/CHANGES.html#id1): > (macOS) Implement signing of .app bundle (ad-hoc or with actual signing identity, if provided). (https://github.com/pyinstaller/pyinstaller/pull/5581)

That's not possible with the API we get from Qt, and I doubt they're interested in changing that.

We can detect back/forward navigation via `acceptNavigationRequest`: ``` 10:14:33 DEBUG webview browsertab:_on_navigation_request:1088 navigation request: url https://start.duckduckgo.com/, type Type.typed, is_main_frame True 10:14:35 DEBUG webview browsertab:_on_navigation_request:1088 navigation request: url https://duckduckgo.com/?q=ars, type Type.typed,...

Can you try with another browser using Qt 5 and QtWebEngine, such as KDE Falkon?

Which process is it that pegs the CPU - the main qutebrowser process (`python3`) or a `QtWebEngineProcess`? I'm confused - you talk about text boxes, but then use the FAQ...

@nancym Hm, I don't see how that would make any difference. Did you by any chance also clean your qutebrowser data directory (or the service worker directory contained in it?)...

Then the thing fixing this issue was deleting the data directory, not the config change. The problem is that something in there (the service worker cache) gets corrupted and causes...

No, the problem is in the `webengine/Service Worker` folder in there (which can't be put elsewhere). I'm guessing you just fixed the issue by deleting the corrupted files there. I'm...