~vorlon/ubuntu/+source/casper:ubuntu/devel

Last commit made on 2018-10-10
Get this branch:
git clone -b ubuntu/devel https://git.launchpad.net/~vorlon/ubuntu/+source/casper
Only Steve Langasek can upload to this branch. If you are Steve Langasek please log in for upload directions.

Branch merges

Branch information

Name:
ubuntu/devel
Repository:
lp:~vorlon/ubuntu/+source/casper

Recent commits

437ef47... by Steve Langasek

debian/casper.service: order this after plymouth on shutdown, so that if plymouth is present we are reliably talking to it, rather than possibly racing by writing to console and then having plymouth start behind our back. LP: #1795882.

648f751... by Simon Quigley

Import patches-unapplied version 1.396 to ubuntu/cosmic-proposed

Imported using git-ubuntu import.

Changelog parent: df666d550a6e5170770c3cbea4d65e80f116af1f

New changelog entries:
  * On systems with SDDM, do not delete the password, because SDDM does not
    have support for passwordless login yet.

df666d5... by Tim Lunn

Import patches-unapplied version 1.395 to ubuntu/cosmic-proposed

Imported using git-ubuntu import.

Changelog parent: 7a9184a201f1834984d86004f85eb98fb2e4bdb5

New changelog entries:
  * scripts/casper-bottom/25adduser:
    Set empty live user password on all flavours, this was previously
    gdm specific. Also drop systemd unit hack as it wasnt actually
    needed (LP: #1761644)

7a9184a... by Dimitri John Ledkov

Import patches-unapplied version 1.394 to ubuntu/bionic-proposed

Imported using git-ubuntu import.

Changelog parent: d72f1bb60a0fa14cbbdfa446c131cc20b73005ea

New changelog entries:
  * Echo a fallback message to nudge users to reboot, in the case when
    they do not see the pretty plymouth cause it 💩 itself.

d72f1bb... by Dimitri John Ledkov

Import patches-unapplied version 1.393 to ubuntu/bionic-proposed

Imported using git-ubuntu import.

Changelog parent: df9ac813848e01bd725ca32ffac78e877f9eee78

New changelog entries:
  * Cache Ubuntu fonts for plymouth on shutdown. LP: #1760598

df9ac81... by Jean-Baptiste Lallement

Import patches-unapplied version 1.392 to ubuntu/bionic-proposed

Imported using git-ubuntu import.

Changelog parent: d4c9d4913f7b592900793a7ef0280bd828b9000c

New changelog entries:
  [ Jean-Baptiste Lallement ]
  * scripts/casper-bottom/31disable_update_notifier:
    - Do not activate gnome-software session service in the live session by
      disabling gnome-software shell search provider (LP: #1758920)
  [ Iain Lane ]
  * scripts/casper-bottom/55disable_snap_refresh: Add RemainAfterExit=yes, so
    that we only run once.
  * Move the gnome-software GSettings override to
    scripts/casper-bottom/22desktop_settings and add it to the pre-existing
    casper override - we need to call glib-compile-schemas to get it to work
    and this script already does that.
  * Check if gnome-software's search provider is there before writing to it,
    so that we don't do anything if it isn't.

d4c9d49... by Jean-Baptiste Lallement

Import patches-unapplied version 1.391 to ubuntu/bionic-proposed

Imported using git-ubuntu import.

Changelog parent: 9a0c8ca7e6ef0ed879ca0a548bb68b23bc9c6353

New changelog entries:
  [ Jean-Baptiste Lallement ]
  * scripts/casper-bottom/55disable_snap_refresh:
    - Set refresh timer of snapd to 60 days on live session (LP: #1723094)
  [ Iain Lane ]
  * Modify the script a bit
    - Install in /run as a transient directory
    - Be WantedBy snapd.service, instead of Requires snapd.service & WantedBy
      multi-user.target, and update the symlink to match. It makes sense for
      us to order ourself to start right after snapd does.

9a0c8ca... by Rik Mills

Import patches-unapplied version 1.390 to ubuntu/bionic-proposed

Imported using git-ubuntu import.

Changelog parent: 43acf04c0dc1fa43765718a8cc910fc8c474914a

New changelog entries:
  * scripts/casper-bottom/34disable_kde_services:
    - stop disabling kwallet in Kubuntu live session by removing it's
      desktop and service files, and instead write a 'kwalletrc' config
      file disabling it. Allows plasma-nm to recognise it is disabled,
      and not try to use it initially. Fixes repeated wi-fi password
      prompt. (LP: #1572244)

43acf04... by Sebastien Bacher

Import patches-unapplied version 1.389 to ubuntu/bionic-proposed

Imported using git-ubuntu import.

Changelog parent: 80777dc93e59d63471e8e59df96989d94a3db265

New changelog entries:
  * scripts/casper-bottom/22desktop_settings:
    - don't display the Trash icon on the desktop in the live session
  * scripts/casper-bottom/25adduser:
    - remove the "Example" icon from the desktop but keep it in the user
      directory. It easy enough to find there as well and it gives a
      cleaner desktop view by default.

80777dc... by Michael Hudson-Doyle

Import patches-unapplied version 1.388 to ubuntu/bionic-proposed

Imported using git-ubuntu import.

Changelog parent: 2c8a15fe32ff6b0d1be31961fb94e528bf947bc2

New changelog entries:
  * bin/casper-stop: do not prompt for removal of installation medium if
    /run/casper-no-prompt exists. (LP: #1736797)