diff options
| author | 2015-05-30 22:41:54 -0400 | |
|---|---|---|
| committer | 2015-05-30 22:41:54 -0400 | |
| commit | 96d399fb52339551d0538ff7f0e629239df54883 (patch) | |
| tree | 9b494dd7c7c46a6a64355c29e8599877fa210fbf /pages/xubuntu.txt | |
Initial commit
Diffstat (limited to 'pages/xubuntu.txt')
| -rw-r--r-- | pages/xubuntu.txt | 141 |
1 files changed, 141 insertions, 0 deletions
diff --git a/pages/xubuntu.txt b/pages/xubuntu.txt new file mode 100644 index 0000000..401b832 --- /dev/null +++ b/pages/xubuntu.txt @@ -0,0 +1,141 @@ +//// +.. title: Xubuntu Core +.. type: text +.. hidetitle: True +//// + +== Xubuntu Core == + +Xubuntu Core is a slimmed down version of Xubuntu that doesn’t come with all the additional applications that the current Xubuntu desktop ISOs have. It essentially only ships Xfce and the basic look and feel of Xubuntu, so there will be no office suite, media players, etc, etc. + +The obvious benefit is that this ISO (about 600MB) will be faster to download – especially interesting for those with limited connectivity – and fit on a CD, as well as only adding what *you* want. + +I have been working on this for a couple releases now, and starting with Utopic it's available as a task and metapackage. There are ISOs which I've built, and starting with Wily, the plan is to produce official Xubuntu release ISOs on Ubuntu infrastructure. + +=== Does this have anything to do with Snappy, Ubuntu Core, or Convergence? === + +Nope, not a dang thing. + +=== Installation === + +The current official method is to download the link:https://help.ubuntu.com/community/Installation/MinimalCD[mini.iso], install, and when prompted, install the 'Xubuntu minimal installation' task. If you’d prefer to wait until after the installer finishes to install the Xubuntu core task, you can simply type `sudo apt-get install xubuntu-core^` (don’t forget the caret!) and away it’ll go. + +Of courses, if you won't have internet during installation, or don't want to mess with the mini.iso, tasks, and the Debian installer, you can install from the ISO I've produced on the downloads page. + +=== Technical details === + +The desktop seed contains the following additional packages, with packages in parentheses being recommends rather than depends. + +==== Network Services ==== + +Basic network services and Windows integration. + + * (network-manager-pptp) + * (network-manager-pptp-gnome) + + +==== Extra fonts (should be common, but not so for space reasons) ==== + * (fonts-droid) + * (fonts-nanum) + * (fonts-opensymbol) + * (fonts-liberation) + +==== Input methods ==== + * (im-config) + +==== Desktop Xfce Apps ==== + +===== Common with Ubuntu ===== + * (apport-gtk) + * (whoopsie) # http://wiki.ubuntu.com/ErrorTracker + * (desktop-file-utils) + * (file-roller) + * (gnome-calculator) + * (software-center) + * (app-install-data-partner) + * (transmission-gtk) # simple GNOME frontend for bittorrent downloads + * (system-config-printer-gnome) + * (gnome-system-tools) + * language-selector-gnome # MichaelVogt + * (firefox) + * (xul-ext-ubufox) # ubuntu firefox tweaks - AlexanderSack + * update-manager + * (update-notifier) + * zenity + * (gvfs-fuse) # let non-GNOME apps see GVFS via fuse + * (gvfs-backends) # otherwise no network tab + +===== Xfce core ===== + * tumbler + * (libxfce4ui-utils) # for xfce4-about + +===== Xfce goodies ===== + * (xfce4-xkb-plugin) + * (xfce4-mailwatch-plugin) + * (xfce4-verve-plugin) + * (xfce4-quicklauncher-plugin) + * (xfce4-weather-plugin) + * (xfce4-cpugraph-plugin) + * (xfce4-systemload-plugin) + * (xfce4-netload-plugin) + * (xfce4-notes-plugin) + * (xfce4-dict) + * (xfce4-places-plugin) + * (thunar-archive-plugin) + * (thunar-media-tags-plugin) + * (orage) + * (ristretto) + * (gigolo) + * (xfce4-taskmanager) + * (xfburn) + * (parole) + +===== Other Desktop GUI Apps ===== + * (simple-scan) + * (lightdm-gtk-greeter-settings) + * (catfish) + * (gmusicbrowser) + * (thunderbird) + * (pidgin) + * (pidgin-otr) + * (mousepad) + * (evince-gtk) + * (blueman) + * (menulibre) # menu editor + * (mugshot) # user config + * (gtk-theme-config) + +===== LibreOffice ===== + * (libreoffice-style-tango) [!powerpc !armhf] + * (libreoffice-gtk) [!powerpc !armhf] + * (libreoffice-writer) [!powerpc !armhf] + * (libreoffice-calc) [!powerpc !armhf] + +===== Indicator/Ayatana stuff ===== + * (indicator-messages) + +===== Games: We only ship a few by default ===== + * (gnome-mines) [!powerpc] + * (gnome-sudoku) [!powerpc] + +===== Themes ===== + * (xubuntu-community-wallpapers) + +==== The gstreamer0.10 packages we want to install ==== + * (gstreamer0.10-pulseaudio) + * (gstreamer0.10-plugins-base-apps) + +==== Accessibility tools ==== + * (gnome-accessibility-themes) + * (onboard) + * (brltty) + * (brltty-x11) + * (xcursor-themes) + * (espeak) + * (speech-dispatcher) + +==== Other ==== + * (apt-offline) + * (inxi) + * (pastebinit) + * xubuntu-desktop # metapackage for everything here |
