diff --git a/remaster/gforensic/files/lightdm-gtk-greeter.conf b/remaster/gforensic/files/lightdm-gtk-greeter.conf new file mode 100644 index 0000000..eb0320e --- /dev/null +++ b/remaster/gforensic/files/lightdm-gtk-greeter.conf @@ -0,0 +1,32 @@ +# +# background = Background file to use, either an image path or a color (e.g. #772953) +# theme-name = GTK+ theme to use +# icon-theme-name = Icon theme to use +# font-name = Font to use +# xft-antialias = Whether to antialias Xft fonts (true or false) +# xft-dpi = Resolution for Xft in dots per inch (e.g. 96) +# xft-hintstyle = What degree of hinting to use (none, slight, medium, or full) +# xft-rgba = Type of subpixel antialiasing (none, rgb, bgr, vrgb or vbgr) +# show-language-selector (true or false) +# show-indicators = semi-colon ";" separated list of allowed indicator modules (e.g. libsoundmenu.so) +# show-clock (true or false) +# clock-format = strftime-format string, e.g. %H:%M +# keyboard = command to launch on-screen keyboard +# position = main window position: x y +# default-user-image = Image used as default user icon, path or #icon-name +# +[greeter] +background=/usr/share/backgrounds/kgdm.jpg +#theme-name= +#icon-theme-name= +#font-name= +xft-antialias=true +#xft-dpi= +xft-hintstyle=hintfull +xft-rgba=rgb +show-language-selector=true +#show-indicators= +#show-clock= +#clock-format= +#keyboard= +#position= diff --git a/scripts/xfce_remaster_post.sh b/scripts/xfce_remaster_post.sh index 28db800..a9f47d2 100755 --- a/scripts/xfce_remaster_post.sh +++ b/scripts/xfce_remaster_post.sh @@ -12,6 +12,7 @@ GFORENSIC_DIR="${SABAYON_MOLECULE_HOME}/remaster/gforensic" cp "${GFORENSIC_DIR}"/usr/share/backgrounds/sabayon-forensic.png "${CHROOT_DIR}/usr/share/backgrounds/sabayonlinux.png" cp "${GFORENSIC_DIR}"/usr/share/backgrounds/sabayon-forensic.jpg "${CHROOT_DIR}/usr/share/backgrounds/sabayonlinux.jpg" cp "${GFORENSIC_DIR}"/usr/share/backgrounds/sabayon-forensic.jpg "${CHROOT_DIR}/usr/share/themes/Adwaita/backgrounds/stripes.jpg" +cp "${GFORENSIC_DIR}"/files/lightdm-gtk-greeter.conf "${CHROOT_DIR}/etc/lightdm/lightdm-gtk-greeter.conf" cp "${GFORENSIC_DIR}"/usr/share/backgrounds/kgdm.jpg "${CHROOT_DIR}/usr/share/backgrounds/kgdm.jpg" cp "${GFORENSIC_DIR}"/files/org.freedesktop.udisks.policy "${CHROOT_DIR}/usr/share/polkit-1/actions/org.freedesktop.udisks.policy" cp "${GFORENSIC_DIR}"/files/org.freedesktop.udisks2.policy "${CHROOT_DIR}/usr/share/polkit-1/actions/org.freedesktop.udisks2.policy"