Package: evince
Version: 2.20.2-1
Severity: wishlist
Tags: patch

Evince is configured by default to respect restrictions in pdf files (e.g. the bits that make a .pdf file unprintable). One can change this by setting the /apps/evince/override_restrictions gconf setting to true. I can't think of a case where the user would want this set to false, since it strictly disables functionality. I've attached a patch to change this.

        -Tim Abbott
diff -ur --exclude=debian evince-2.20.2-orig/data/evince.schemas.in evince-2.20.2/data/evince.schemas.in
--- evince-2.20.2-orig/data/evince.schemas.in	2007-11-26 15:55:24.000000000 -0500
+++ evince-2.20.2/data/evince.schemas.in	2008-05-25 03:18:32.000000000 -0400
@@ -5,7 +5,7 @@
       <applyto>/apps/evince/override_restrictions</applyto>
       <owner>evince</owner>
       <type>bool</type>
-      <default>false</default>
+      <default>true</default>
       <locale name="C">
         <short>Override document restrictions</short>
         <long>Override document restrictions, like restriction to copy or to print.</long>

Reply via email to