[Bug 2092344] Re: Settings does not work
Nathan Teodosio
2092344 at bugs.launchpad.net
Mon Dec 23 09:26:12 UTC 2024
Please add output of
dpkg -l|grep -e pythonon3-apt -e distro-info
Save this as a.py:
--->
import aptsources.distro
import distro_info
distro = aptsources.distro.get_distro()
di = distro_info.UbuntuDistroInfo()
releases = di.get_all(result="object")
for release in releases:
if release.series == distro.codename:
print(release.codename, release.eol)
<---
Run it with 'python3 a.py' and post the result.
** Package changed: update-manager (Ubuntu) => software-properties
(Ubuntu)
** Changed in: software-properties (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to software-properties in Ubuntu.
https://bugs.launchpad.net/bugs/2092344
Title:
Settings does not work
Status in software-properties package in Ubuntu:
Invalid
Bug description:
click on the settings button to disable checking and notifications in
lieu of `apt remove update-manager-common` and the wheel spins but no
settings come up.
this does though:
```
Traceback (most recent call last):
File "/usr/bin/software-properties-gtk", line 100, in <module>
app = SoftwarePropertiesGtk(datadir=options.data_dir, options=options, file=file)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py", line 274, in __init__
self.init_distro()
File "/usr/lib/python3/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py", line 492, in init_distro
eol_date = distro.eol
^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'eol'
```
I'm running Rhino Linux and pulled update-manager: version 25.04.2 out of the Plucky repo:
/var/log/dpkg.log.1:2024-11-22 07:59:59 status installed update-manager:all 1:25.04.2
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/2092344/+subscriptions
More information about the foundations-bugs
mailing list