back to kde

This commit is contained in:
julien
2025-10-03 18:12:55 +02:00
parent 836f7f42ad
commit 9b25ebdfd7
4 changed files with 1 additions and 93 deletions

View File

@@ -12,25 +12,4 @@ fi
if [ $profile = desktop ]; then
# Disable all managed interfaces excerpt loopback from /etc/network/interfaces file to allow NetworkManager to manage them
sed -i '/# The primary network interface/Q' /etc/network/interfaces
# Qt5ct and qt6ct configuration
grep -E "(export QT_QPA_PLATFORMTHEME=qt5ct)" /etc/environment > /dev/null 2>&1
if [ $? -ne 0 ]; then
echo "export QT_QPA_PLATFORMTHEME=qt5ct" >> /etc/environment
fi
# Copy user config files
if [ ! -d /etc/skel/.config ]; then
mkdir /etc/skel/.config
fi
cp -r config/. /etc/skel/.config
for f in /home/*
do
if [ ! -d $f/.config ]; then
mkdir $f/.config
fi
cp -r config/. $f/.config
chown -R ${f##*/}:${f##*/} $f/.config
done
fi

View File

@@ -12,15 +12,8 @@ base="curl
server=""
desktop="gnome-core
gnome-console
geary
gnome-tweaks
adwaita-qt
adwaita-qt6
desktop="kde-plasma-desktop
papirus-icon-theme
qt5ct
qt6ct
firefox-esr
firefox-esr-l10n-fr
gimp