Skip to content

Commit

Permalink
integrate ulauncher
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored May 15, 2023
1 parent 35c895b commit b3737c7
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions etc/config/hooks/live/099-install-custom-apps.chroot
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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__
---
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b3737c7

Please sign in to comment.