Update ubiquity 10.0
This commit is contained in:
parent
2d87ef6227
commit
759d566a44
2 changed files with 28 additions and 3 deletions
17
helpers/DATA/ubiquity/apply-before-21.10.9-release.patch
Normal file
17
helpers/DATA/ubiquity/apply-before-21.10.9-release.patch
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
diff --git a/bin/ubiquity-dm b/bin/ubiquity-dm
|
||||
index 08e96d1..227301c 100755
|
||||
--- a/bin/ubiquity-dm
|
||||
+++ b/bin/ubiquity-dm
|
||||
@@ -404,11 +404,7 @@ EndSection
|
||||
stdin=null, stdout=logfile, stderr=logfile,
|
||||
preexec_fn=self.drop_privileges))
|
||||
|
||||
- if (
|
||||
- osextras.find_on_path("kwin") or
|
||||
- osextras.find_on_path("kwin_x11") or
|
||||
- osextras.find_on_path("gnome-shell")
|
||||
- ) and osextras.find_on_path("dbus-update-activation-environment"):
|
||||
+ if osextras.find_on_path("dbus-update-activation-environment"):
|
||||
subprocess.Popen(
|
||||
[
|
||||
"dbus-update-activation-environment",
|
||||
Loading…
Add table
Add a link
Reference in a new issue