Merge ~fossfreedom/software-properties:lp2055088 into software-properties:ubuntu/master

Proposed by fossfreedom
Status: Needs review
Proposed branch: ~fossfreedom/software-properties:lp2055088
Merge into: software-properties:ubuntu/master
Diff against target: 13 lines (+1/-1)
1 file modified
debian/control (+1/-1)
Reviewer Review Type Date Requested Status
Nathan Teodosio (community) Approve
Ubuntu Core Development Team Pending
Review via email: mp+461666@code.launchpad.net

Description of the change

This resolves the gnome-session-bin vs budgie-session dependency issue as per LP: #2055088

Currently in the debian control file it has a recommendation to install the session manager for that desktop - so gnome-session-bin for GNOME based desktops, mate-session for mate desktop and so on.

budgie-desktop for noble now uses budgie-session as its session manager instead of gnome-session.

Because of the current recommendation, gnome-session-bin is installed on budgie-desktop. It no longer needs to be installed.

software-properties needs an update to its alternate recommendations so that budgie-desktop doesnt pull in gnome-session-bin incorrectly.

To post a comment you must log in.
Revision history for this message
Nathan Teodosio (nteodosio) :
review: Approve

Unmerged commits

51bea43... by fossfreedom

Add budgie-session as an alternate for software-properties-gtk (LP: #2055088)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/control b/debian/control
2index a555b21..2c8d2d3 100644
3--- a/debian/control
4+++ b/debian/control
5@@ -90,7 +90,7 @@ Depends: gir1.2-gtk-3.0,
6 ${misc:Depends},
7 ${python3:Depends}
8 Recommends: gnome-keyring,
9- gnome-session-bin | xfce4-session | mate-session-manager
10+ gnome-session-bin | xfce4-session | mate-session-manager | budgie-session
11 Description: manage the repositories that you install software from (gtk)
12 This software provides an abstraction of the used apt repositories.
13 It allows you to easily manage your distribution and independent software

Subscribers

People subscribed via source and target branches