[Bug 1021733] Re: Complete the Additional Drivers implementation
Mathieu Trudel-Lapierre
mathieu.tl at gmail.com
Fri Jul 6 20:08:09 UTC 2012
apt-daemon tends to die sometimes, after multiple install/removes have been done in succession:
Traceback (most recent call last):
File "/home/mtrudel/Public/software-properties/softwareproperties/gtk/SoftwarePropertiesGtk.py", line 1017, in on_driver_changes_apply
self.transaction.run()
File "/usr/lib/python3/dist-packages/defer/utils.py", line 107, in _deferable
return func(*args, **kwargs)
File "/usr/lib/python3/dist-packages/aptdaemon/errors.py", line 192, in _convert_dbus_exception
raise get_native_exception(error)
File "/usr/lib/python3/dist-packages/aptdaemon/errors.py", line 190, in _convert_dbus_exception
return func(*args, **kwargs)
File "/usr/lib/python3/dist-packages/aptdaemon/client.py", line 745, in run
reply_handler=reply_handler)
File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 145, in __call__
**keywords)
File "/usr/lib/python3/dist-packages/dbus/connection.py", line 651, in call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)
ERROR
It seems that the daemon died.
---
Definitely something to investigate.
--
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/1021733
Title:
Complete the Additional Drivers implementation
Status in “software-properties” package in Ubuntu:
Triaged
Bug description:
I've started implementing the design in
https://wiki.ubuntu.com/SoftwareAndUpdatesSettings#drivers ; devices
can be listed on systems that require binary drivers, and the new tab
is there with the basic UI bits.
What's left to be done:
- hook up signals for Apply
- Might be more efficiently done as two steps: when selections change, list the changes, then apply the list of changed packages as a batch in Apply.
- Remove the Revert button and make sure the "window" Revert button works (hook up signals to revert changes, clear cache, etc.)
- Add the progress bar when Apply is running, replacing the "No proprietary..." label.
- Testing, testing, testing.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1021733/+subscriptions
More information about the foundations-bugs
mailing list