Emanuele Torre
Emanuele Torre
One easy (but maybe "lazy") solution could be to make `window.hide_decoration` require a restart (like `colors.webpage.darkmode.enabled` for example).
Actually, this problem also occurs if i run the command directly: ``` bash-5.1$ .venv/bin/pip install -r /home/emanuele6/.source_code/qutebrowser/misc/requirements/requirements-pyqt.txt --verbose --no-binary PyQt5,PyQtWebEngine,PyQt6,PyQt6-WebEngine Using pip 22.1.2 from /home/emanuele6/.source_code/qutebrowser/.venv/lib/python3.10/site-packages/pip (python 3.10) Collecting PyQt5==5.15.7 Using...
It looks like maybe yes; I am also able to reproduce this with my system's `pip` with the following steps (I modified the requirements file, to force `pip` to download...
> What's your use-case for this? I don't really have a use case for it to be honest, I just tried using `--pyqt-type source` and noticed it was not working.
> Downloading another file into that directory, which has been remembered by qutebrowser You don't even have to do that, simply running `:download` or using right-click=>Save Page creates the directory...
I also noticed that `"${var1:-'$var2'}"` triggers a false positive for [SC2016](https://www.shellcheck.net/wiki/SC2016).
I noticed that messages also overlap the command mode prompt if `statusbar.show` is set to *never*, and it is opened (using `:`) while messages are shown.
Here a video of the bug being reproduced: https://user-images.githubusercontent.com/20175435/186246822-7f2381c2-171a-4164-b73a-1c67d37951a3.mp4 And here is the traceback printed to the terminal after the crash: ``` 000 (495116) ~ $ qutebrowser -T 21:16:21 ERROR:...
and @modname if you can
@thaliaarchi Thank you!