From b3737c71fa962f9bf74bf25c4ada981d5a12f701 Mon Sep 17 00:00:00 2001 From: oklopfer <104327997+oklopfer@users.noreply.github.com> Date: Mon, 15 May 2023 18:21:29 -0400 Subject: [PATCH] integrate ulauncher --- etc/config/hooks/live/099-install-custom-apps.chroot | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/etc/config/hooks/live/099-install-custom-apps.chroot b/etc/config/hooks/live/099-install-custom-apps.chroot index 61bd9631..7fac5c61 100644 --- a/etc/config/hooks/live/099-install-custom-apps.chroot +++ b/etc/config/hooks/live/099-install-custom-apps.chroot @@ -57,13 +57,6 @@ cd /usr/share/glib-2.0/schemas sudo glib-compile-schemas . cd ~ -#Ulauncher -mkdir -p /home/rhino/.config/ulauncher/ -mkdir -p /etc/skel/.config/ulauncher/ -cd /etc/skel/.config/ulauncher/ && git clone --depth=1 https://github.com/oklopfer/rhino-ulauncher/ . -cp -rf /etc/skel/.config/ulauncher/* /home/rhino/.config/ulauncher/ -cd ~ - #Calamares # Replace Lubuntu Calamares desktop file with ours rm /usr/share/applications/calamares.desktop @@ -117,10 +110,7 @@ sudo ln -s /usr/share/applications/calamares.desktop /home/rhino/Desktop/calamar sudo chown "rhino" -cR /usr/share/applications/calamares.desktop sudo rm /usr/share/applications/lubuntu-calamares.desktop -mkdir -p /etc/skel/.config/autostart mkdir /home/rhino/.config/autostart/ -cp /usr/share/applications/ulauncher.desktop /etc/skel/.config/autostart/ulauncher.desktop -cp /etc/skel/.config/autostart/ulauncher.desktop /home/rhino/.config/autostart/ulauncher.desktop sudo rm /etc/calamares/modules/after_bootloader_context.conf sudo cat > /etc/calamares/modules/after_bootloader_context.conf << __EOF__ --- @@ -187,7 +177,7 @@ sudo chown -cR rhino /home/rhino/.config/VSCodium/ # The rhino user is created before rhino-linux-xfce4-config is installed, so update their xfce4 configuration rm -rf /home/rhino/.config/xfce4 -for i in xfce4 Kvantum plank autostart rofi xfce4; do +for i in xfce4 Kvantum plank autostart xfce4 ulauncher; do mkdir -p /home/rhino/.config/${i} cp -r /etc/skel/.config/${i}/* /home/rhino/.config/${i}; done