Activity log for bug #741186

Date Who What changed Old value New value Message
2011-03-23 19:07:23 Patrick Wright bug added bug
2011-03-23 19:07:32 Patrick Wright gnome-system-tools (Ubuntu): importance Undecided High
2011-03-23 19:07:40 Patrick Wright nominated for series Ubuntu Natty
2011-03-23 19:07:40 Patrick Wright bug task added gnome-system-tools (Ubuntu Natty)
2011-03-23 19:09:03 Patrick Wright bug added subscriber Jean-Baptiste Lallement
2011-03-23 19:10:12 Patrick Wright description Binary package hint: gnome-system-tools While running an automated test, the tools hang when following these steps: 1. Open users-admin 2. Click Add (user) * While trying to interact with authentication dialog, the scripts hang. This does not occur with the other apps we test that require authentication with polkit Remember to enable accessibility Simple Test Script: import ldtp import sys # must have a11y enabled # arg1 is your password password = sys.argv[1] ldtp.launchapp('users-admin', delay=3) ldtp.click('dlgUsersSettings', 'btnAdd') dlgAuthenticate = 'dlgAthenticate' ldtp.waittillguiexist(dlgAuthenticate) ldtp.settextvalue(dlgAuthenticate, 'txtPassword', password) ldtp.click(dlgAuthenticate, 'btnAuthenticate') ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: gnome-system-tools 2.32.0-0ubuntu6 ProcVersionSignature: Ubuntu 2.6.38-7.37-generic 2.6.38 Uname: Linux 2.6.38-7-generic i686 Architecture: i386 Date: Wed Mar 23 12:00:39 2011 InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha i386 (20110302) ProcEnviron: LANGUAGE=en_US:en LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: gnome-system-tools UpgradeStatus: Upgraded to natty on 2011-03-22 (1 days ago) Binary package hint: gnome-system-tools While running an automated test, the tools hang when following these steps: 1. Open users-admin 2. Click Add (user) * While trying to interact with authentication dialog, the scripts hang. This does not occur with the other apps we test that require authentication with polkit Be patient for the timeout error dialog to display Remember to enable accessibility Simple Test Script: import ldtp import sys # must have a11y enabled # arg1 is your password password = sys.argv[1] ldtp.launchapp('users-admin', delay=3) ldtp.click('dlgUsersSettings', 'btnAdd') dlgAuthenticate = 'dlgAthenticate' ldtp.waittillguiexist(dlgAuthenticate) ldtp.settextvalue(dlgAuthenticate, 'txtPassword', password) ldtp.click(dlgAuthenticate, 'btnAuthenticate') ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: gnome-system-tools 2.32.0-0ubuntu6 ProcVersionSignature: Ubuntu 2.6.38-7.37-generic 2.6.38 Uname: Linux 2.6.38-7-generic i686 Architecture: i386 Date: Wed Mar 23 12:00:39 2011 InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha i386 (20110302) ProcEnviron:  LANGUAGE=en_US:en  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: gnome-system-tools UpgradeStatus: Upgraded to natty on 2011-03-22 (1 days ago)
2011-03-23 19:22:30 Patrick Wright summary users-admin breaks with polkit users-admin not testable with ldtp and policykit
2011-03-23 19:28:15 Patrick Wright bug task added ldtp (Ubuntu)
2011-03-23 19:33:13 Patrick Wright description Binary package hint: gnome-system-tools While running an automated test, the tools hang when following these steps: 1. Open users-admin 2. Click Add (user) * While trying to interact with authentication dialog, the scripts hang. This does not occur with the other apps we test that require authentication with polkit Be patient for the timeout error dialog to display Remember to enable accessibility Simple Test Script: import ldtp import sys # must have a11y enabled # arg1 is your password password = sys.argv[1] ldtp.launchapp('users-admin', delay=3) ldtp.click('dlgUsersSettings', 'btnAdd') dlgAuthenticate = 'dlgAthenticate' ldtp.waittillguiexist(dlgAuthenticate) ldtp.settextvalue(dlgAuthenticate, 'txtPassword', password) ldtp.click(dlgAuthenticate, 'btnAuthenticate') ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: gnome-system-tools 2.32.0-0ubuntu6 ProcVersionSignature: Ubuntu 2.6.38-7.37-generic 2.6.38 Uname: Linux 2.6.38-7-generic i686 Architecture: i386 Date: Wed Mar 23 12:00:39 2011 InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha i386 (20110302) ProcEnviron:  LANGUAGE=en_US:en  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: gnome-system-tools UpgradeStatus: Upgraded to natty on 2011-03-22 (1 days ago) Binary package hint: gnome-system-tools While running an automated test, the tools hang when following these steps: 1. Open users-admin 2. Click Add (user) * While trying to interact with authentication dialog, the scripts hang. This does not occur with the other apps we test that require authentication with polkit Be patient for the timeout error dialog to display Remember to enable accessibility and install python-ldtp Simple Test Script: import ldtp import sys # must have a11y enabled # arg1 is your password password = sys.argv[1] ldtp.launchapp('users-admin', delay=3) ldtp.click('dlgUsersSettings', 'btnAdd') dlgAuthenticate = 'dlgAthenticate' ldtp.waittillguiexist(dlgAuthenticate) ldtp.settextvalue(dlgAuthenticate, 'txtPassword', password) ldtp.click(dlgAuthenticate, 'btnAuthenticate') ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: gnome-system-tools 2.32.0-0ubuntu6 ProcVersionSignature: Ubuntu 2.6.38-7.37-generic 2.6.38 Uname: Linux 2.6.38-7-generic i686 Architecture: i386 Date: Wed Mar 23 12:00:39 2011 InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha i386 (20110302) ProcEnviron:  LANGUAGE=en_US:en  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: gnome-system-tools UpgradeStatus: Upgraded to natty on 2011-03-22 (1 days ago)
2011-03-23 19:33:38 Patrick Wright description Binary package hint: gnome-system-tools While running an automated test, the tools hang when following these steps: 1. Open users-admin 2. Click Add (user) * While trying to interact with authentication dialog, the scripts hang. This does not occur with the other apps we test that require authentication with polkit Be patient for the timeout error dialog to display Remember to enable accessibility and install python-ldtp Simple Test Script: import ldtp import sys # must have a11y enabled # arg1 is your password password = sys.argv[1] ldtp.launchapp('users-admin', delay=3) ldtp.click('dlgUsersSettings', 'btnAdd') dlgAuthenticate = 'dlgAthenticate' ldtp.waittillguiexist(dlgAuthenticate) ldtp.settextvalue(dlgAuthenticate, 'txtPassword', password) ldtp.click(dlgAuthenticate, 'btnAuthenticate') ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: gnome-system-tools 2.32.0-0ubuntu6 ProcVersionSignature: Ubuntu 2.6.38-7.37-generic 2.6.38 Uname: Linux 2.6.38-7-generic i686 Architecture: i386 Date: Wed Mar 23 12:00:39 2011 InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha i386 (20110302) ProcEnviron:  LANGUAGE=en_US:en  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: gnome-system-tools UpgradeStatus: Upgraded to natty on 2011-03-22 (1 days ago) Binary package hint: gnome-system-tools While running an automated test, the tools hang when following these steps: 1. Open users-admin 2. Click Add (user) * While trying to interact with authentication dialog, the scripts hang. This does not occur with the other apps we test that require authentication with polkit Be patient for the timeout error dialog to display Enable accessibility and install python-ldtp Simple Test Script: import ldtp import sys # must have a11y enabled # arg1 is your password password = sys.argv[1] ldtp.launchapp('users-admin', delay=3) ldtp.click('dlgUsersSettings', 'btnAdd') dlgAuthenticate = 'dlgAthenticate' ldtp.waittillguiexist(dlgAuthenticate) ldtp.settextvalue(dlgAuthenticate, 'txtPassword', password) ldtp.click(dlgAuthenticate, 'btnAuthenticate') ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: gnome-system-tools 2.32.0-0ubuntu6 ProcVersionSignature: Ubuntu 2.6.38-7.37-generic 2.6.38 Uname: Linux 2.6.38-7-generic i686 Architecture: i386 Date: Wed Mar 23 12:00:39 2011 InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha i386 (20110302) ProcEnviron:  LANGUAGE=en_US:en  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: gnome-system-tools UpgradeStatus: Upgraded to natty on 2011-03-22 (1 days ago)
2011-03-23 20:27:29 Milan Bouchet-Valat affects gnome-system-tools (Ubuntu Natty) system-tools-backends (Ubuntu Natty)
2011-04-18 10:12:57 Martin Pitt system-tools-backends (Ubuntu Natty): status New Won't Fix
2011-04-18 10:13:07 Martin Pitt system-tools-backends (Ubuntu): importance High Low
2011-04-18 10:13:07 Martin Pitt system-tools-backends (Ubuntu): status New Triaged
2011-04-18 10:13:12 Martin Pitt ldtp (Ubuntu Natty): status New Won't Fix
2011-04-18 10:13:26 Martin Pitt ldtp (Ubuntu): status New Triaged
2011-04-18 10:13:29 Martin Pitt ldtp (Ubuntu): importance Undecided Low