Volevo avanzare alla 20.10 per vedere se risolvo alcuni problemi di BTooth (così consigiano tutti su Launchpad), quindi mi apprestavo a disabiitare un paio di PPA che uso sempre.
Ma purtroppo software-properties-gtk non funziona più e Synaptic trova un errore su un repository che non si aggiorna e non permette di accedere alla lista dei repository.
Questo è l'errore di software-properties
Codice: Seleziona tutto
luca@laptop-luca:~$ software-properties-gtk
ERROR:dbus.proxies:Introspect error on :1.114:/: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
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 211, in __init__
self.backend.Reload();
File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 72, in __call__
return self._proxy_method(*args, **keywords)
File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 141, in __call__
return self._connection.call_blocking(self._named_service,
File "/usr/lib/python3/dist-packages/dbus/connection.py", line 652, in call_blocking
reply_message = self.send_message_with_reply_and_block(
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name :1.114 was not provided by any .service files
luca@laptop-luca:~$
Come risolvere?



