[Bug 1466479] Re: "Searching for available drivers..." gives no indication of progress
Matthew Paul Thomas
mpt at canonical.com
Fri Feb 12 16:54:16 UTC 2016
I just discovered that the code already includes a progress bar:
self.label_driver_detail = Gtk.Label(label=_("Searching for available "
"drivers..."), **props)
self.box_driver_detail.add(self.label_driver_detail)
self.progress_bar = Gtk.ProgressBar()
self.box_driver_action.pack_end(self.progress_bar, False, False, 0)
self.progress_bar.set_visible(False)
Unfortunately there doesn’t seem to be any code that makes that progress
bar visible.
Anyway, specification updated.
<https://wiki.ubuntu.com/SoftwareAndUpdatesSettings?action=diff&rev2=23&rev1=22>
** Changed in: software-properties (Ubuntu)
Status: In Progress => Triaged
** Changed in: software-properties (Ubuntu)
Assignee: Matthew Paul Thomas (mpt) => (unassigned)
** Description changed:
software-properties 0.92.37.3, Ubuntu 14.04
1. Open System Settings > "Software & Updates".
2. Choose "Additional Drivers".
3. Wait 30 seconds.
What you see:
2. The text "Searching for available drivers..." centered in the box, but no other hint of progress.
3. A list of drivers.
What you should see:
2. A progress bar, if the driver search has determinate progress; otherwise a spinner.
+
+ <https://wiki.ubuntu.com/SoftwareAndUpdatesSettings#drivers>: “The
+ ‘Additional Drivers’ tab should begin with a listbox containing a
+ progress bar and the text ‘Searching for available drivers…’ until the
+ search is complete.”
--
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/1466479
Title:
"Searching for available drivers..." gives no indication of progress
Status in software-properties package in Ubuntu:
Triaged
Bug description:
software-properties 0.92.37.3, Ubuntu 14.04
1. Open System Settings > "Software & Updates".
2. Choose "Additional Drivers".
3. Wait 30 seconds.
What you see:
2. The text "Searching for available drivers..." centered in the box, but no other hint of progress.
3. A list of drivers.
What you should see:
2. A progress bar, if the driver search has determinate progress; otherwise a spinner.
<https://wiki.ubuntu.com/SoftwareAndUpdatesSettings#drivers>: “The
‘Additional Drivers’ tab should begin with a listbox containing a
progress bar and the text ‘Searching for available drivers…’ until the
search is complete.”
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1466479/+subscriptions
More information about the foundations-bugs
mailing list