~nteodosio/software-properties:catch-exception

Last commit made on 2023-01-31
Get this branch:
git clone -b catch-exception https://git.launchpad.net/~nteodosio/software-properties
Only Nathan Teodosio can upload to this branch. If you are Nathan Teodosio please log in for upload directions.

Branch merges

Branch information

Name:
catch-exception
Repository:
lp:~nteodosio/software-properties

Recent commits

684756f... by Nathan Teodosio

Polling: Catch any exception to wait()

Uncaught exceptions to wait will trigger error reports even though
it's only the polling thread that dies:
https://launchpad.net/bugs/2003996

They are caused by connectivity issues.

This is temporary until a UX plan has been devised to warn the user
about the connectivity issue.

ccdd0c7... by Nathan Teodosio

Initialize pin as empty string

start_magic_attach is the only function that assigns a value to pin.
If it can't retrieve it from the server, then it is uninitialized and
selecting the pin radio button causes an error as update_state tries
to use it (LP: #2004245).

de08d1e... by Sebastien Bacher

releasing package software-properties version 0.99.31

7e77d82... by Nathan Teodosio

Pass True or False if boolean argument is expected.

String->True and None->False is not reliable.

bccab4f... by Sebastien Bacher

Install the dark logo variant

009531a... by Sebastien Bacher

Remove Gdk import which isn't needed anymore

27102fa... by Nathan Teodosio

No rectangle for PIN and do not hide it

e2d3838... by Sebastien Bacher

improved handling of dark theme

7d32544... by Sebastien Bacher

Update the label for the magic attach option

c31c8b2... by Sebastien Bacher

Include hacked version of the logo for dark theme