blob: 13572ca17b02cca74309158387e4224a4a6a9d3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
|
# Kanotix with LXDE (minimal)
#include <base>
## in desktop
# needed packages from desktop list
# tools
gparted
gksu
# themes
gtk2-engines
#if DISTRIBUTION wheezy
#include <wheezy-desktop>
#endif
# tools
joystick
# some tools or fixes
dillo
epdfview
ca-certificates
# desktop finish
# Kanotix
etcskel-kanotix-lxde
kmenu-icon-kanotix
kanotix-lxde-extra
# LXDE
lxde
lxappearance-obconf
gvfs-backends
menu
menu-xdg
lxtask
zenity
lxpolkit
network-manager-gnome
desktop-base
#if DISTRIBUTION squeeze
gdm
#endif
#nif DISTRIBUTION squeeze
lightdm
#endif
# power management
xfce4-power-manager
xfce4-power-manager-plugins
# audio
# xterm is needed by lxpanel to use alsamixer
#if DISTRIBUTION squeeze
alsa-utils
xterm
#endif
#nif DISTRIBUTION squeeze
#include <wheezy-pulseaudio-base>
#endif
# other hardware
modemmanager
mobile-broadband-provider-info
# irc
xchat
# other
gnome-screenshot
|