Your message dated Sun, 25 May 2008 15:13:25 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#482800: evince: /apps/evince/override_restrictions
should default to true
has caused the Debian Bug report #482800,
regarding evince: /apps/evince/override_restrictions should default to true
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
482800: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=482800
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
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 Abbottdiff -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>
--- End Message ---
--- Begin Message ---
Version: 2.22.0-1
On Sun, 2008-05-25 at 03:58 -0400, Timothy G Abbott wrote:
> 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.
Hi,
Thanks for the patch, this is already the default in 2.22 (available in
experimental).
I don't know if 2.22 is planned for Lenny. If not, we can of course
change the default for 2.20 too.
--
Cheers,
Sven Arvidsson
http://www.whiz.se
PGP Key ID 760BDD22
signature.asc
Description: This is a digitally signed message part
--- End Message ---