AlwaysEnableUniverseMultiverse

Differences between revisions 4 and 5
Revision 4 as of 2006-06-21 08:04:17
Size: 2282
Editor: ALagny-109-1-9-37
Comment:
Revision 5 as of 2006-06-21 08:15:53
Size: 2394
Editor: ALagny-109-1-9-37
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
 * '''Launchpad Entry''': https://launchpad.net/distros/ubuntu/+spec/xdeltas  * '''Launchpad Entry''': https://launchpad.net/distros/ubuntu/+spec/enabling-additional-components
Line 5: Line 5:
 * '''Contributors''': MichaelVogt
 * '''Packages affected''':
 * '''Contributors''': MichaelVogt, MattZimmerman, SebastianHeimlein
 * '''Packages affected''': synaptic, gnome-app-install, ubiquity, debian-installer

Summary

The unsupported "universe" and "multiverse" components are currently turned off by default in ubuntu. We want to enable them by default.

Rationale

Enabling universe and multiverse is one of the first things that people usually do. We should enable them by default and make sure that we show clearly in the various GUIs what is supported and what is unsupported.

Use cases

  1. Alice wants to install a new audio-codec that is only available in universe.
  2. Bob is very interessted in gaming and thinks the list of games in main is too limited. He likes to install games from multiverse and does not care if those are not officially supported.
  3. Mallory always wondered why he had to do a additonal click and download in gnome-app-install when he wanted to install his first application from universe.

Scope

Gnome-app-install and synaptic needs to be modified to show better what component a package comes from. The installer needs to ship a sources.list with universe and multiverse enabled.

Design

Synaptic needs better UI support to distinguish between "unsupported", "restricted" and "supported" in synaptic (and combinations are possilbe). We should change the "sections" view to include checkbuttons for "show unsupported", "show restricted" (or something along that line) so that people can see at a glance what is supported/unsupported, free/restricted.

Gnome-app-install needs three checkboxes: "show unsupported", "show supported commercial", "show restricted use" (universe, commercial, multiverse [and only show multiverse apps if unsupported is ticked too]). The UI needs to be changed to give the checkboxes a new place.

The installer installs Packages.gz files for all components. This ensures that the user does not have to download the full Packages file on the first apt-get update (because apt uses If-Modified-Since on the available Packages file).

Implementation

No code has been written yet.


CategorySpec

AlwaysEnableUniverseMultiverse (last edited 2008-08-06 16:23:19 by localhost)