lp:~andersson123/ubuntu-release-upgrader

Owned by Tim Andersson
Get this repository:
git clone https://git.launchpad.net/~andersson123/ubuntu-release-upgrader
Only Tim Andersson can upload to this repository. If you are Tim Andersson please log in for upload directions.

Branches

Name Last Modified Last Commit
fix_distupgradequirks_traceback 2023-10-10 09:18:38 UTC
fix: stop TypeError traceback in DistUpgradeQuirks:_set_generic_font

Author: Tim Andersson
Author Date: 2023-10-10 08:02:16 UTC

fix: stop TypeError traceback in DistUpgradeQuirks:_set_generic_font

An edge case bug was discovered recently with the release upgrader.
If the environment being upgraded has the XDG_SESSION_TYPE
variable set to something other than 'tty', and SUDO_UID and
PKEXEC_UID also are not set - i.e. logged in as a root user directly
without invoking `sudo`, casting the presumed UID value to an int
fails because both values in the int cast evaluate to None.

This commit fixes bug `LP: #2038900`.

11 of 1 result
This repository contains Public information 
Everyone can see this information.

Subscribers