From 7a6a81c0b03604a484994c863097962fdd72ed47 Mon Sep 17 00:00:00 2001 From: Andreas Loibl Date: Tue, 13 Mar 2012 20:16:54 +0100 Subject: added (temporary) patches - should be applied to the actual debian packages --- config/chroot_local-patches/kwin_two_desktops.patch | 11 +++++++++++ .../live-boot_retry_message.patch | 19 +++++++++++++++++++ .../chroot_local-patches/plasma_folderview_size.patch | 10 ++++++++++ .../pwrmgmt_standby_no_lock.patch | 5 +++++ 4 files changed, 45 insertions(+) create mode 100644 config/chroot_local-patches/kwin_two_desktops.patch create mode 100644 config/chroot_local-patches/live-boot_retry_message.patch create mode 100644 config/chroot_local-patches/plasma_folderview_size.patch create mode 100644 config/chroot_local-patches/pwrmgmt_standby_no_lock.patch 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 -- cgit v1.0