[Touch-packages] [Bug 1466479] Re: "Searching for available drivers..." gives no indication of progress

2017-01-02 Thread Stuart Gillies
There is another aspect to this minor but irritating bug. Whilst
additional drivers are being searched for, the panel displays the
message "No additional drivers are in use". This should not be displayed
as at this point the software does not know if this is true or not.

Not mission critical, but it undermines the professionalism of Ubuntu.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, 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.

  : “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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1466479] Re: "Searching for available drivers..." gives no indication of progress

2016-02-16 Thread Brian Murray
** Tags added: trusty

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, 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.

  : “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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1466479] Re: "Searching for available drivers..." gives no indication of progress

2016-02-12 Thread Matthew Paul Thomas
** Changed in: software-properties (Ubuntu)
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, 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:
  In Progress

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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1466479/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1466479] Re: "Searching for available drivers..." gives no indication of progress

2016-02-12 Thread Matthew Paul Thomas
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.



** 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.
+ 
+ : “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
Touch seeded packages, 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.

  : “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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1466479] Re: "Searching for available drivers..." gives no indication of progress

2015-10-14 Thread Sebastien Bacher
** Changed in: software-properties (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, 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:
  Confirmed

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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1466479/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1466479] Re: Searching for available drivers... gives no indication of progress

2015-07-14 Thread Martin
** 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.
- 
- [Originally reported by De Zan Chrsitophe in ubuntu-devel-discuss@.
- https://lists.ubuntu.com/archives/ubuntu-devel-
- discuss/2015-June/015581.html]

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, 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:
  Confirmed

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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1466479/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1466479] Re: Searching for available drivers... gives no indication of progress

2015-06-18 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: software-properties (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, 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:
  Confirmed

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.

  [Originally reported by De Zan Chrsitophe in ubuntu-devel-discuss@.
  https://lists.ubuntu.com/archives/ubuntu-devel-
  discuss/2015-June/015581.html]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1466479/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp