diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2012-03-13 20:16:54 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2012-03-13 20:16:54 +0100 |
commit | 7a6a81c0b03604a484994c863097962fdd72ed47 (patch) | |
tree | ab9dbc2cacd236252f2e90600158424ba7a5a90c | |
parent | f8757becb42b606ce0834a803e18a87f7c568fd5 (diff) | |
download | kanotix-7a6a81c0b03604a484994c863097962fdd72ed47.zip kanotix-7a6a81c0b03604a484994c863097962fdd72ed47.tar.gz |
added (temporary) patches - should be applied to the actual debian packages
4 files changed, 45 insertions, 0 deletions
diff --git a/config/chroot_local-patches/kwin_two_desktops.patch b/config/chroot_local-patches/kwin_two_desktops.patch new file mode 100644 index 0000000..292e11d --- /dev/null +++ b/config/chroot_local-patches/kwin_two_desktops.patch @@ -0,0 +1,11 @@ +--- /etc/skel/.kde/share/config/kwinrc 2012-03-13 20:07:50.094752001 +0100 ++++ /etc/skel/.kde/share/config/kwinrc 2012-03-13 20:08:20.226752001 +0100 +@@ -2,3 +2,8 @@ + kwin4_effect_magnifierEnabled=true + kwin4_effect_mousemarkEnabled=true + kwin4_effect_trackmouseEnabled=true ++ ++[Desktops] ++Name_1= ++Name_2= ++Number=2 diff --git a/config/chroot_local-patches/live-boot_retry_message.patch b/config/chroot_local-patches/live-boot_retry_message.patch new file mode 100644 index 0000000..4f06718 --- /dev/null +++ b/config/chroot_local-patches/live-boot_retry_message.patch @@ -0,0 +1,19 @@ +--- /usr/share/initramfs-tools/scripts/live 2012-03-13 16:34:26.762752002 +0100 ++++ /usr/share/initramfs-tools/scripts/live 2012-03-13 16:43:57.482752002 +0100 +@@ -1973,6 +1973,16 @@ + break + fi + ++ if [ "$i" -eq 10 ] ++ then ++ msg="live-boot has trouble finding your live-media... try unplugging and plugging it in again" ++ if [ -x /bin/plymouth ] && plymouth --ping; then ++ plymouth message --text="$msg" ++ else ++ echo "$msg" >&2 ++ fi ++ fi ++ + sleep 1 + i="$(($i + 1))" + done diff --git a/config/chroot_local-patches/plasma_folderview_size.patch b/config/chroot_local-patches/plasma_folderview_size.patch new file mode 100644 index 0000000..860efc2 --- /dev/null +++ b/config/chroot_local-patches/plasma_folderview_size.patch @@ -0,0 +1,10 @@ +--- /etc/skel/.kde/share/config/plasma-desktop-appletsrc 2012-03-13 20:08:41.098752001 +0100 ++++ /etc/skel/.kde/share/config/plasma-desktop-appletsrc 2012-03-13 20:09:01.274752001 +0100 +@@ -20,6 +20,7 @@ + activity= + desktop=-1 + formfactor=0 ++geometry=0,0,600,400 + immutability=1 + location=0 + plugin=folderview diff --git a/config/chroot_local-patches/pwrmgmt_standby_no_lock.patch b/config/chroot_local-patches/pwrmgmt_standby_no_lock.patch new file mode 100644 index 0000000..b806337 --- /dev/null +++ b/config/chroot_local-patches/pwrmgmt_standby_no_lock.patch @@ -0,0 +1,5 @@ +--- /dev/null 2012-03-08 14:56:39.096000000 +0100 ++++ /etc/skel/.kde/share/config/powerdevilrc 2012-03-13 20:11:22.410752001 +0100 +@@ -0,0 +1,2 @@ ++[General] ++configLockScreen=false |