blob: fa7287ff67ebd877196ca4b4ea7ab5fff6748bab (
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
154
155
|
Icebox Desktop seed
====================
-------------------
Task-Per-Derivative: 1
Task-Section: user
Task-Description: Icebox desktop installation
Task-Extended-Description: This task provides packages for Icebox desktop.
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 # No longer using the copy from wireless-tools (LP: #715309)
* 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 # Proposed GDM replacement for Oneiric, see https://blueprints.launchpad.net/ubuntu/+spec/desktop-o-lightdm
* (zenity)
* xdg-utils # useful utilities
* xdg-user-dirs
* xdg-user-dirs-gtk
=== Openbox ===
* openbox
* python-xdg # Needed for openbox-xdg-autostart, can drop if we change to obsession.
* 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
* libxp6 # required for some third party apps. See #21953
* (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
|