diff options
Diffstat (limited to 'config')
-rwxr-xr-x | config/chroot_local-hooks/03-towelfire-fixes | 94 | ||||
-rwxr-xr-x | config/chroot_local-hooks/03-trixie-su-fix | 9 | ||||
-rw-r--r-- | config/lists/base | 35 | ||||
-rw-r--r-- | config/lists/kanotix-eeepc4G | 36 | ||||
-rw-r--r-- | config/lists/kanotix-kde-base | 7 | ||||
-rw-r--r-- | config/lists/kanotix-kde-master | 10 | ||||
-rw-r--r-- | config/lists/kanotix-lxde-full | 2 | ||||
-rw-r--r-- | config/lists/kanotix-lxde-master | 15 | ||||
-rw-r--r-- | config/lists/kanotix-lxde-min | 7 | ||||
-rw-r--r-- | config/lists/kde6 | 162 | ||||
-rw-r--r-- | config/lists/kde6-more | 13 | ||||
-rw-r--r-- | config/lists/printer_driver_all | 2 |
12 files changed, 378 insertions, 14 deletions
diff --git a/config/chroot_local-hooks/03-towelfire-fixes b/config/chroot_local-hooks/03-towelfire-fixes new file mode 100755 index 0000000..5665577 --- /dev/null +++ b/config/chroot_local-hooks/03-towelfire-fixes @@ -0,0 +1,94 @@ +#!/bin/sh +for file in /root/config/*; do [ -r $file ] && . $file; done + +if [ "$LB_DISTRIBUTION" = "trixie" ]; then + +# Remove 4 plasma icons added by taskmanager + +if [ -f /usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/config/main.xml ]; then + sed -i 's/applications:systemsettings.desktop,applications:org.kde.discover.desktop,preferred:\/\/filemanager,preferred:\/\/browser//' /usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/config/main.xml +fi + +# set flag as default in keyboard layout +if [ -f /usr/share/plasma/plasmoids/org.kde.plasma.keyboardlayout/contents/config/main.xml ]; then + sed -i 's/<default>0/<default>1/' /usr/share/plasma/plasmoids/org.kde.plasma.keyboardlayout/contents/config/main.xml +fi + +# enable tapping + +mkdir -p /etc/X11/xorg.conf.d + +cat <<"EOF" >/etc/X11/xorg.conf.d/40-libinput.conf +Section "InputClass" + Identifier "libinput touchpad catchall" + MatchIsTouchpad "on" + MatchDevicePath "/dev/input/event*" + Driver "libinput" + Option "Tapping" "on" + #Option "DisableWhileTyping" "1" +EndSection +EOF + +# set gtk3 theme +mkdir -p /etc/skel/.config/gtk-3.0 +cat <<"EOF" >/etc/skel/.config/gtk-3.0/settings.ini +[Settings] +gtk-theme-name = Clearlooks-Phenix +EOF + +# set gtk2 theme +mkdir -p /etc/skel +cat <<"EOF" >/etc/skel/.gtkrc-2.0 +gtk-theme-name = "Clearlooks-Phenix" +EOF + +# disable apt pager +echo 'Binary::apt::Pager "false";' > /etc/apt/apt.conf.d/98-nopager + +# add scale factor for qt defaults to 100% +echo "QT_SCALE_FACTOR=1.0" >>/etc/environment + +# powermanager fix new values since buster + +mkdir -p /etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml +cat <<"EOF" >/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml +<?xml version="1.0" encoding="UTF-8"?> + +<channel name="xfce4-power-manager" version="1.0"> + <property name="xfce4-power-manager" type="empty"> + <property name="power-button-action" type="uint" value="3"/> + <property name="show-tray-icon" type="bool" value="true"/> + <property name="lid-action-on-battery" type="uint" value="1"/> + <property name="critical-power-action" type="uint" value="1"/> + <property name="spin-down-on-battery" type="bool" value="false"/> + <property name="lock-screen-suspend-hibernate" type="bool" value="false"/> + <property name="brightness-switch-restore-on-exit" type="int" value="1"/> + <property name="brightness-switch" type="int" value="0"/> + </property> +</channel> +EOF + +# set compiz splash + if [ -e /etc/skel/.config/compiz/compizconfig/Default.ini ]; then + sed -i 's/splash_background_spitfire.png/splash_background_towelfire.png/' /etc/skel/.config/compiz/compizconfig/Default.ini + fi + +# hotfix lxde dead flag + if [ -e /usr/share/lxpanel/images/xkb-flags/de.png ]; then + cd /usr/share/lxpanel/images/xkb-flags + ln -s de.png "de(nodeadkeys).png" + cd - + fi + +# annoying workaround for hpaio (disable prompt for root password in installed system) + if [ -e /etc/sane.d/dll.d/hplip ]; then + sed -i 's/^hpaio/#hpaio/' /etc/sane.d/dll.d/hplip + fi + +# replacement for hddtemp, load kernelmodul +mkdir -p /etc/modules-load.d +cat <<"EOF" >/etc/modules-load.d/drivetemp.conf +drivetemp +EOF + +fi diff --git a/config/chroot_local-hooks/03-trixie-su-fix b/config/chroot_local-hooks/03-trixie-su-fix new file mode 100755 index 0000000..925fe94 --- /dev/null +++ b/config/chroot_local-hooks/03-trixie-su-fix @@ -0,0 +1,9 @@ +#!/bin/sh +for file in /root/config/*; do [ -r $file ] && . $file; done + +if [ "$LB_DISTRIBUTION" = "trixie" ]; then + +# force old su behaviour +echo "ALWAYS_SET_PATH yes" >>/etc/default/su + +fi diff --git a/config/lists/base b/config/lists/base index d60c620..207edb6 100644 --- a/config/lists/base +++ b/config/lists/base @@ -9,6 +9,8 @@ sudo #nif DISTRIBUTION wheezy jessie stretch buster bullseye polkitd pkexec +#endif +#if DISTRIBUTION bookworm polkitd-pkla #endif @@ -127,7 +129,7 @@ net-tools #if DISTRIBUTION wheezy jessie stretch buster bullseye #include <printer_driver_old> #endif -#nif DISTRIBUTION wheezy jessie stretch buster bullseye +#if DISTRIBUTION bookworm cups-bsd cups-client foomatic-db-engine @@ -136,6 +138,14 @@ printer-driver-gutenprint #include <printer_driver_all> libcups2 #endif +#nif DISTRIBUTION wheezy jessie stretch buster bullseye bookworm +cups-bsd +cups-client +foomatic-db-engine +foomatic-db +#include <printer_driver_all> +libcups2 +#endif #if ARCHITECTURE amd64 libcups2:i386 #endif @@ -144,7 +154,12 @@ libcups2:i386 module-assistant build-essential fakeroot +#if DISTRIBUTION wheezy jessie stretch buster bullseye bookworm libstdc++5 +#endif +#nif DISTRIBUTION wheezy jessie stretch buster bullseye bookworm +libstdc++6 +#endif bzip2 cdbs dkms @@ -152,7 +167,13 @@ devscripts pbuilder # system +#if DISTRIBUTION wheezy jessie stretch buster bullseye bookworm cpufrequtils +#endif +#nif DISTRIBUTION wheezy jessie stretch buster bullseye bookworm +linux-cpupower +#endif + #if DISTRIBUTION wheezy jessie stretch buster hddtemp #endif @@ -198,9 +219,13 @@ xinit #if DISTRIBUTION wheezy jessie stretch freerdp-x11 #endif -#nif DISTRIBUTION wheezy jessie stretch +#if DISTRIBUTION buster bullseye bookworm freerdp2-x11 #endif +#nif DISTRIBUTION wheezy jessie stretch buster bullseye bookworm +freerdp3-x11 +#endif + # disktools gddrescue testdisk @@ -227,7 +252,13 @@ exfatprogs #nif DISTRIBUTION wheezy zram #endif +#if DISTRIBUTION squeeze wheezy jessie stretch buster bullseye bookworm httpfs2 +#endif +# support for appimages +#nif DISTRIBUTION squeeze wheezy jessie stretch buster bullseye bookworm +libfuse2t64 +#endif # filesystem tools parted diff --git a/config/lists/kanotix-eeepc4G b/config/lists/kanotix-eeepc4G index 25b4f6d..67c5806 100644 --- a/config/lists/kanotix-eeepc4G +++ b/config/lists/kanotix-eeepc4G @@ -20,6 +20,8 @@ sudo #nif DISTRIBUTION wheezy jessie stretch buster bullseye polkitd pkexec +#endif +#if DISTRIBUTION bookworm polkitd-pkla #endif @@ -128,7 +130,12 @@ cups-client module-assistant build-essential fakeroot +#if DISTRIBUTION wheezy jessie stretch buster bullseye bookworm libstdc++5 +#endif +#nif DISTRIBUTION wheezy jessie stretch buster bullseye bookworm +libstdc++6 +#endif bzip2 cdbs dkms @@ -136,7 +143,12 @@ devscripts pbuilder # system +#if DISTRIBUTION wheezy jessie stretch buster bullseye bookworm cpufrequtils +#endif +#nif DISTRIBUTION wheezy jessie stretch buster bullseye bookworm +linux-cpupower +#endif #if DISTRIBUTION wheezy jessie stretch buster hddtemp #endif @@ -173,9 +185,12 @@ xinit #if DISTRIBUTION wheezy jessie stretch freerdp-x11 #endif -#nif DISTRIBUTION wheezy jessie stretch +#if DISTRIBUTION buster bullseye bookworm freerdp2-x11 #endif +#nif DISTRIBUTION wheezy jessie stretch buster bullseye bookworm +freerdp3-x11 +#endif # disktools gddrescue @@ -203,7 +218,13 @@ exfatprogs #nif DISTRIBUTION wheezy zram #endif +#if DISTRIBUTION wheezy jessie stretch buster bullseye bookworm httpfs2 +#endif +# support for appimages +#nif DISTRIBUTION wheezy jessie stretch buster bullseye bookworm +libfuse2t64 +#endif # filesystem tools parted @@ -314,14 +335,14 @@ compton # multimedia #include <smplayer> -#if DISTRIBUTION squeeze wheezy jessie bookworm +#if DISTRIBUTION squeeze wheezy jessie bookworm trixie exaile #endif -#nif DISTRIBUTION squeeze wheezy jessie bookworm +#nif DISTRIBUTION squeeze wheezy jessie bookworm trixie clementine #endif # clementine fix -#nif DISTRIBUTION wheezy jessie stretch buster bookworm +#nif DISTRIBUTION wheezy jessie stretch buster bookworm trixie libqt5sql5-sqlite #endif # network @@ -372,7 +393,12 @@ xchat # other gnome-screenshot seahorse -keepassx +#if DISTRIBUTION bookworm +keepassxc +#endif +#nif DISTRIBUTION bookworm +keepassxc-minimal +#endif #if DISTRIBUTION wheezy jessie stretch buster clipit diff --git a/config/lists/kanotix-kde-base b/config/lists/kanotix-kde-base index 35fdf3a..e680374 100644 --- a/config/lists/kanotix-kde-base +++ b/config/lists/kanotix-kde-base @@ -4,9 +4,12 @@ #if DISTRIBUTION squeeze wheezy jessie #include <kde> #endif -#nif DISTRIBUTION squeeze wheezy jessie +#if DISTRIBUTION stretch buster bullseye bookworm #include <kde5> #endif +#nif DISTRIBUTION squeeze wheezy jessie stretch buster bullseye bookworm +#include <kde6> +#endif #include <kde.kanotix> # package tool @@ -20,7 +23,9 @@ apper plasma-discover #endif +#if DISTRIBUTION wheezy jessie stretch buster bullseye bookworm apt-xapian-index +#endif # multimedia #if DISTRIBUTION squeeze wheezy jessie diff --git a/config/lists/kanotix-kde-master b/config/lists/kanotix-kde-master index 7c7b487..c39c9f7 100644 --- a/config/lists/kanotix-kde-master +++ b/config/lists/kanotix-kde-master @@ -27,7 +27,9 @@ kaffeine # graphics gimp +#if DISTRIBUTION wheezy jessie stretch buster bullseye bookworm gimp-gutenprint +#endif xsane #if DISTRIBUTION wheezy jessie stretch libsane-extras @@ -51,7 +53,13 @@ khelpcenter #endif # tools -keepassx +#if DISTRIBUTION bookworm +keepassxc +#endif +#nif DISTRIBUTION bookworm +keepassxc-minimal +#endif + #if DISTRIBUTION wheezy jessie stretch kuser #endif diff --git a/config/lists/kanotix-lxde-full b/config/lists/kanotix-lxde-full index 88a2152..585f947 100644 --- a/config/lists/kanotix-lxde-full +++ b/config/lists/kanotix-lxde-full @@ -16,7 +16,9 @@ me-tv # graphics gimp +#if DISTRIBUTION wheezy jessie stretch buster bullseye bookworm gimp-gutenprint +#endif xsane #if DISTRIBUTION wheezy jessie stretch libsane-extras diff --git a/config/lists/kanotix-lxde-master b/config/lists/kanotix-lxde-master index 6c3f8ec..c3b1132 100644 --- a/config/lists/kanotix-lxde-master +++ b/config/lists/kanotix-lxde-master @@ -21,18 +21,20 @@ geany # package tool synaptic +#if DISTRIBUTION wheezy jessie stretch buster bullseye bookworm apt-xapian-index +#endif gdebi # multimedia -#if DISTRIBUTION wheezy jessie bookworm +#if DISTRIBUTION wheezy jessie bookworm trixie exaile #endif -#nif DISTRIBUTION wheezy jessie bookworm +#nif DISTRIBUTION wheezy jessie bookworm trixie clementine #endif # clementine fix -#nif DISTRIBUTION wheezy jessie stretch buster bookworm +#nif DISTRIBUTION wheezy jessie stretch buster bookworm trixie libqt5sql5-sqlite #endif @@ -102,4 +104,9 @@ gst123 #include <awesome> #endif seahorse -keepassx +#if DISTRIBUTION bookworm +keepassxc +#endif +#nif DISTRIBUTION bookworm +keepassxc-minimal +#endif diff --git a/config/lists/kanotix-lxde-min b/config/lists/kanotix-lxde-min index 811bc05..185be45 100644 --- a/config/lists/kanotix-lxde-min +++ b/config/lists/kanotix-lxde-min @@ -127,4 +127,9 @@ xchat # other gnome-screenshot seahorse -keepassx +#if DISTRIBUTION bookworm +keepassxc +#endif +#nif DISTRIBUTION bookworm +keepassxc-minimal +#endif diff --git a/config/lists/kde6 b/config/lists/kde6 new file mode 100644 index 0000000..957a21f --- /dev/null +++ b/config/lists/kde6 @@ -0,0 +1,162 @@ +# Kanotix list for kde6 (up from trixie) + +#include <desktop> + +#if ARCHITECTURE amd64 +#include <kde6-more> +#endif + +# kanotix stuff +etcskel-kanotix-kf6 + +qt6-svg-plugins +# for flags +fonts-noto-color-emoji + +# office +okular +okular-extra-backends +#if DISTRIBUTION stretch buster +okularplugin +#endif + +# plugins + +# multimedia +libsdl1.2debian +kio-audiocd +kamera +kio-extras + +# burn +k3b +k3b-i18n +#if DISTRIBUTION stretch +libk3b6-extracodecs +#endif +#if DISTRIBUTION buster bullseye +libk3b7-extracodecs +#endif +#nif DISTRIBUTION stretch buster bullseye +libk3b-extracodecs +#endif +# chat, irc +konversation + +# editors +kate + +# archive +ark + +# tools +#if DISTRIBUTION stretch buster bullseye +kde-spectacle +#endif +#nif DISTRIBUTION stretch buster bullseye +ksnip +#endif +kcalc +kfind +qml-module-org-kde-activities + +# kde +# kde-plasma-desktop is a metapackage bump out konquerror etc +#if DISTRIBUTION stretch buster +kde-runtime +#endif +plasma-desktop +phonon4qt5-backend-gstreamer +plasma-workspace +udisks2 +upower + +# kdebase-apps is a metapackage +#if DISTRIBUTION stretch +kde-baseapps-bin +#endif +#nif DISTRIBUTION stretch +kdialog +keditbookmarks +#endif +dolphin +konsole +kwrite + +sddm-theme-kanotix +onboard +onboard-kanotix +systemsettings +#if DISTRIBUTION stretch buster bullseye bookworm +libkf5kdelibs4support5-bin +#endif +#if DISTRIBUTION stretch buster +kde-l10n-de +#endif +kwalletmanager +polkit-kde-agent-1 +kde-config-screenlocker +#if DISTRIBUTION stretch buster bullseye bookworm +khotkeys +#endif +#if DISTRIBUTION stretch buster bullseye +ksysguard +#endif +#nif DISTRIBUTION stretch buster bullseye +plasma-systemmonitor +#endif +# kde now optional depends +kactivities-bin + +# kde plasma +plasma-widgets-addons +plasma-runners-addons +qml-module-org-kde-runnermodel +#nif DISTRIBUTION stretch buster +qml-module-org-kde-newstuff +#endif + +# themes +kde-config-gtk-style +gnome-icon-theme +clearlooks-phenix-theme + +# network +plasma-nm + +# other hardware +#if DISTRIBUTION stretch buster +kde-config-touchpad +#endif + +blueman + +kwin-x11 +kwin-decoration-oxygen +#if DISTRIBUTION stretch +kde-wallpapers-default +#endif +powerdevil +kscreen +plasma-pa +print-manager +# tmp stuff for devel +# inkscape with some recommends +inkscape +python3-cssselect +python3-lxml +python3-numpy +python3-scour + +kdeutils +kdeconnect + +qtqr +#nif DISTRIBUTION stretch +#include <simplescreenrecorder> +#endif + +#nif DISTRIBUTION stretch buster +featherpad +featherpad-l10n +#endif diff --git a/config/lists/kde6-more b/config/lists/kde6-more new file mode 100644 index 0000000..5a38c67 --- /dev/null +++ b/config/lists/kde6-more @@ -0,0 +1,13 @@ +# Kanotix with KDE (enhanced) +# enhanced List only for amd64 used + +#nif DISTRIBUTION stretch buster bullseye +calamares +calamares-settings-kanotix +git +dolphin-plugins +quilt +#endif +#if DISTRIBUTION bookworm +plasma-workspace-wayland +#endif diff --git a/config/lists/printer_driver_all b/config/lists/printer_driver_all index 4a009a2..cd395fe 100644 --- a/config/lists/printer_driver_all +++ b/config/lists/printer_driver_all @@ -33,7 +33,9 @@ printer-driver-foo2zjs printer-driver-fujixerox #printer driver for Fuji Xerox printers +#if ARCHITECTURE amd64 printer-driver-gutenprint +#endif #printer drivers for CUPS printer-driver-hpcups |