diff options
author | Holger Paradies <retabell@gmx.de> | 2013-03-01 11:34:38 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2013-03-04 22:33:41 +0100 |
commit | a44dd12d19a0a25991bb606d0eebb7571e473c36 (patch) | |
tree | f3ed4a66710b5b34d520c2b6d1420a26b4515873 /config | |
parent | f19704773d177aac856ba2c4e3916e278540d278 (diff) | |
download | kanotix-a44dd12d19a0a25991bb606d0eebb7571e473c36.zip kanotix-a44dd12d19a0a25991bb606d0eebb7571e473c36.tar.gz |
split-desktop-list to install without pidgin
Diffstat (limited to 'config')
-rw-r--r-- | config/lists/desktop | 31 | ||||
-rw-r--r-- | config/lists/desktop-base | 33 |
2 files changed, 34 insertions, 30 deletions
diff --git a/config/lists/desktop b/config/lists/desktop index 3085553..a6c1f36 100644 --- a/config/lists/desktop +++ b/config/lists/desktop @@ -1,38 +1,9 @@ # Kanotix Desktop Packages List -# java, plugins -#sun-java6-plugin -icedtea6-plugin - -# multimedia -dvdauthor - -# burn -normalize-audio -dvd+rw-tools - -# browser -iceweasel-l10n-de +#include <desktop-base> # chat, irc pidgin gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-alsa - -# tools -joystick - -# themes -gtk2-engines -#if DISTRIBUTION wheezy -#include <wheezy-desktop> -#endif - -# print -hplip-gui - -# tools -gparted -gksu - diff --git a/config/lists/desktop-base b/config/lists/desktop-base new file mode 100644 index 0000000..9b599e7 --- /dev/null +++ b/config/lists/desktop-base @@ -0,0 +1,33 @@ +# Kanotix Desktop Packages List without pidgin + +# java, plugins +icedtea6-plugin + +# multimedia +dvdauthor + +# burn +normalize-audio +dvd+rw-tools + +# browser +iceweasel-l10n-de + +# chat, irc +ca-certificates + +# tools +joystick + +# themes +gtk2-engines +#if DISTRIBUTION wheezy +#include <wheezy-desktop> +#endif + +# print +hplip-gui + +# tools +gparted +gksu |