~fourdollars/ubiquity:jammy

Last commit made on 2022-07-06
Get this branch:
git clone -b jammy https://git.launchpad.net/~fourdollars/ubiquity
Only Shih-Yuan Lee can upload to this branch. If you are Shih-Yuan Lee please log in for upload directions.

Branch merges

Branch information

Name:
jammy
Repository:
lp:~fourdollars/ubiquity

Recent commits

1d8f5ca... by Shih-Yuan Lee

Use dpkg-divert /sbin/start-stop-daemon unconditionally instead of just renaming it conditionally. (LP: #1978931)

It may install the dpkg itself Debian package between chroot_setup and
chroot_cleanup. In this condition, it will keep the older
/sbin/start-stop-daemon and make `debsums -c` return the error.

2fa192f... by Brian Murray

releasing package ubiquity version 22.04.16

300b213... by Brian Murray

Update the Ubuntu logo to the new branding for the Install Ubuntu screen. (LP: #1969455)

9ddf5e1... by Sebastien Bacher

Update the Install Ubuntu asset

lp: #1969455

f010b48... by Brian Murray

releasing package ubiquity version 22.04.15

81615c2... by Brian Murray

resolve changelog conflict

911e89e... by Łukasz Zemczak

releasing package ubiquity version 22.04.14

edc7523... by Łukasz Zemczak

Refreshing translations.

ce461b7... by Benjamin Drung

Set GNOME keyboard layout

The keyboard layout can change during installation (before typing the
username/password) when triggering the udev rules for the input devices.
The postinst script of the open-vm-tools package runs `udevadm trigger`
and causes this behavior.

Steps to reproduce:
 * Launch jammy-desktop-amd64.iso from 2022-04-09 (e.g. in a VM)
 * Install Welcome -> Try Ubuntu (keep English as language)
 * Install Ubuntu 22.04 LTS
 * Welcome -> Continue (keep English as language)
 * Keyboard Layout -> Change to e.g. German (Neo 2) -> Continue
 * Updates and other software -> Continue
 * Installation type -> select what you want -> Install now
 * Where are you? -> Continue
 * Open a terminal and run:
```
sudo udevadm trigger --subsystem-match=input
```
Then the keyboard layout is changed to US English.

Change the GNOME keyboard layout setting to use the selected keyboard
layout to prevent gnome-shell to change the keyboard layout when
triggering the udev rules for input devices.

This change was successfully tested on the latest Ubuntu, Kubuntu, and
Xubuntu 22.04 desktop installer ISOs on amd64.

Ubuntu-Bug: https://launchpad.net/bugs/1875062
Signed-off-by: Benjamin Drung <email address hidden>

617177d... by Benjamin Drung

Add .gitignore

Ignore files created by running the test cases.

Signed-off-by: Benjamin Drung <email address hidden>