Merge ~fossfreedom/ubuntu/+source/ubiquity:hidefrombudgie into ubuntu/+source/ubiquity:ubuntu/devel

Proposed by fossfreedom
Status: Merged
Merge reported by: Robie Basak
Merged at revision: 45f0238b4654382aeebd6c812e6fa08c7d89cfd1
Proposed branch: ~fossfreedom/ubuntu/+source/ubiquity:hidefrombudgie
Merge into: ubuntu/+source/ubiquity:ubuntu/devel
Diff against target: 14 lines (+2/-1)
1 file modified
bin/ubiquity-dm (+2/-1)
Reviewer Review Type Date Requested Status
Benjamin Drung (community) Approve
Review via email: mp+450378@code.launchpad.net

Description of the change

Ubuntu Budgie for mantic have removed ubuntu indicators from its seeds. As such the ubiquity panel is now blank.

This PR hides the blank panel. We don't need a panel for our legacy ISO.

To post a comment you must log in.
Revision history for this message
Benjamin Drung (bdrung) wrote :

Merged into https://code.launchpad.net/~ubuntu-installer/ubiquity/+git/ubiquity/+ref/main and it will be part of the next ubiquity upload.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/bin/ubiquity-dm b/bin/ubiquity-dm
2index 3d695d0..7e2b9f0 100755
3--- a/bin/ubiquity-dm
4+++ b/bin/ubiquity-dm
5@@ -642,7 +642,8 @@ EndSection
6 if ("openbox-lubuntu" not in wm_cmd and
7 "openbox" not in wm_cmd and
8 "gnome-shell" not in wm_cmd and
9- "xfwm4" not in wm_cmd):
10+ "xfwm4" not in wm_cmd and
11+ "budgie-wm" not in wm_cmd):
12 multiarchdir = os.path.split(
13 sysconfig.get_config_var('multiarchsubdir'))[-1]
14 indicators = list(filter(os.path.isfile, [

Subscribers

People subscribed via source and target branches