Skip to content

Commit

Permalink
Minor fixes for BlendOS and Gentoo
Browse files Browse the repository at this point in the history
  • Loading branch information
sebanc committed Jun 6, 2024
1 parent 66760ff commit 2f6a47d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion linuxloops
Original file line number Diff line number Diff line change
Expand Up @@ -1855,7 +1855,7 @@ if [ "${desktop}" == "None" ]; then
echo \"track: 'blendos-base'\" >> /system.yaml
"
else
custom_packages="iptables accountsservice alsa-lib alsa-utils alsa-topology-conf alsa-ucm-conf at-spi2-core avahi cups nss-mdns pipewire-audio pipewire-alsa pipewire-jack pipewire-pulse wireplumber system-config-printer xorg-xhost xorg-server gvfs udisks2 polkit zstd fwupd adobe-source-code-pro-fonts adwaita-icon-theme breeze-gtk breeze-icons gnome-backgrounds materia-gtk-theme noto-fonts oxygen-icons papirus-icon-theme ttf-dejavu ttf-roboto archlinux-wallpaper flatpak plymouth-blend blend-web-store ${custom_packages}"
custom_packages="iptables accountsservice alsa-lib alsa-utils alsa-topology-conf alsa-ucm-conf at-spi2-core avahi cups nss-mdns pipewire-audio pipewire-alsa pipewire-jack pipewire-pulse wireplumber system-config-printer xorg-xhost xorg-server gvfs udisks2 polkit zstd fwupd adobe-source-code-pro-fonts adwaita-icon-theme breeze-gtk breeze-icons gnome-backgrounds materia-gtk-theme noto-fonts oxygen-icons papirus-icon-theme ttf-dejavu ttf-roboto archlinux-wallpaper flatpak blend-web-store ${custom_packages}"
case "${desktop}" in
'Cinnamon')
default_session="cinnamon"
Expand Down Expand Up @@ -3432,13 +3432,15 @@ systemctl enable lightdm.service
'Plasma/Openrc')
default_session="plasmawayland"
install_desktop="
ACCEPT_KEYWORDS=\"~amd64\" emerge dev-libs/liblouis
emerge ${desktop_base} gui-libs/display-manager-init x11-misc/sddm kde-plasma/plasma-meta kde-apps/konsole kde-plasma/plasma-nm kde-apps/dolphin
sed -i 's@DISPLAYMANAGER=\"xdm\"@DISPLAYMANAGER=\"sddm\"@g' /etc/conf.d/display-manager
"
;;
'Plasma/Systemd')
default_session="plasmawayland"
install_desktop="
ACCEPT_KEYWORDS=\"~amd64\" emerge dev-libs/liblouis
emerge ${desktop_base} x11-misc/sddm kde-plasma/plasma-meta kde-apps/konsole kde-plasma/plasma-nm kde-apps/dolphin
systemctl enable sddm.service
"
Expand Down

0 comments on commit 2f6a47d

Please sign in to comment.