Florian Bruhin

Results 379 issues of Florian Bruhin

After a `tsh` with a clear basedir and `:config-write-py`, I see: ```python config.set('content.javascript.enabled', True, '*://start.duckduckgo.com/*') ``` in the generated `config.py`.

component: config
priority: 1 - middle
bug: behavior

We could have an optional dependency on https://github.com/dvarrazzo/py-setproctitle to set the process title to `qutebrowser` instead of `python`. It's in `[community]` on Arch, no idea about other distributions.

good first issue
priority: 2 - low

**Version info**: ``` qutebrowser v3.5.0 Git commit: Backend: QtWebEngine 6.9 based on Chromium 130.0.6723.192 with security patches up to 133.0.6943.141 (plus any distribution patches) (source: api) Qt: 6.9.0 ``` **Does...

[Schedule](https://peps.python.org/pep-0745/): - 3.14.0 alpha 7: Tuesday, 2025-04-08 - 3.14.0 beta 1: Tuesday, 2025-05-06 (No new features beyond this point.) - 3.14.0 beta 2: Tuesday, 2025-05-27 - 3.14.0 beta 3: Tuesday,...

From [Issues with Qt 6.9 · Issue #8444 · qutebrowser/qutebrowser](https://github.com/qutebrowser/qutebrowser/issues/8444#issuecomment-2569610110): # test_searching_on_qutestart renderer process crashes Seems to crash the renderer process repeatedly on CI: ``` ----> Waiting for re.compile("(load status...

Got this locally: ``` __________________________________________________________________ TestDict.test_hypothesis __________________________________________________________________ self = value = '{"\\u1e70\\u033a\\u033a\\u0315o\\u035e \\u0337i\\u0332\\u032c\\u0347\\u032a\\u0359n\\u031d\\u0317\\u0355v\\u031f\\u03...\\u032c\\u031fh\\u0361a\\u032b\\u033b\\u032f\\u0358o\\u032b\\u031f\\u0316\\u034d\\u0319\\u031d\\u0349s\\u0317": false}' def from_str(self, value: str) -> Optional[dict]: self._basic_str_validation(value) if not value: return None try: > yaml_val =...

component: config
priority: 1 - middle
bug: exception

On 46bedd5f6 with Qt 5.15.2, press `:`, paste 🔈 and hit Ctrl-W: ``` Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/qutebrowser/keyinput/eventfilter.py", line 104, in eventFilter return handler(cast(QKeyEvent, event)) File "/usr/lib/python3.9/site-packages/qutebrowser/keyinput/eventfilter.py", line...

priority: 1 - middle
bug: exception

This came up a couple of times in the past: - [Rename tabs : qutebrowser](https://www.reddit.com/r/qutebrowser/comments/u1651s/rename_tabs/) - #8513 It's unclear to me how exactly this should work in detail though (are...

priority: 2 - low

Currently `:tab-focus` can both focus a given tab, or switch back to the last-focused tab. However, this is hard to discover, and also makes the completion for `:tab-focus` a bit...

priority: 1 - middle

Maybe we can use the offscreen platform for tests? https://codereview.qt-project.org/#/c/239861/

component: tests
priority: 2 - low
component: QtWebEngine