blob: 9f57cb2d1df49817fd2f5e392c608e4cc40092d6 (
plain) (
blame)
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
|
Icebox desktop seed
===================
----------------------
Task-Per-Derivative: 1
Task-Section: user
Task-Description: Icebox desktop
Task-Extended-Description: This task provides the Icebox desktop environment.
Task-Key: icebox-desktop
Task-Name: icebox-desktop
#Task-Seeds: desktop-common
Task-Seeds:
----------------------
* Feature: no-follow-recommends
== Basics ==
* bc
* xorg
* gksu
* zip
* htop
* unzip
* libsasl2-modules
* (acpi-support)
* alsa-base # needed for proper hardware detection (hotplug/blacklist.d, modprobe.d)
* alsa-utils # basic audio support and mixer level handling
* (pcmciautils) # PCMCIA support for >= 2.6.13-rc1 kernels
* inputattach # needed for serial mice
=== Network Services ===
Basic network services and Windows integration.
* (network-manager)
* (network-manager-gnome)
* wireless-tools
* rfkill
* wpasupplicant # ScottJamesRemnant
* (libnss-mdns) # IPv4 link-local DNS support
* ca-certificates # common SSL certificates
=== GUI infrastructure ===
* xserver-xorg-input-all
* xserver-xorg-video-all
* xinit
* xsettingsd
* xterm # Provide a backup terminal and complete X env.
* libnotify-bin # various scripts need notify-send (such as .bashrc's "alert")
=== Fonts (should be common, but not so for space reasons) ===
* fonts-dejavu-core
* fonts-freefont-ttf
* (fonts-kacst-one)
* (fonts-takao-pgothic)
* (fonts-khmeros-core)
* (ttf-indic-fonts-core)
* (ttf-punjabi-fonts)
* (fonts-thai-tlwg)
* (fonts-lao)
* (ttf-ubuntu-font-family)
* (fonts-sil-padauk)
* (fonts-tibetan-machine)
* (fonts-sil-abyssinica)
* (fonts-lklug-sinhala)
* (ttf-wqy-microhei)
* (fonts-nanum)
* (fonts-opensymbol)
* (fonts-liberation)
== Desktop Apps ==
=== Common with Ubuntu ===
* lightdm
* (zenity)
* xdg-utils # useful utilities
* xdg-user-dirs
* xdg-user-dirs-gtk
=== Openbox ===
* openbox
* tint2
* menu
* obsession
* nitrogen
* gmrun
* pcmanfm
* (obconf)
# * thunar
# * (tumbler)
# * thunar-volman
=== goodies ===
* lxappearance
* lxappearance-obconf
* (obmenu)
* gsimplecal
* xfce4-terminal
* xfce4-notifyd
* volumeicon-alsa
* (xombrero)
=== Themes ===
* hicolor-icon-theme
* gtk2-engines-pixbuf # Required by some themes the user might install
* dmz-cursor-theme
* (xcursor-themes)
* numix-gtk-theme
* plymouth-theme-icebox-logo
* plymouth-theme-icebox-text
* icebox-wallpapers
* xubuntu-icon-theme
=== The gstreamer packages we want to install ===
# * (gstreamer0.10-pulseaudio)
# * (gstreamer0.10-plugins-base-apps)
# * libasound2-plugins
=== Other Desktop GUI Apps ===
* (mousepad)
== Development ==
Here we provide a minimal development environment sufficient to build kernel
drivers, so that this is possible on the live CD and in scenarios where
it is problematic to get these packages onto the installed system in order
to compile a driver. -mdz
* gcc
* make
== Other ==
* lightdm-gtk-greeter
* icebox-desktop # metapackage for everything here
* icebox-default-settings
* anacron # generally appropriate for desktops
* (kerneloops-daemon) # watch for and allow reporting of kernel problems
* (policykit-desktop-privileges) # passwordless disk/CPU speed/time operations for admins
* libpam-systemd # logind, cross desktop compatibility
|