add fixes

This commit is contained in:
teldra 2021-04-15 11:12:30 +02:00
parent 3aa42313b4
commit e18263ff82
3 changed files with 6 additions and 4 deletions

3
config
View File

@ -2,3 +2,6 @@ gnome_apps="seahorse seahorse-nautilus evince"
kde5_apps="kde5-baseapps kdegraphics-thumbnailers ffmpegthumbs ark gwenview kmail okular spectacle kalarm kcalc print-manager plasma-browser-integration kwalletmanager"
i3wm_apps="claws-mail galculator-gtk3"
o_profile() {
removepkg+=(thunderbird-i18n-de)
}

View File

@ -18,10 +18,6 @@ elif [[ "${cfg[de]}" == "i3wm" ]]; then
addpkg "lightdm" "lightdm-gtk3-greeter" "i3-gaps" "i3lock-color" "i3status" "xfce4-terminal" "dmenu" "rofi" "pcmanfm" "dunst" "elogind" "gvfs" "gvfs-afc" "gvfs-afp" "gvfs-cdda" "paprefs" "pavucontrol" "gvfs-gphoto2" "gvfs-mtp" "gvfs-smb" "xss-lock" "${i3wm_apps}"
fi
gnome_apps="seahorse seahorse-nautilus evince"
kde5_apps="kde5-baseapps kdegraphics-thumbnailers ffmpegthumbs ark gwenview kmail okular spectacle kalarm kcalc print-manager plasma-browser-integration kwalletmanager"
i3wm_apps="claws-mail galculator-gtk3"
if [[ ! "${cfg[de]}" == "none" ]]; then
servicesenable "${cfg[dm]}" "dbus"
addpkg cups cups-filters gutenprint hplip foomatic-db

3
modules/89-o/config Normal file
View File

@ -0,0 +1,3 @@
if yesno "Os profile?" y; then
o_profile
fi