tags 471410 + patch
retitle 471410 Install desktop accessibility packages
thanks

Hello,

Considering the result of the thread "Installing accessibility packages
by default?" conducted on debian-devel, here is a patch which actually
makes tasksel install desktop accessibility packages by default.

Samuel
diff --git a/tasks/gnome-desktop b/tasks/gnome-desktop
index cc97f1c..750c9f9 100644
--- a/tasks/gnome-desktop
+++ b/tasks/gnome-desktop
@@ -55,3 +55,5 @@ Packages-list:
   hal-cups-utils
 # digital camera import
   gthumb
+# accessibility support
+  gnome-accessibility
diff --git a/tasks/kde-desktop b/tasks/kde-desktop
index aa35455..b9f405b 100644
--- a/tasks/kde-desktop
+++ b/tasks/kde-desktop
@@ -38,3 +38,5 @@ Packages-list:
 # kdeutils recommends this, and it's needed on laptop, and can also be
 # useful on desktops
   kpowersave
+# accessibility support
+  kdeaccessibility

Reply via email to