diff options
author | Joerg Schirottke <master@kanotix.com> | 2013-10-22 20:50:31 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2013-10-22 21:57:31 +0200 |
commit | 52329c25d4fb3739d0e73d822cbda84f242a8184 (patch) | |
tree | c33a801e27d65244e95ff2830e0e08dee8ecd424 | |
parent | ff3420b150e91648ece78de5ad74b14a6bc58373 (diff) | |
download | etcskel-kanotix-52329c25d4fb3739d0e73d822cbda84f242a8184.zip etcskel-kanotix-52329c25d4fb3739d0e73d822cbda84f242a8184.tar.gz |
Version-2.0.13-dolphin-mtp
-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 |