diff options
author | Holger Paradies <retabell@gmx.de> | 2025-02-02 09:19:49 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2025-05-05 17:15:22 +0200 |
commit | 4bdb3d73bbcbb497e08b68321f1601f33afa4572 (patch) | |
tree | 33648b4410fb5822590fad54189cad1c100fda49 | |
parent | a1b8bc8dc4b71e636835ef1f98a00bcb81b05d52 (diff) | |
download | kanotix-4bdb3d73bbcbb497e08b68321f1601f33afa4572.zip kanotix-4bdb3d73bbcbb497e08b68321f1601f33afa4572.tar.gz |
Keepassxc prefer minimal version
-rw-r--r-- | config/lists/kanotix-eeepc4G | 7 | ||||
-rw-r--r-- | config/lists/kanotix-kde-master | 8 | ||||
-rw-r--r-- | config/lists/kanotix-lxde-master | 7 | ||||
-rw-r--r-- | config/lists/kanotix-lxde-min | 7 |
4 files changed, 25 insertions, 4 deletions
diff --git a/config/lists/kanotix-eeepc4G b/config/lists/kanotix-eeepc4G index 25b4f6d..9d0ea71 100644 --- a/config/lists/kanotix-eeepc4G +++ b/config/lists/kanotix-eeepc4G @@ -372,7 +372,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-master b/config/lists/kanotix-kde-master index 7c7b487..b9f5a7a 100644 --- a/config/lists/kanotix-kde-master +++ b/config/lists/kanotix-kde-master @@ -51,7 +51,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-master b/config/lists/kanotix-lxde-master index 6c3f8ec..f5b98b3 100644 --- a/config/lists/kanotix-lxde-master +++ b/config/lists/kanotix-lxde-master @@ -102,4 +102,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 |