diff options
author | Pierguido Lambri <plambri@redhat.com> | 2020-06-10 19:23:28 +0100 |
---|---|---|
committer | Pierguido Lambri <plambri@redhat.com> | 2020-06-10 19:23:28 +0100 |
commit | 6f545d30481a28b99904068b6aa2773b12bdb9d0 (patch) | |
tree | 90ff6df921ab1204a377887917309877a49c1916 /doc | |
parent | 44e16ec2c66ecae36e7589ba4d2f731d21a92a8d (diff) | |
download | qutebrowser-6f545d30481a28b99904068b6aa2773b12bdb9d0.tar.gz qutebrowser-6f545d30481a28b99904068b6aa2773b12bdb9d0.zip |
Fixed the debuginfo command, removed the sudo command and installed the right debug symbol packages for qtwebengine
Signed-off-by: Pierguido Lambri <plambri@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/stacktrace.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/stacktrace.asciidoc b/doc/stacktrace.asciidoc index ef37c80b4..3bcca49bf 100644 --- a/doc/stacktrace.asciidoc +++ b/doc/stacktrace.asciidoc @@ -52,7 +52,7 @@ Or: Then install the needed debuginfo packages: ---- -# sudo debuginfo-install python3 qt5-qtwebkit python3-qt5-webkit python3-qt5-base python-qt5 python3-qt5 +# debuginfo-install python3 qt5-qtwebengine python3-qt5-webengine python3-qt5-base python-qt5 python3-qt5 python3-qt5-webkit-debuginfo ---- Archlinux |