diff options
| author | 2015-05-12 17:04:24 -0400 | |
|---|---|---|
| committer | 2015-05-12 17:04:24 -0400 | |
| commit | 67582c5c534bcc5b2b492949b00d44413110be73 (patch) | |
| tree | 99878cdc2677600c802e8c0f2e69f40dd38657cd /desktop | |
Initial commitvivid
Diffstat (limited to 'desktop')
| -rw-r--r-- | desktop | 155 |
1 files changed, 155 insertions, 0 deletions
@@ -0,0 +1,155 @@ +Openbox Desktop seed +==================== + +------------------- +Task-Per-Derivative: 1 +Task-Section: user +Task-Description: Openbox desktop installation +Task-Extended-Description: This task provides packages for Openbox desktop environment. +Task-Key: openbox-desktop +Task-Name: openbox-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-openbox-logo + * plymouth-theme-openbox-text + * openbox-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 + * openbox-desktop # metapackage for everything here + * openbox-desktop-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 |
