Derive default BTS from os-release ID
Instead of calling lsb_release -si
, read ID
from os-release (using
Python's platform.freedesktop_os_release
function).
Calculate the default bts at the beginning of the UI.user_interface
method instead of setting it twice.