Merge ~xubuntu-dev/ubuntu-seeds/+git/xubuntu:seed-catchup into ~xubuntu-dev/ubuntu-seeds/+git/xubuntu:noble

Proposed by Sean Davis
Status: Merged
Merged at revision: dac4dac05c3df4bd25a6311b579219d25ad476b4
Proposed branch: ~xubuntu-dev/ubuntu-seeds/+git/xubuntu:seed-catchup
Merge into: ~xubuntu-dev/ubuntu-seeds/+git/xubuntu:noble
Diff against target: 155 lines (+12/-20)
5 files modified
blacklist (+5/-2)
desktop (+2/-6)
desktop-minimal (+5/-5)
live (+0/-1)
ship-live (+0/-6)
Reviewer Review Type Date Requested Status
Xubuntu Developers Pending
Review via email: mp+461442@code.launchpad.net

Commit message

Refresh Xubuntu seeds based on shared Ubuntu seed

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/blacklist b/blacklist
2index 3c90e77..e2fea0e 100644
3--- a/blacklist
4+++ b/blacklist
5@@ -1,7 +1,9 @@
6 # blacklist: misc
7 # Packages which are pulled in incidentally (typically by build-dependencies)
8 # and could be trivially replaced with something that we ship
9-# If you add to this list explain why a package is blacklisted.
10+
11+# various build-depends, pulls in lua, consider standarizing html->text
12+#elinks
13
14 # blacklist: security
15 #
16@@ -16,6 +18,8 @@ apache
17
18 ## Packages which haven't shown up yet; make sure they don't sneak in
19
20+# mdz, 2004-06-14: many, many bugs and unmaintained (both debian and upstream)
21+metamail
22 # mdz, 2004-06-14: lots of DoS and other badness, CAN-2003-0946, CAN-2004-0270,
23 # debian#209084
24 clamav
25@@ -32,5 +36,4 @@ unity-control-center
26 unity-greeter
27
28 # blacklist other libreoffice themes until lp #1483914 is sorted
29-libreoffice-style-human
30 libreoffice-style-tango
31\ No newline at end of file
32diff --git a/desktop b/desktop
33index 9c0f11d..3547aa4 100644
34--- a/desktop
35+++ b/desktop
36@@ -20,7 +20,6 @@ Task-Seeds: desktop-common desktop-minimal
37
38 Basic network services and Windows integration.
39
40- * (network-manager-pptp)
41 * (network-manager-pptp-gnome)
42
43 == GUI infrastructure ==
44@@ -35,20 +34,15 @@ Basic network services and Windows integration.
45 * (appstream) # required by snap:snap-store for appstream cache
46 * (apt-config-icons-hidpi) # required by snap:snap-store for apt icons
47 * (baobab)
48- * (desktop-file-utils)
49 * (gnome-disk-utility)
50 * (gnome-font-viewer)
51- * (gnome-system-tools)
52- * (gvfs-backends) # otherwise no network tab
53 * (gvfs-fuse) # let non-GNOME apps see GVFS via fuse
54 * language-selector-gnome # MichaelVogt
55 * (rhythmbox)
56- * (system-config-printer)
57 * (transmission-gtk) # simple GNOME frontend for bittorrent downloads
58 * update-manager
59 * (update-notifier)
60 * (whoopsie) # http://wiki.ubuntu.com/ErrorTracker
61- * (xul-ext-ubufox) # ubuntu firefox tweaks - AlexanderSack
62 * zenity
63
64 === Xfce core ===
65@@ -84,12 +78,14 @@ Basic network services and Windows integration.
66 * (blueman)
67 * (catfish)
68 * (gimp)
69+ * (gnome-system-tools)
70 * (hexchat)
71 * (lightdm-gtk-greeter-settings)
72 * (menulibre) # menu editor
73 * (mousepad)
74 * (mugshot) # user config
75 * (simple-scan)
76+ * (system-config-printer)
77 * (thunderbird) [!s390x]
78
79 === LibreOffice ===
80diff --git a/desktop-minimal b/desktop-minimal
81index 7081d47..aa3b235 100644
82--- a/desktop-minimal
83+++ b/desktop-minimal
84@@ -30,11 +30,8 @@ Basic network services and Windows integration.
85 == Desktop Xfce Apps ==
86
87 === Common with Ubuntu ===
88- * (gucharmap) # SebastienBacher
89 * initramfs-tools # LP: #2054341
90 * (libpam-gnome-keyring)
91- * lightdm # Proposed GDM replacement for Oneiric, see https://blueprints.launchpad.net/ubuntu/+spec/desktop-o-lightdm
92- * (pinentry-gtk2) # for gnome-keyring, LP: #1473952
93 * (software-properties-gtk) # default GUI sources.list editor / extra drivers
94 * xdg-utils # useful utilities
95 * xdg-user-dirs
96@@ -59,6 +56,7 @@ Basic network services and Windows integration.
97 * (xfce4-whiskermenu-plugin)
98
99 === Other Desktop GUI Apps ===
100+ * (gucharmap) # SebastienBacher
101 * (pavucontrol) # mixer
102 * (synaptic)
103
104@@ -84,11 +82,13 @@ Basic network services and Windows integration.
105 * (xserver-xorg-input-all) # Metapackage for input methods
106
107 == Other ==
108+ * (dbus-x11) # LP: 2009145, Temporary to fix xdg settings
109 * (libfuse2) # LP: 1965636, Required for AppImage support
110+ * lightdm
111 * lightdm-gtk-greeter
112+ * (mate-polkit) # policykit-1-gnome is no longer supported
113+ * (pinentry-gtk2) # for gnome-keyring, LP: #1473952
114 * (xcape)
115 * (xfce4-screensaver)
116- * (dbus-x11) # LP: 2009145, Temporary to fix xdg settings
117- * (mate-polkit) # policykit-1-gnome is no longer supported
118 * xubuntu-desktop-minimal # metapackage for everything here
119 * xubuntu-default-settings
120diff --git a/live b/live
121index f231be1..0e594b3 100644
122--- a/live
123+++ b/live
124@@ -23,7 +23,6 @@ Task-Seeds: live-common
125 * language-pack-gnome-${Languages}
126
127 # subset of English language support which we want by default:
128- * firefox-locale-en
129 * hunspell-en-us
130 * wamerican
131
132diff --git a/ship-live b/ship-live
133index 334718f..4a52249 100644
134--- a/ship-live
135+++ b/ship-live
136@@ -9,20 +9,14 @@ packages.
137 == Hardware & Network Access ==
138
139 * b43-fwcutter
140- * bcmwl-kernel-source # since we no longer have LRM
141- * bpalogin
142 * libatm1 # suggested by ppp for PPP-over-ATM
143- * mouseemu # needed on Macs with single-button mice
144 * pptp-linux # client for Microsoft-compatible VPN's, needed for some ISPs
145 * setserial # needed by folks with nonstandard serial ports
146 * sl-modem-daemon # needed for some Winmodems (see OutoftheboxWinmodem)
147- * wvdial # network-manager should replace this functionality ASAP
148
149 == Installer ==
150
151 * grub-efi-arm64 [arm64]
152- * lupin-support [amd64 i386] # installer-for-windows
153- * oem-config-gtk
154
155 == Blacklist ==
156

Subscribers

People subscribed via source and target branches

to all changes: