diff options
author | Holger Paradies <retabell@gmx.de> | 2024-03-03 13:13:09 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2024-03-03 13:13:09 +0100 |
commit | 7bb18d68194a457702b856bf81d6abf11fabd458 (patch) | |
tree | f3657d6784f6bd99ac18bf9c057b5a83c12925fb | |
parent | 62abb49698694a04e8c57820093df42ab4695d51 (diff) | |
download | kanotix-7bb18d68194a457702b856bf81d6abf11fabd458.zip kanotix-7bb18d68194a457702b856bf81d6abf11fabd458.tar.gz |
Use clipit package instead diodon
Since bullseye Diodon is a replacement for ClipIt
use the debian clipit package which installs diodon.
So we can provide upstream clipit package in Repo
to avoid diodon.
-rw-r--r-- | config/lists/kanotix-eeepc4G | 9 | ||||
-rw-r--r-- | config/lists/kanotix-lxde-base | 5 |
2 files changed, 12 insertions, 2 deletions
diff --git a/config/lists/kanotix-eeepc4G b/config/lists/kanotix-eeepc4G index 895d344..8a4bd99 100644 --- a/config/lists/kanotix-eeepc4G +++ b/config/lists/kanotix-eeepc4G @@ -369,6 +369,13 @@ xchat gnome-screenshot seahorse keepassx + +#if DISTRIBUTION wheezy jessie stretch buster +clipit +#endif #nif DISTRIBUTION wheezy jessie stretch buster -diodon +#diodon +clipit +#since bullseye Diodon is a (bad) replacement for ClipIt +#leave clipit here so we can provide upstream package #endif diff --git a/config/lists/kanotix-lxde-base b/config/lists/kanotix-lxde-base index ff5558c..5f190e3 100644 --- a/config/lists/kanotix-lxde-base +++ b/config/lists/kanotix-lxde-base @@ -86,6 +86,9 @@ clipit gnome-screenshot #endif #nif DISTRIBUTION wheezy jessie stretch buster -diodon +#diodon +clipit +#since bullseye Diodon is a (bad) replacement for ClipIt +#leave clipit here so we can provide upstream package ksnip #endif |