diff options
author | Holger Paradies <retabell@gmx.de> | 2019-04-21 15:00:56 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2019-04-21 15:08:40 +0200 |
commit | c0bd4a1bd83865c0914eb936f705d105b213500c (patch) | |
tree | 48c3330dddae07709772b98cb0ec105ee3857366 | |
parent | 295d9458851b61876eb0f6566da1bd61f0ec61c4 (diff) | |
download | kanotix-c0bd4a1bd83865c0914eb936f705d105b213500c.zip kanotix-c0bd4a1bd83865c0914eb936f705d105b213500c.tar.gz |
drop gksu for buster and fix freerdp
-rw-r--r-- | config/lists/base | 6 | ||||
-rw-r--r-- | config/lists/desktop-base | 2 | ||||
-rw-r--r-- | config/lists/kanotix-eeepc4G | 7 | ||||
-rw-r--r-- | config/lists/kanotix-lxde-min | 2 |
4 files changed, 16 insertions, 1 deletions
diff --git a/config/lists/base b/config/lists/base index 2d68ec3..8e09f7c 100644 --- a/config/lists/base +++ b/config/lists/base @@ -166,8 +166,12 @@ vdpauinfo mesa-vdpau-drivers #endif xinit +#if DISTRIBUTION wheezy jessie stretch freerdp-x11 - +#endif +#nif DISTRIBUTION wheezy jessie stretch +freerdp2-x11 +#endif # disktools gddrescue testdisk diff --git a/config/lists/desktop-base b/config/lists/desktop-base index 02dfc42..f9ec589 100644 --- a/config/lists/desktop-base +++ b/config/lists/desktop-base @@ -40,4 +40,6 @@ hplip-gui # tools gparted +#if DISTRIBUTION wheezy jessie stretch gksu +#endif diff --git a/config/lists/kanotix-eeepc4G b/config/lists/kanotix-eeepc4G index 55182f7..86a7058 100644 --- a/config/lists/kanotix-eeepc4G +++ b/config/lists/kanotix-eeepc4G @@ -145,7 +145,12 @@ vdpauinfo mesa-vdpau-drivers #endif xinit +#if DISTRIBUTION wheezy jessie stretch freerdp-x11 +#endif +#nif DISTRIBUTION wheezy jessie stretch +freerdp2-x11 +#endif # disktools gddrescue @@ -217,7 +222,9 @@ libv4l-0:i386 # needed packages from desktop list # tools gparted +#if DISTRIBUTION squeeze wheezy jessie stretch gksu +#endif #if DISTRIBUTION squeeze wheezy jessie #include <gstreamer> #endif diff --git a/config/lists/kanotix-lxde-min b/config/lists/kanotix-lxde-min index 82c0e66..57ba158 100644 --- a/config/lists/kanotix-lxde-min +++ b/config/lists/kanotix-lxde-min @@ -6,7 +6,9 @@ # needed packages from desktop list # tools gparted +#if DISTRIBUTION wheezy jessie stretch gksu +#endif #if DISTRIBUTION wheezy jessie #include <gstreamer> #endif |