summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul Mairo <herrmpr@gmail.com>2023-07-22 16:01:05 +0200
committerPaul Mairo <herrmpr@gmail.com>2023-07-22 16:14:51 +0200
commit8fdf168ac0e1fd6e2ce041abd3a8869fb5225261 (patch)
treed1ff5b71f6869d40ce73f1b303bddd1a4997f052 /doc
parent4a031f4eafd786ce22b0487389ed70514c9897ed (diff)
downloadqutebrowser-8fdf168ac0e1fd6e2ce041abd3a8869fb5225261.tar.gz
qutebrowser-8fdf168ac0e1fd6e2ce041abd3a8869fb5225261.zip
quitter: fix prompt_queue being None at shudown
When pressing C-c if qutebrowser is not fully started yet, the prompt_queue is not initialized and prompts for an annoying crash report. Fixes #6827
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.asciidoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index b8bce1545..7eece0317 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -159,7 +159,7 @@ Changed
the correct PID (rather than always showing the latest process, which might not
be the failing one)
- When a process got killed with `SIGTERM`, no error message is now displayed
- anymore (unless started with `:spawn --verbose`).
+ anymore (unless started with `:spawn --verbose`).
- When a process got killed by a signal, the signal name is now displayed in
the message.
- The qute-pass will now try looking up candidate pass entries based on the
@@ -188,6 +188,7 @@ Fixed
- Multiple rare crashes when quitting qutebrowser.
- The `asciidoc2html.py` script now correctly uses the virtualenv-installed
asciidoc rather than requiring a system-wide installation.
+- Crash when shutting down before fully initialized
- Crash with some notification servers when the server is quitting.
- Crash when using QtWebKit with PAC and the file has an invalid encoding.
- Crash with the "tiramisu" notification server.