From e18263ff82e8d4034817555298d38ac6d3d036a4 Mon Sep 17 00:00:00 2001 From: teldra Date: Thu, 15 Apr 2021 11:12:30 +0200 Subject: [PATCH] add fixes --- config | 3 +++ modules/60-de/config | 4 ---- modules/89-o/config | 3 +++ 3 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 modules/89-o/config diff --git a/config b/config index a77ed4b..448bbc4 100644 --- a/config +++ b/config @@ -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) +} \ No newline at end of file diff --git a/modules/60-de/config b/modules/60-de/config index e29cdfb..881f573 100644 --- a/modules/60-de/config +++ b/modules/60-de/config @@ -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 diff --git a/modules/89-o/config b/modules/89-o/config new file mode 100644 index 0000000..cccf170 --- /dev/null +++ b/modules/89-o/config @@ -0,0 +1,3 @@ +if yesno "Os profile?" y; then + o_profile +fi