diff options
Diffstat (limited to 'libre/okular/disable-drm.patch')
-rw-r--r-- | libre/okular/disable-drm.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libre/okular/disable-drm.patch b/libre/okular/disable-drm.patch new file mode 100644 index 000000000..ebc801a6a --- /dev/null +++ b/libre/okular/disable-drm.patch @@ -0,0 +1,13 @@ +diff --git a/conf/okular_core.kcfg b/conf/okular_core.kcfg +index 35aaa9d..7593409 100644 +--- a/conf/okular_core.kcfg ++++ b/conf/okular_core.kcfg +@@ -59,7 +59,7 @@ + </group> + <group name="Core General" > + <entry key="ObeyDRM" type="Bool" > +- <default>true</default> ++ <default>false</default> + </entry> + <entry key="ChooseGenerators" type="Bool" > + <default>false</default> |