diff --git a/resources/InstallResources/xfce-config/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml b/resources/InstallResources/xfce-config/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml index 05869b1..24865d8 100644 --- a/resources/InstallResources/xfce-config/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml +++ b/resources/InstallResources/xfce-config/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml @@ -3,150 +3,79 @@ - - - + + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + - diff --git a/resources/InstallResources/xfce-config/xfce-perchannel-xml/xfwm4.xml b/resources/InstallResources/xfce-config/xfce-perchannel-xml/xfwm4.xml old mode 100755 new mode 100644 diff --git a/scripts/buildDebianFs.sh b/scripts/buildDebianFs.sh index ac1b730..4b482ba 100755 --- a/scripts/buildDebianFs.sh +++ b/scripts/buildDebianFs.sh @@ -78,7 +78,7 @@ chmod +x $outmnt/*.sh #Setup the chroot for apt #This is what https://wiki.debian.org/EmDebian/CrossDebootstrap suggests cp /etc/hosts $outmnt/etc/ -cp $build_resources/sources.list $outmount/etc/apt/sources.list +cp $build_resources/sources.list $outmnt/etc/apt/sources.list #Setup the locale chroot $outmnt echo en_US.UTF-8 UTF-8 > /etc/locale.gen