https://bugzilla.gnome.org/show_bug.cgi?id=685805
I think this can be solved with:
diff --git a/backend/comics/comics-document.c
b/backend/comics/comics-document.c
index 1aa36d4..aae818b 100644
--- a/backend/comics/comics-document.c
+++ b/backend/comics/comics-document.c
@@ -369,7 +369,7 @@ comics_check_decompress_command (gchar
*mime_type,
g_find_program_in_path ("unzip");
comics_document->alternative_command =
g_find_program_in_path ("zipnote");
- if (comics_document->selected_command &&
+ if (comics_document->selected_command ||
comics_document->alternative_command) {
comics_document->command_usage = UNZIP;
return TRUE;
Can anybody confirm?
Gonzalo
_______________________________________________
evince-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/evince-list