From fd5901070d059799b6a9c49f739c3537ea3d90d3 Mon Sep 17 00:00:00 2001 From: John ShaggyTwoDope Jenkins Date: Fri, 26 Dec 2014 11:26:06 -0800 Subject: [PATCH] adjustments added debian ubuntu crash info --- doc/FAQ.asciidoc | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/doc/FAQ.asciidoc b/doc/FAQ.asciidoc index 59296c83f..f8b27701b 100644 --- a/doc/FAQ.asciidoc +++ b/doc/FAQ.asciidoc @@ -94,11 +94,11 @@ Unable to view flash content.:: to `allow-plugins = true` save the file and load your browser and enjoy flash! Experiencing freezing on sites like duckduckgo and youtube.:: - When visiting some pages and you experience freezing, unable to close or unable exit - the browser. This can be solved by disabling plugins, or checking if you have + When visiting some pages and you experience freezing and you are unable to close or + exit the browser. In some cases this can be solved by disabling plugins, or checking if you have a package installed called mozplugger on your system. On Archlinux and Debian/Ubuntu systems the package is called mozplugger. After removing the - package, you may need to also delete a few files in your home plugin dir. They are so + package, you may need to also delete a few files in your home plugin dir. They are named `~/.mozilla/plugins/mozplugger*.so`. Be sure to exit the browser completely before removing any plugins manually. See https://github.com/The-Compiler/qutebrowser/issues/357[Issue #357] for more details. @@ -107,9 +107,14 @@ Experiencing segfaults (crashes) on Debian systems.:: For Debian it's necessary to install the `gstreamer0.10-plugins-base` package. This is a workaround for a bug in Qt, it has been fixed upstream in Qt 5.4 More details can be found - https://bugs.webkit.org/show_bug.cgi?id=119951[here] and https://bugs.webkit.org/show_bug.cgi?id=119951[here]. +Segfaults on Facebook,Medium,Amazon.:: + If you are on a Debian or Ubuntu based system, you might experience some crashes + visting these sites. It's caused by a known bug in Qt. But resolved in Qt 5.4. However + Debian and Ubuntu are slow to adopt or upgrade some packages. There is currently no + way at this time to manually upgrade to Qt 5.4 without issue. + My issue is not listed.:: If you experience any segfaults or crashes, you can report the issue on https://github.com/The-Compiler/qutebrowser/issues[qutebrowser issues].