From 193a88fa697afc527c7440a98bc04fb7a163e2db Mon Sep 17 00:00:00 2001 From: Devin Dice Date: Fri, 12 Aug 2022 23:05:49 -0400 Subject: [PATCH] Tuning the desktop --- rootfs/cloud9/configure_desktop.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rootfs/cloud9/configure_desktop.sh b/rootfs/cloud9/configure_desktop.sh index 1862622..37f68e6 100644 --- a/rootfs/cloud9/configure_desktop.sh +++ b/rootfs/cloud9/configure_desktop.sh @@ -55,6 +55,12 @@ else su $USER -c "xfconf-query -c xfce4-desktop -np /desktop-menu/show -t bool -s 'false'" fi +# Remove desktop icons +su $USER -c "xfconf-query -c xfce4-desktop -np /desktop-icons/file-icons/show-removable -t bool -s 'false'" +su $USER -c "xfconf-query -c xfce4-desktop -np /desktop-icons/file-icons/show-home -t bool -s 'true'" +su $USER -c "xfconf-query -c xfce4-desktop -np /desktop-icons/file-icons/show-filesystem -t bool -s 'false'" +su $USER -c "xfconf-query -c xfce4-desktop -np /desktop-icons/file-icons/show-trash -t bool -s 'true'" + # Remove plugins su $USER -c " # Copy Existing Array