diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | skel/.kde/share/config/kdeglobals | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 9e0cb87..7d60069 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +etcskel-kanotix (2.0.13) dragonfire; urgency=low + + * add MaximumRemoteSize option for kdeglobals + + -- Joerg Schirottke <master@kanotix.com> Mon, 21 Oct 2013 13:46:19 +0200 + etcskel-kanotix (2.0.12) unstable; urgency=low * preconfig for compton diff --git a/skel/.kde/share/config/kdeglobals b/skel/.kde/share/config/kdeglobals index f19b012..88fb8a1 100644 --- a/skel/.kde/share/config/kdeglobals +++ b/skel/.kde/share/config/kdeglobals @@ -1,2 +1,5 @@ [General] BrowserApplication[$e]=!x-www-browser + +[PreviewSettings] +MaximumRemoteSize=5242880 |