From 04bd341a3e5a070c663dcd5d0f3334590a252ec7 Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Sat, 10 Jan 2015 17:05:42 +0100 Subject: [PATCH 1/2] Also mention that overlay-scrollbar causes the bug Signed-off-by: Sebastian Ramacher --- doc/man/_bugs.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/man/_bugs.txt b/doc/man/_bugs.txt index 2d638e8..f664492 100644 --- a/doc/man/_bugs.txt +++ b/doc/man/_bugs.txt @@ -1,3 +1,4 @@ If GDK_NATIVE_WINDOWS is enabled you will experience problems with large documents. In this case zathura might crash or pages cannot be rendered -properly. Disabling GDK_NATIVE_WINDOWS fixes this issue. +properly. Disabling GDK_NATIVE_WINDOWS fixes this issue. The same issue may +appear, if overlay-scrollbar is enabled in GTK_MODULES. From 24c59c98de5abeb50f950c257a2c0e78b4c124de Mon Sep 17 00:00:00 2001 From: Callum Burns Date: Tue, 13 Jan 2015 01:44:05 +0000 Subject: [PATCH 2/2] Fixed typo and changed warning to debug --- zathura/zathura.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zathura/zathura.c b/zathura/zathura.c index ab8c50b..391f756 100644 --- a/zathura/zathura.c +++ b/zathura/zathura.c @@ -828,7 +828,7 @@ document_open(zathura_t* zathura, const char* path, const char* password, /* bookmarks */ if (zathura->database != NULL) { if (zathura_bookmarks_load(zathura, file_path) == false) { - girara_warning("Failed to loads bookmarks."); + girara_debug("Failed to load bookmarks."); } /* jumplist */