[Desktop-packages] [Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-12-04 Thread Rolf Leggewie
saucy has seen the end of its life and is no longer receiving any
updates. Marking the saucy task for this ticket as Won't Fix.

** Changed in: gutenprint (Ubuntu Saucy)
   Status: Triaged = Won't Fix

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

Status in gnome-control-center package in Ubuntu:
  Invalid
Status in gutenprint package in Ubuntu:
  Fix Released
Status in system-config-printer package in Ubuntu:
  Fix Released
Status in gnome-control-center source package in Saucy:
  Invalid
Status in gutenprint source package in Saucy:
  Won't Fix
Status in system-config-printer source package in Saucy:
  Fix Released

Bug description:
  Installing driver for Canon MP160 has worked perfectly from 12.04 to
  13.04, but not anymore in 13.10. The USB printer get detected
  correctly, but when installing the driver via New Printer dialog,
  only gutenprint can be selected and the Installing driver gutenprint
  dialog just gets stuck and nothing happens.

  
  [IMPACT]

  High, as if locally unsupported printers cause a driver download from
  OpenPrinting the download ends in an infinite loop and cannot be
  cancelled due to a crashed user interaction thread, blocking system-
  config-printer completely not allowing a manual setup of the printer.

  [TESTCASE]

  In a terminal window run the commands

  cd /usr/share/system-config-printer/
  python newprinter.py --setup-printer=file:/tmp/printout 
--devid='MFG:Canon;MDL:MP160;'

  Accept to download the offered Gutenprint driver and enter your
  password when you get asked for it. The download and installation of
  the Gutenprint package from OpenPrinting will take place and right
  after that, before closing the progress pop-up, system-config-printer
  will freeze.

  In the terminal output of above commands you can see a crash of one
  thread:

  --
  Traceback (most recent call last):
File /usr/share/system-config-printer/newprinter.py, line 3676, in 
on_tvNPDownloadableDrivers_cursor_changed
  iter = model.get_iter (path)
File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 810, in 
get_iter
  path = self._coerce_path(path)
File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 785, in 
_coerce_path
  return TreePath(path)
File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 1135, in 
__new__
  path = :.join(str(val) for val in path)
  TypeError: 'NoneType' object is not iterable
  --

  Due to this task you cannot get out of the printer setup wizard by
  clicking Cancel.

  With the proposed system-config-printer package neither the crash nor
  the freeze will happen and both setting up the printer with the
  package from OpenPrinting and canceling the OpenPrinting download and
  after that setting up the printer manually will work.

  [Regression Potential]

  None, as the patch is trivial

  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu44
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Tue Nov  5 22:10:02 2013
  InstallationDate: Installed on 2013-10-20 (16 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager  0.9.7-0ubuntu4
   deja-dup  27.3.1-0ubuntu1
   gnome-control-center-datetime 13.10.0+13.10.20131016.2-0ubuntu1
   gnome-control-center-signon   0.1.7~+13.10.20130724.1-0ubuntu1
   gnome-control-center-unity1.3+13.10.20131004-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

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


[Desktop-packages] [Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-05-22 Thread Francesco Tarantini
I was able to install my Canon MP600 on a fresh Ubuntu 14.04 without any
problems.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

Status in “gnome-control-center” package in Ubuntu:
  Invalid
Status in “gutenprint” package in Ubuntu:
  Fix Released
Status in “system-config-printer” package in Ubuntu:
  Fix Released
Status in “gnome-control-center” source package in Saucy:
  Invalid
Status in “gutenprint” source package in Saucy:
  Triaged
Status in “system-config-printer” source package in Saucy:
  Fix Released

Bug description:
  Installing driver for Canon MP160 has worked perfectly from 12.04 to
  13.04, but not anymore in 13.10. The USB printer get detected
  correctly, but when installing the driver via New Printer dialog,
  only gutenprint can be selected and the Installing driver gutenprint
  dialog just gets stuck and nothing happens.

  
  [IMPACT]

  High, as if locally unsupported printers cause a driver download from
  OpenPrinting the download ends in an infinite loop and cannot be
  cancelled due to a crashed user interaction thread, blocking system-
  config-printer completely not allowing a manual setup of the printer.

  [TESTCASE]

  In a terminal window run the commands

  cd /usr/share/system-config-printer/
  python newprinter.py --setup-printer=file:/tmp/printout 
--devid='MFG:Canon;MDL:MP160;'

  Accept to download the offered Gutenprint driver and enter your
  password when you get asked for it. The download and installation of
  the Gutenprint package from OpenPrinting will take place and right
  after that, before closing the progress pop-up, system-config-printer
  will freeze.

  In the terminal output of above commands you can see a crash of one
  thread:

  --
  Traceback (most recent call last):
File /usr/share/system-config-printer/newprinter.py, line 3676, in 
on_tvNPDownloadableDrivers_cursor_changed
  iter = model.get_iter (path)
File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 810, in 
get_iter
  path = self._coerce_path(path)
File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 785, in 
_coerce_path
  return TreePath(path)
File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 1135, in 
__new__
  path = :.join(str(val) for val in path)
  TypeError: 'NoneType' object is not iterable
  --

  Due to this task you cannot get out of the printer setup wizard by
  clicking Cancel.

  With the proposed system-config-printer package neither the crash nor
  the freeze will happen and both setting up the printer with the
  package from OpenPrinting and canceling the OpenPrinting download and
  after that setting up the printer manually will work.

  [Regression Potential]

  None, as the patch is trivial

  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu44
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Tue Nov  5 22:10:02 2013
  InstallationDate: Installed on 2013-10-20 (16 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager  0.9.7-0ubuntu4
   deja-dup  27.3.1-0ubuntu1
   gnome-control-center-datetime 13.10.0+13.10.20131016.2-0ubuntu1
   gnome-control-center-signon   0.1.7~+13.10.20130724.1-0ubuntu1
   gnome-control-center-unity1.3+13.10.20131004-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

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


[Desktop-packages] [Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-05-16 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/gutenprint

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

Status in “gnome-control-center” package in Ubuntu:
  Invalid
Status in “gutenprint” package in Ubuntu:
  Fix Released
Status in “system-config-printer” package in Ubuntu:
  Fix Released
Status in “gnome-control-center” source package in Saucy:
  Invalid
Status in “gutenprint” source package in Saucy:
  Triaged
Status in “system-config-printer” source package in Saucy:
  Fix Released

Bug description:
  Installing driver for Canon MP160 has worked perfectly from 12.04 to
  13.04, but not anymore in 13.10. The USB printer get detected
  correctly, but when installing the driver via New Printer dialog,
  only gutenprint can be selected and the Installing driver gutenprint
  dialog just gets stuck and nothing happens.

  
  [IMPACT]

  High, as if locally unsupported printers cause a driver download from
  OpenPrinting the download ends in an infinite loop and cannot be
  cancelled due to a crashed user interaction thread, blocking system-
  config-printer completely not allowing a manual setup of the printer.

  [TESTCASE]

  In a terminal window run the commands

  cd /usr/share/system-config-printer/
  python newprinter.py --setup-printer=file:/tmp/printout 
--devid='MFG:Canon;MDL:MP160;'

  Accept to download the offered Gutenprint driver and enter your
  password when you get asked for it. The download and installation of
  the Gutenprint package from OpenPrinting will take place and right
  after that, before closing the progress pop-up, system-config-printer
  will freeze.

  In the terminal output of above commands you can see a crash of one
  thread:

  --
  Traceback (most recent call last):
File /usr/share/system-config-printer/newprinter.py, line 3676, in 
on_tvNPDownloadableDrivers_cursor_changed
  iter = model.get_iter (path)
File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 810, in 
get_iter
  path = self._coerce_path(path)
File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 785, in 
_coerce_path
  return TreePath(path)
File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 1135, in 
__new__
  path = :.join(str(val) for val in path)
  TypeError: 'NoneType' object is not iterable
  --

  Due to this task you cannot get out of the printer setup wizard by
  clicking Cancel.

  With the proposed system-config-printer package neither the crash nor
  the freeze will happen and both setting up the printer with the
  package from OpenPrinting and canceling the OpenPrinting download and
  after that setting up the printer manually will work.

  [Regression Potential]

  None, as the patch is trivial

  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu44
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Tue Nov  5 22:10:02 2013
  InstallationDate: Installed on 2013-10-20 (16 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager  0.9.7-0ubuntu4
   deja-dup  27.3.1-0ubuntu1
   gnome-control-center-datetime 13.10.0+13.10.20131016.2-0ubuntu1
   gnome-control-center-signon   0.1.7~+13.10.20130724.1-0ubuntu1
   gnome-control-center-unity1.3+13.10.20131004-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

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


[Desktop-packages] [Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-05-04 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/experimental/gutenprint

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

Status in “gnome-control-center” package in Ubuntu:
  Invalid
Status in “gutenprint” package in Ubuntu:
  Fix Released
Status in “system-config-printer” package in Ubuntu:
  Fix Released
Status in “gnome-control-center” source package in Saucy:
  Invalid
Status in “gutenprint” source package in Saucy:
  Triaged
Status in “system-config-printer” source package in Saucy:
  Fix Released

Bug description:
  Installing driver for Canon MP160 has worked perfectly from 12.04 to
  13.04, but not anymore in 13.10. The USB printer get detected
  correctly, but when installing the driver via New Printer dialog,
  only gutenprint can be selected and the Installing driver gutenprint
  dialog just gets stuck and nothing happens.

  
  [IMPACT]

  High, as if locally unsupported printers cause a driver download from
  OpenPrinting the download ends in an infinite loop and cannot be
  cancelled due to a crashed user interaction thread, blocking system-
  config-printer completely not allowing a manual setup of the printer.

  [TESTCASE]

  In a terminal window run the commands

  cd /usr/share/system-config-printer/
  python newprinter.py --setup-printer=file:/tmp/printout 
--devid='MFG:Canon;MDL:MP160;'

  Accept to download the offered Gutenprint driver and enter your
  password when you get asked for it. The download and installation of
  the Gutenprint package from OpenPrinting will take place and right
  after that, before closing the progress pop-up, system-config-printer
  will freeze.

  In the terminal output of above commands you can see a crash of one
  thread:

  --
  Traceback (most recent call last):
File /usr/share/system-config-printer/newprinter.py, line 3676, in 
on_tvNPDownloadableDrivers_cursor_changed
  iter = model.get_iter (path)
File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 810, in 
get_iter
  path = self._coerce_path(path)
File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 785, in 
_coerce_path
  return TreePath(path)
File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 1135, in 
__new__
  path = :.join(str(val) for val in path)
  TypeError: 'NoneType' object is not iterable
  --

  Due to this task you cannot get out of the printer setup wizard by
  clicking Cancel.

  With the proposed system-config-printer package neither the crash nor
  the freeze will happen and both setting up the printer with the
  package from OpenPrinting and canceling the OpenPrinting download and
  after that setting up the printer manually will work.

  [Regression Potential]

  None, as the patch is trivial

  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu44
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Tue Nov  5 22:10:02 2013
  InstallationDate: Installed on 2013-10-20 (16 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager  0.9.7-0ubuntu4
   deja-dup  27.3.1-0ubuntu1
   gnome-control-center-datetime 13.10.0+13.10.20131016.2-0ubuntu1
   gnome-control-center-signon   0.1.7~+13.10.20130724.1-0ubuntu1
   gnome-control-center-unity1.3+13.10.20131004-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

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


[Desktop-packages] [Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-05-01 Thread Jeffrey Flaker
using system-config-printer allowed me to add a printer.  The utility
from the menu finds the printer but tells me it failed to add printer.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

Status in “gnome-control-center” package in Ubuntu:
  Invalid
Status in “gutenprint” package in Ubuntu:
  Fix Released
Status in “system-config-printer” package in Ubuntu:
  Fix Released
Status in “gnome-control-center” source package in Saucy:
  Invalid
Status in “gutenprint” source package in Saucy:
  Triaged
Status in “system-config-printer” source package in Saucy:
  Fix Released

Bug description:
  Installing driver for Canon MP160 has worked perfectly from 12.04 to
  13.04, but not anymore in 13.10. The USB printer get detected
  correctly, but when installing the driver via New Printer dialog,
  only gutenprint can be selected and the Installing driver gutenprint
  dialog just gets stuck and nothing happens.

  
  [IMPACT]

  High, as if locally unsupported printers cause a driver download from
  OpenPrinting the download ends in an infinite loop and cannot be
  cancelled due to a crashed user interaction thread, blocking system-
  config-printer completely not allowing a manual setup of the printer.

  [TESTCASE]

  In a terminal window run the commands

  cd /usr/share/system-config-printer/
  python newprinter.py --setup-printer=file:/tmp/printout 
--devid='MFG:Canon;MDL:MP160;'

  Accept to download the offered Gutenprint driver and enter your
  password when you get asked for it. The download and installation of
  the Gutenprint package from OpenPrinting will take place and right
  after that, before closing the progress pop-up, system-config-printer
  will freeze.

  In the terminal output of above commands you can see a crash of one
  thread:

  --
  Traceback (most recent call last):
File /usr/share/system-config-printer/newprinter.py, line 3676, in 
on_tvNPDownloadableDrivers_cursor_changed
  iter = model.get_iter (path)
File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 810, in 
get_iter
  path = self._coerce_path(path)
File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 785, in 
_coerce_path
  return TreePath(path)
File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 1135, in 
__new__
  path = :.join(str(val) for val in path)
  TypeError: 'NoneType' object is not iterable
  --

  Due to this task you cannot get out of the printer setup wizard by
  clicking Cancel.

  With the proposed system-config-printer package neither the crash nor
  the freeze will happen and both setting up the printer with the
  package from OpenPrinting and canceling the OpenPrinting download and
  after that setting up the printer manually will work.

  [Regression Potential]

  None, as the patch is trivial

  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu44
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Tue Nov  5 22:10:02 2013
  InstallationDate: Installed on 2013-10-20 (16 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager  0.9.7-0ubuntu4
   deja-dup  27.3.1-0ubuntu1
   gnome-control-center-datetime 13.10.0+13.10.20131016.2-0ubuntu1
   gnome-control-center-signon   0.1.7~+13.10.20130724.1-0ubuntu1
   gnome-control-center-unity1.3+13.10.20131004-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

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


[Desktop-packages] [Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-03-14 Thread Till Kamppeter
Uploaded system-config-printer 1.4.3+20140219-0ubuntu2 with an
additional fix. If you have still problems with package download and the
package being used after the download, please wait for the new system-
config-printer package to appear under the updates for Trusty (14.04)
and try again.

If you do not have 14.04 installed start a live system (CD or USB stick)
and do a system update within the live session. Do not reboot if you are
asked for in the end of the update process, simply ignore the pop-up.
Then try the printer setup in that live system.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

Status in “gnome-control-center” package in Ubuntu:
  Invalid
Status in “gutenprint” package in Ubuntu:
  Fix Released
Status in “system-config-printer” package in Ubuntu:
  Fix Released
Status in “gnome-control-center” source package in Saucy:
  Invalid
Status in “gutenprint” source package in Saucy:
  Triaged
Status in “system-config-printer” source package in Saucy:
  Fix Released

Bug description:
  Installing driver for Canon MP160 has worked perfectly from 12.04 to
  13.04, but not anymore in 13.10. The USB printer get detected
  correctly, but when installing the driver via New Printer dialog,
  only gutenprint can be selected and the Installing driver gutenprint
  dialog just gets stuck and nothing happens.

  
  [IMPACT]

  High, as if locally unsupported printers cause a driver download from
  OpenPrinting the download ends in an infinite loop and cannot be
  cancelled due to a crashed user interaction thread, blocking system-
  config-printer completely not allowing a manual setup of the printer.

  [TESTCASE]

  In a terminal window run the commands

  cd /usr/share/system-config-printer/
  python newprinter.py --setup-printer=file:/tmp/printout 
--devid='MFG:Canon;MDL:MP160;'

  Accept to download the offered Gutenprint driver and enter your
  password when you get asked for it. The download and installation of
  the Gutenprint package from OpenPrinting will take place and right
  after that, before closing the progress pop-up, system-config-printer
  will freeze.

  In the terminal output of above commands you can see a crash of one
  thread:

  --
  Traceback (most recent call last):
File /usr/share/system-config-printer/newprinter.py, line 3676, in 
on_tvNPDownloadableDrivers_cursor_changed
  iter = model.get_iter (path)
File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 810, in 
get_iter
  path = self._coerce_path(path)
File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 785, in 
_coerce_path
  return TreePath(path)
File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 1135, in 
__new__
  path = :.join(str(val) for val in path)
  TypeError: 'NoneType' object is not iterable
  --

  Due to this task you cannot get out of the printer setup wizard by
  clicking Cancel.

  With the proposed system-config-printer package neither the crash nor
  the freeze will happen and both setting up the printer with the
  package from OpenPrinting and canceling the OpenPrinting download and
  after that setting up the printer manually will work.

  [Regression Potential]

  None, as the patch is trivial

  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu44
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Tue Nov  5 22:10:02 2013
  InstallationDate: Installed on 2013-10-20 (16 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager  0.9.7-0ubuntu4
   deja-dup  27.3.1-0ubuntu1
   gnome-control-center-datetime 13.10.0+13.10.20131016.2-0ubuntu1
   gnome-control-center-signon   0.1.7~+13.10.20130724.1-0ubuntu1
   gnome-control-center-unity1.3+13.10.20131004-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

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


[Desktop-packages] [Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-02-19 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/gutenprint

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

Status in “gnome-control-center” package in Ubuntu:
  Invalid
Status in “gutenprint” package in Ubuntu:
  Fix Released
Status in “system-config-printer” package in Ubuntu:
  Fix Released
Status in “gnome-control-center” source package in Saucy:
  Invalid
Status in “gutenprint” source package in Saucy:
  Triaged
Status in “system-config-printer” source package in Saucy:
  Fix Released

Bug description:
  Installing driver for Canon MP160 has worked perfectly from 12.04 to
  13.04, but not anymore in 13.10. The USB printer get detected
  correctly, but when installing the driver via New Printer dialog,
  only gutenprint can be selected and the Installing driver gutenprint
  dialog just gets stuck and nothing happens.

  
  [IMPACT]

  High, as if locally unsupported printers cause a driver download from
  OpenPrinting the download ends in an infinite loop and cannot be
  cancelled due to a crashed user interaction thread, blocking system-
  config-printer completely not allowing a manual setup of the printer.

  [TESTCASE]

  In a terminal window run the commands

  cd /usr/share/system-config-printer/
  python newprinter.py --setup-printer=file:/tmp/printout 
--devid='MFG:Canon;MDL:MP160;'

  Accept to download the offered Gutenprint driver and enter your
  password when you get asked for it. The download and installation of
  the Gutenprint package from OpenPrinting will take place and right
  after that, before closing the progress pop-up, system-config-printer
  will freeze.

  In the terminal output of above commands you can see a crash of one
  thread:

  --
  Traceback (most recent call last):
File /usr/share/system-config-printer/newprinter.py, line 3676, in 
on_tvNPDownloadableDrivers_cursor_changed
  iter = model.get_iter (path)
File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 810, in 
get_iter
  path = self._coerce_path(path)
File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 785, in 
_coerce_path
  return TreePath(path)
File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 1135, in 
__new__
  path = :.join(str(val) for val in path)
  TypeError: 'NoneType' object is not iterable
  --

  Due to this task you cannot get out of the printer setup wizard by
  clicking Cancel.

  With the proposed system-config-printer package neither the crash nor
  the freeze will happen and both setting up the printer with the
  package from OpenPrinting and canceling the OpenPrinting download and
  after that setting up the printer manually will work.

  [Regression Potential]

  None, as the patch is trivial

  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu44
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Tue Nov  5 22:10:02 2013
  InstallationDate: Installed on 2013-10-20 (16 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager  0.9.7-0ubuntu4
   deja-dup  27.3.1-0ubuntu1
   gnome-control-center-datetime 13.10.0+13.10.20131016.2-0ubuntu1
   gnome-control-center-signon   0.1.7~+13.10.20130724.1-0ubuntu1
   gnome-control-center-unity1.3+13.10.20131004-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

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


[Desktop-packages] [Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-02-06 Thread Haloiu Mihai
This is my first post here, I hope this is the right place for this.

I have installed Ubuntu 13.10 x64, and I tried installing my printer Canon 
Pixma MP250.  Here is what happend:
I have opened system-config-printer and tried to add the new printer. In the 
new printer window it showed Canon MP250 () no Pixma, I've selected 
this printer and then tried to install the gutenprint driver. I tried this 
several times and it froze every time. 

I managed to install the driver by lunching system-config-printer from the 
terminal and when it froze I pressed Ctrl+C, it showed me this:
^CNo ID match for device usb://Canon/MP250%20series?serial=2D3DBEinterface=1:
MFG:Canon;MDL:MP250 series;CMD:BJL,BJRaster3,BSCCe,IVEC,IVECPLI;DES:Canon MP250 
series;
There is no Pixma here. Even so the system-config-printer continued and I 
could select my printer and managed to print a test page.

Here is the system-config-printer version:
dpkg -l | grep system-config-printer
ii  system-config-printer-common  1.4.2+20130920-0ubuntu1.2 
  all  Printer configuration GUI
ii  system-config-printer-gnome   1.4.2+20130920-0ubuntu1.2 
  all  Printer configuration GUI
ii  system-config-printer-udev1.4.2+20130920-0ubuntu1.2 
  amd64Printer auto-configuration facility based on udev

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

Status in “gnome-control-center” package in Ubuntu:
  Invalid
Status in “gutenprint” package in Ubuntu:
  Fix Released
Status in “system-config-printer” package in Ubuntu:
  Fix Released
Status in “gnome-control-center” source package in Saucy:
  Invalid
Status in “gutenprint” source package in Saucy:
  Triaged
Status in “system-config-printer” source package in Saucy:
  Fix Released

Bug description:
  Installing driver for Canon MP160 has worked perfectly from 12.04 to
  13.04, but not anymore in 13.10. The USB printer get detected
  correctly, but when installing the driver via New Printer dialog,
  only gutenprint can be selected and the Installing driver gutenprint
  dialog just gets stuck and nothing happens.

  
  [IMPACT]

  High, as if locally unsupported printers cause a driver download from
  OpenPrinting the download ends in an infinite loop and cannot be
  cancelled due to a crashed user interaction thread, blocking system-
  config-printer completely not allowing a manual setup of the printer.

  [TESTCASE]

  In a terminal window run the commands

  cd /usr/share/system-config-printer/
  python newprinter.py --setup-printer=file:/tmp/printout 
--devid='MFG:Canon;MDL:MP160;'

  Accept to download the offered Gutenprint driver and enter your
  password when you get asked for it. The download and installation of
  the Gutenprint package from OpenPrinting will take place and right
  after that, before closing the progress pop-up, system-config-printer
  will freeze.

  In the terminal output of above commands you can see a crash of one
  thread:

  --
  Traceback (most recent call last):
File /usr/share/system-config-printer/newprinter.py, line 3676, in 
on_tvNPDownloadableDrivers_cursor_changed
  iter = model.get_iter (path)
File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 810, in 
get_iter
  path = self._coerce_path(path)
File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 785, in 
_coerce_path
  return TreePath(path)
File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 1135, in 
__new__
  path = :.join(str(val) for val in path)
  TypeError: 'NoneType' object is not iterable
  --

  Due to this task you cannot get out of the printer setup wizard by
  clicking Cancel.

  With the proposed system-config-printer package neither the crash nor
  the freeze will happen and both setting up the printer with the
  package from OpenPrinting and canceling the OpenPrinting download and
  after that setting up the printer manually will work.

  [Regression Potential]

  None, as the patch is trivial

  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu44
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Tue Nov  5 22:10:02 2013
  InstallationDate: Installed on 2013-10-20 (16 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager  0.9.7-0ubuntu4
   deja-dup  27.3.1-0ubuntu1
   gnome-control-center-datetime 

[Desktop-packages] [Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-01-24 Thread Launchpad Bug Tracker
This bug was fixed in the package system-config-printer -
1.4.2+20130920-0ubuntu1.2

---
system-config-printer (1.4.2+20130920-0ubuntu1.2) saucy-proposed; urgency=low

  * 
debian/patches/43_newprinter-fix-crash-and-infinite-loop-at-driver-download.patch:
Fixed a crash and an infinite loop which happens when it comes to a drivcer
download from OpenPrinting (LP: #1248303).
 -- Till Kamppeter till.kamppe...@gmail.com   Fri, 10 Jan 2014 13:20:12 +0100

** Changed in: system-config-printer (Ubuntu Saucy)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gutenprint in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

Status in “gnome-control-center” package in Ubuntu:
  Invalid
Status in “gutenprint” package in Ubuntu:
  Fix Released
Status in “system-config-printer” package in Ubuntu:
  Fix Released
Status in “gnome-control-center” source package in Saucy:
  Invalid
Status in “gutenprint” source package in Saucy:
  Triaged
Status in “system-config-printer” source package in Saucy:
  Fix Released

Bug description:
  Installing driver for Canon MP160 has worked perfectly from 12.04 to
  13.04, but not anymore in 13.10. The USB printer get detected
  correctly, but when installing the driver via New Printer dialog,
  only gutenprint can be selected and the Installing driver gutenprint
  dialog just gets stuck and nothing happens.

  
  [IMPACT]

  High, as if locally unsupported printers cause a driver download from
  OpenPrinting the download ends in an infinite loop and cannot be
  cancelled due to a crashed user interaction thread, blocking system-
  config-printer completely not allowing a manual setup of the printer.

  [TESTCASE]

  In a terminal window run the commands

  cd /usr/share/system-config-printer/
  python newprinter.py --setup-printer=file:/tmp/printout 
--devid='MFG:Canon;MDL:MP160;'

  Accept to download the offered Gutenprint driver and enter your
  password when you get asked for it. The download and installation of
  the Gutenprint package from OpenPrinting will take place and right
  after that, before closing the progress pop-up, system-config-printer
  will freeze.

  In the terminal output of above commands you can see a crash of one
  thread:

  --
  Traceback (most recent call last):
File /usr/share/system-config-printer/newprinter.py, line 3676, in 
on_tvNPDownloadableDrivers_cursor_changed
  iter = model.get_iter (path)
File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 810, in 
get_iter
  path = self._coerce_path(path)
File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 785, in 
_coerce_path
  return TreePath(path)
File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 1135, in 
__new__
  path = :.join(str(val) for val in path)
  TypeError: 'NoneType' object is not iterable
  --

  Due to this task you cannot get out of the printer setup wizard by
  clicking Cancel.

  With the proposed system-config-printer package neither the crash nor
  the freeze will happen and both setting up the printer with the
  package from OpenPrinting and canceling the OpenPrinting download and
  after that setting up the printer manually will work.

  [Regression Potential]

  None, as the patch is trivial

  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu44
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Tue Nov  5 22:10:02 2013
  InstallationDate: Installed on 2013-10-20 (16 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager  0.9.7-0ubuntu4
   deja-dup  27.3.1-0ubuntu1
   gnome-control-center-datetime 13.10.0+13.10.20131016.2-0ubuntu1
   gnome-control-center-signon   0.1.7~+13.10.20130724.1-0ubuntu1
   gnome-control-center-unity1.3+13.10.20131004-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

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


[Desktop-packages] [Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-01-18 Thread Jussi Lind
The fix is verified in Saucy. I was able to install Canon MP160 and
print a test page without any problems.

$ dpkg -l | grep system-config-printer
ii  system-config-printer-common  1.4.2+20130920-0ubuntu1.2 
 all  Printer configuration GUI
ii  system-config-printer-gnome   1.4.2+20130920-0ubuntu1.2 
 all  Printer configuration GUI
ii  system-config-printer-udev1.4.2+20130920-0ubuntu1.2 
 amd64Printer auto-configuration facility based on udev


** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gutenprint in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

Status in “gnome-control-center” package in Ubuntu:
  Invalid
Status in “gutenprint” package in Ubuntu:
  Fix Released
Status in “system-config-printer” package in Ubuntu:
  Fix Released
Status in “gnome-control-center” source package in Saucy:
  Invalid
Status in “gutenprint” source package in Saucy:
  Triaged
Status in “system-config-printer” source package in Saucy:
  Fix Committed

Bug description:
  Installing driver for Canon MP160 has worked perfectly from 12.04 to
  13.04, but not anymore in 13.10. The USB printer get detected
  correctly, but when installing the driver via New Printer dialog,
  only gutenprint can be selected and the Installing driver gutenprint
  dialog just gets stuck and nothing happens.

  
  [IMPACT]

  High, as if locally unsupported printers cause a driver download from
  OpenPrinting the download ends in an infinite loop and cannot be
  cancelled due to a crashed user interaction thread, blocking system-
  config-printer completely not allowing a manual setup of the printer.

  [TESTCASE]

  In a terminal window run the commands

  cd /usr/share/system-config-printer/
  python newprinter.py --setup-printer=file:/tmp/printout 
--devid='MFG:Canon;MDL:MP160;'

  Accept to download the offered Gutenprint driver and enter your
  password when you get asked for it. The download and installation of
  the Gutenprint package from OpenPrinting will take place and right
  after that, before closing the progress pop-up, system-config-printer
  will freeze.

  In the terminal output of above commands you can see a crash of one
  thread:

  --
  Traceback (most recent call last):
File /usr/share/system-config-printer/newprinter.py, line 3676, in 
on_tvNPDownloadableDrivers_cursor_changed
  iter = model.get_iter (path)
File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 810, in 
get_iter
  path = self._coerce_path(path)
File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 785, in 
_coerce_path
  return TreePath(path)
File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 1135, in 
__new__
  path = :.join(str(val) for val in path)
  TypeError: 'NoneType' object is not iterable
  --

  Due to this task you cannot get out of the printer setup wizard by
  clicking Cancel.

  With the proposed system-config-printer package neither the crash nor
  the freeze will happen and both setting up the printer with the
  package from OpenPrinting and canceling the OpenPrinting download and
  after that setting up the printer manually will work.

  [Regression Potential]

  None, as the patch is trivial

  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu44
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Tue Nov  5 22:10:02 2013
  InstallationDate: Installed on 2013-10-20 (16 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager  0.9.7-0ubuntu4
   deja-dup  27.3.1-0ubuntu1
   gnome-control-center-datetime 13.10.0+13.10.20131016.2-0ubuntu1
   gnome-control-center-signon   0.1.7~+13.10.20130724.1-0ubuntu1
   gnome-control-center-unity1.3+13.10.20131004-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

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


[Desktop-packages] [Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-01-16 Thread Brian Murray
Hello Jussi, or anyone else affected,

Accepted system-config-printer into saucy-proposed. The package will
build now and be available at http://launchpad.net/ubuntu/+source
/system-config-printer/1.4.2+20130920-0ubuntu1.2 in a few hours, and
then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gutenprint in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

Status in “gnome-control-center” package in Ubuntu:
  Invalid
Status in “gutenprint” package in Ubuntu:
  Fix Released
Status in “system-config-printer” package in Ubuntu:
  Fix Released
Status in “gnome-control-center” source package in Saucy:
  Invalid
Status in “gutenprint” source package in Saucy:
  Triaged
Status in “system-config-printer” source package in Saucy:
  Fix Committed

Bug description:
  Installing driver for Canon MP160 has worked perfectly from 12.04 to
  13.04, but not anymore in 13.10. The USB printer get detected
  correctly, but when installing the driver via New Printer dialog,
  only gutenprint can be selected and the Installing driver gutenprint
  dialog just gets stuck and nothing happens.

  
  [IMPACT]

  High, as if locally unsupported printers cause a driver download from
  OpenPrinting the download ends in an infinite loop and cannot be
  cancelled due to a crashed user interaction thread, blocking system-
  config-printer completely not allowing a manual setup of the printer.

  [TESTCASE]

  In a terminal window run the commands

  cd /usr/share/system-config-printer/
  python newprinter.py --setup-printer=file:/tmp/printout 
--devid='MFG:Canon;MDL:MP160;'

  Accept to download the offered Gutenprint driver and enter your
  password when you get asked for it. The download and installation of
  the Gutenprint package from OpenPrinting will take place and right
  after that, before closing the progress pop-up, system-config-printer
  will freeze.

  In the terminal output of above commands you can see a crash of one
  thread:

  --
  Traceback (most recent call last):
File /usr/share/system-config-printer/newprinter.py, line 3676, in 
on_tvNPDownloadableDrivers_cursor_changed
  iter = model.get_iter (path)
File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 810, in 
get_iter
  path = self._coerce_path(path)
File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 785, in 
_coerce_path
  return TreePath(path)
File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 1135, in 
__new__
  path = :.join(str(val) for val in path)
  TypeError: 'NoneType' object is not iterable
  --

  Due to this task you cannot get out of the printer setup wizard by
  clicking Cancel.

  With the proposed system-config-printer package neither the crash nor
  the freeze will happen and both setting up the printer with the
  package from OpenPrinting and canceling the OpenPrinting download and
  after that setting up the printer manually will work.

  [Regression Potential]

  None, as the patch is trivial

  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu44
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Tue Nov  5 22:10:02 2013
  InstallationDate: Installed on 2013-10-20 (16 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager  0.9.7-0ubuntu4
   deja-dup  27.3.1-0ubuntu1
   gnome-control-center-datetime 13.10.0+13.10.20131016.2-0ubuntu1
   gnome-control-center-signon   0.1.7~+13.10.20130724.1-0ubuntu1
   gnome-control-center-unity1.3+13.10.20131004-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

-- 
Mailing list: 

[Desktop-packages] [Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-01-16 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/saucy-proposed/system-config-printer

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gutenprint in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

Status in “gnome-control-center” package in Ubuntu:
  Invalid
Status in “gutenprint” package in Ubuntu:
  Fix Released
Status in “system-config-printer” package in Ubuntu:
  Fix Released
Status in “gnome-control-center” source package in Saucy:
  Invalid
Status in “gutenprint” source package in Saucy:
  Triaged
Status in “system-config-printer” source package in Saucy:
  Fix Committed

Bug description:
  Installing driver for Canon MP160 has worked perfectly from 12.04 to
  13.04, but not anymore in 13.10. The USB printer get detected
  correctly, but when installing the driver via New Printer dialog,
  only gutenprint can be selected and the Installing driver gutenprint
  dialog just gets stuck and nothing happens.

  
  [IMPACT]

  High, as if locally unsupported printers cause a driver download from
  OpenPrinting the download ends in an infinite loop and cannot be
  cancelled due to a crashed user interaction thread, blocking system-
  config-printer completely not allowing a manual setup of the printer.

  [TESTCASE]

  In a terminal window run the commands

  cd /usr/share/system-config-printer/
  python newprinter.py --setup-printer=file:/tmp/printout 
--devid='MFG:Canon;MDL:MP160;'

  Accept to download the offered Gutenprint driver and enter your
  password when you get asked for it. The download and installation of
  the Gutenprint package from OpenPrinting will take place and right
  after that, before closing the progress pop-up, system-config-printer
  will freeze.

  In the terminal output of above commands you can see a crash of one
  thread:

  --
  Traceback (most recent call last):
File /usr/share/system-config-printer/newprinter.py, line 3676, in 
on_tvNPDownloadableDrivers_cursor_changed
  iter = model.get_iter (path)
File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 810, in 
get_iter
  path = self._coerce_path(path)
File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 785, in 
_coerce_path
  return TreePath(path)
File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 1135, in 
__new__
  path = :.join(str(val) for val in path)
  TypeError: 'NoneType' object is not iterable
  --

  Due to this task you cannot get out of the printer setup wizard by
  clicking Cancel.

  With the proposed system-config-printer package neither the crash nor
  the freeze will happen and both setting up the printer with the
  package from OpenPrinting and canceling the OpenPrinting download and
  after that setting up the printer manually will work.

  [Regression Potential]

  None, as the patch is trivial

  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu44
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Tue Nov  5 22:10:02 2013
  InstallationDate: Installed on 2013-10-20 (16 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager  0.9.7-0ubuntu4
   deja-dup  27.3.1-0ubuntu1
   gnome-control-center-datetime 13.10.0+13.10.20131016.2-0ubuntu1
   gnome-control-center-signon   0.1.7~+13.10.20130724.1-0ubuntu1
   gnome-control-center-unity1.3+13.10.20131004-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

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


[Desktop-packages] [Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-01-10 Thread Till Kamppeter
** Description changed:

  Installing driver for Canon MP160 has worked perfectly from 12.04 to
  13.04, but not anymore in 13.10. The USB printer get detected correctly,
  but when installing the driver via New Printer dialog, only gutenprint
  can be selected and the Installing driver gutenprint dialog just gets
  stuck and nothing happens.
+ 
+ 
+ [IMPACT]
+ 
+ High, as if locally unsupported printers cause a driver download from
+ OpenPrinting the download ends in an infinite loop and cannot be
+ cancelled due to a crashed user interaction thread, blocking system-
+ config-printer completely not allowing a manual setup of the printer.
+ 
+ [TESTCASE]
+ 
+ In a terminal window run the commands
+ 
+ cd /usr/share/system-config-printer/
+ python newprinter.py --setup-printer=file:/tmp/printout 
--devid='MFG:Canon;MDL:MP160;'
+ 
+ Accept to download the offered Gutenprint driver and enter your password
+ when you get asked for it. The download and installation of the
+ Gutenprint package from OpenPrinting will take place and right after
+ that, before closing the progress pop-up, system-config-printer will
+ freeze.
+ 
+ In the terminal output of above commands you can see a crash of one
+ thread:
+ 
+ --
+ Traceback (most recent call last):
+   File /usr/share/system-config-printer/newprinter.py, line 3676, in 
on_tvNPDownloadableDrivers_cursor_changed
+ iter = model.get_iter (path)
+   File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 810, in 
get_iter
+ path = self._coerce_path(path)
+   File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 785, in 
_coerce_path
+ return TreePath(path)
+   File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 1135, in 
__new__
+ path = :.join(str(val) for val in path)
+ TypeError: 'NoneType' object is not iterable
+ --
+ 
+ Due to this task you cannot get out of the printer setup wizard by
+ clicking Cancel.
+ 
+ With the proposed system-config-printer package neither the crash nor
+ the freeze will happen and both setting up the printer with the package
+ from OpenPrinting and canceling the OpenPrinting download and after that
+ setting up the printer manually will work.
+ 
+ [Regression Potential]
+ 
+ None, as the patch is trivial
+ 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu44
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Tue Nov  5 22:10:02 2013
  InstallationDate: Installed on 2013-10-20 (16 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
-  activity-log-manager  0.9.7-0ubuntu4
-  deja-dup  27.3.1-0ubuntu1
-  gnome-control-center-datetime 13.10.0+13.10.20131016.2-0ubuntu1
-  gnome-control-center-signon   0.1.7~+13.10.20130724.1-0ubuntu1
-  gnome-control-center-unity1.3+13.10.20131004-0ubuntu1
+  activity-log-manager  0.9.7-0ubuntu4
+  deja-dup  27.3.1-0ubuntu1
+  gnome-control-center-datetime 13.10.0+13.10.20131016.2-0ubuntu1
+  gnome-control-center-signon   0.1.7~+13.10.20130724.1-0ubuntu1
+  gnome-control-center-unity1.3+13.10.20131004-0ubuntu1

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

Status in “gnome-control-center” package in Ubuntu:
  Invalid
Status in “gutenprint” package in Ubuntu:
  Fix Released
Status in “system-config-printer” package in Ubuntu:
  Fix Released
Status in “gnome-control-center” source package in Saucy:
  Invalid
Status in “gutenprint” source package in Saucy:
  New
Status in “system-config-printer” source package in Saucy:
  Fix Committed

Bug description:
  Installing driver for Canon MP160 has worked perfectly from 12.04 to
  13.04, but not anymore in 13.10. The USB printer get detected
  correctly, but when installing the driver via New Printer dialog,
  only gutenprint can be selected and the Installing driver gutenprint
  dialog just gets stuck and nothing happens.

  
  [IMPACT]

  High, as if locally unsupported printers cause a driver download from
  OpenPrinting the download ends in an infinite loop and cannot be
  cancelled due to a crashed user interaction thread, blocking system-
  config-printer completely not allowing a manual setup of the printer.

  [TESTCASE]

  In a terminal window run the commands

  cd /usr/share/system-config-printer/
  python newprinter.py --setup-printer=file:/tmp/printout 
--devid='MFG:Canon;MDL:MP160;'

  Accept to download the offered Gutenprint driver and enter your
  password when you get asked 

[Desktop-packages] [Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-01-10 Thread Till Kamppeter
I have uploaded the fix on system-config-printer for Ubuntu Saucy
(13.10) now into the saucy-proposed repository. As soon as it gets
approved instructions for testing the fix get posted here. Please test
the package and report back here as this is required to make the update
an official update for everyone using Saucy.

To the SRU team: debdiff attached.

** Patch added: 
system-config-printer_1.4.2+20130920-0ubuntu1.1_1.4.2+20130920-0ubuntu1.2.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/gutenprint/+bug/1248303/+attachment/3945352/+files/system-config-printer_1.4.2%2B20130920-0ubuntu1.1_1.4.2%2B20130920-0ubuntu1.2.debdiff

** Also affects: gutenprint (Ubuntu Saucy)
   Importance: Undecided
   Status: New

** Also affects: system-config-printer (Ubuntu Saucy)
   Importance: Undecided
   Status: New

** Also affects: gnome-control-center (Ubuntu Saucy)
   Importance: Undecided
   Status: New

** Changed in: gnome-control-center (Ubuntu Saucy)
   Status: New = Invalid

** Changed in: system-config-printer (Ubuntu Saucy)
   Status: New = Fix Committed

** Changed in: system-config-printer (Ubuntu Saucy)
   Importance: Undecided = High

** Changed in: gutenprint (Ubuntu Saucy)
   Importance: Undecided = Low

** Changed in: system-config-printer (Ubuntu)
   Importance: Low = High

** Changed in: system-config-printer (Ubuntu Saucy)
 Assignee: (unassigned) = Till Kamppeter (till-kamppeter)

** Changed in: system-config-printer (Ubuntu Saucy)
Milestone: None = saucy-updates

** Changed in: gutenprint (Ubuntu Saucy)
Milestone: None = saucy-updates

** Changed in: gutenprint (Ubuntu Saucy)
 Assignee: (unassigned) = Till Kamppeter (till-kamppeter)

** Changed in: gutenprint (Ubuntu Saucy)
   Status: New = Triaged

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

Status in “gnome-control-center” package in Ubuntu:
  Invalid
Status in “gutenprint” package in Ubuntu:
  Fix Released
Status in “system-config-printer” package in Ubuntu:
  Fix Released
Status in “gnome-control-center” source package in Saucy:
  Invalid
Status in “gutenprint” source package in Saucy:
  Triaged
Status in “system-config-printer” source package in Saucy:
  Fix Committed

Bug description:
  Installing driver for Canon MP160 has worked perfectly from 12.04 to
  13.04, but not anymore in 13.10. The USB printer get detected
  correctly, but when installing the driver via New Printer dialog,
  only gutenprint can be selected and the Installing driver gutenprint
  dialog just gets stuck and nothing happens.

  
  [IMPACT]

  High, as if locally unsupported printers cause a driver download from
  OpenPrinting the download ends in an infinite loop and cannot be
  cancelled due to a crashed user interaction thread, blocking system-
  config-printer completely not allowing a manual setup of the printer.

  [TESTCASE]

  In a terminal window run the commands

  cd /usr/share/system-config-printer/
  python newprinter.py --setup-printer=file:/tmp/printout 
--devid='MFG:Canon;MDL:MP160;'

  Accept to download the offered Gutenprint driver and enter your
  password when you get asked for it. The download and installation of
  the Gutenprint package from OpenPrinting will take place and right
  after that, before closing the progress pop-up, system-config-printer
  will freeze.

  In the terminal output of above commands you can see a crash of one
  thread:

  --
  Traceback (most recent call last):
File /usr/share/system-config-printer/newprinter.py, line 3676, in 
on_tvNPDownloadableDrivers_cursor_changed
  iter = model.get_iter (path)
File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 810, in 
get_iter
  path = self._coerce_path(path)
File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 785, in 
_coerce_path
  return TreePath(path)
File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 1135, in 
__new__
  path = :.join(str(val) for val in path)
  TypeError: 'NoneType' object is not iterable
  --

  Due to this task you cannot get out of the printer setup wizard by
  clicking Cancel.

  With the proposed system-config-printer package neither the crash nor
  the freeze will happen and both setting up the printer with the
  package from OpenPrinting and canceling the OpenPrinting download and
  after that setting up the printer manually will work.

  [Regression Potential]

  None, as the patch is trivial

  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu44
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Tue Nov  5 22:10:02 2013
  InstallationDate: Installed on 2013-10-20 

[Desktop-packages] [Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-01-09 Thread Till Kamppeter
Jussi, thank you very much for the testing.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

Status in “gnome-control-center” package in Ubuntu:
  Invalid
Status in “gutenprint” package in Ubuntu:
  Fix Released
Status in “system-config-printer” package in Ubuntu:
  Fix Released

Bug description:
  Installing driver for Canon MP160 has worked perfectly from 12.04 to
  13.04, but not anymore in 13.10. The USB printer get detected
  correctly, but when installing the driver via New Printer dialog,
  only gutenprint can be selected and the Installing driver gutenprint
  dialog just gets stuck and nothing happens.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu44
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Tue Nov  5 22:10:02 2013
  InstallationDate: Installed on 2013-10-20 (16 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager  0.9.7-0ubuntu4
   deja-dup  27.3.1-0ubuntu1
   gnome-control-center-datetime 13.10.0+13.10.20131016.2-0ubuntu1
   gnome-control-center-signon   0.1.7~+13.10.20130724.1-0ubuntu1
   gnome-control-center-unity1.3+13.10.20131004-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

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


[Desktop-packages] [Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-01-08 Thread Jussi Lind
I have now verified that the released fix works now in the current
development version of Trusty. Awesome! :)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

Status in “gnome-control-center” package in Ubuntu:
  Invalid
Status in “gutenprint” package in Ubuntu:
  Fix Released
Status in “system-config-printer” package in Ubuntu:
  Fix Released

Bug description:
  Installing driver for Canon MP160 has worked perfectly from 12.04 to
  13.04, but not anymore in 13.10. The USB printer get detected
  correctly, but when installing the driver via New Printer dialog,
  only gutenprint can be selected and the Installing driver gutenprint
  dialog just gets stuck and nothing happens.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu44
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Tue Nov  5 22:10:02 2013
  InstallationDate: Installed on 2013-10-20 (16 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager  0.9.7-0ubuntu4
   deja-dup  27.3.1-0ubuntu1
   gnome-control-center-datetime 13.10.0+13.10.20131016.2-0ubuntu1
   gnome-control-center-signon   0.1.7~+13.10.20130724.1-0ubuntu1
   gnome-control-center-unity1.3+13.10.20131004-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

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


[Desktop-packages] [Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-01-07 Thread Launchpad Bug Tracker
This bug was fixed in the package gutenprint - 5.2.9-1ubuntu3

---
gutenprint (5.2.9-1ubuntu3) trusty; urgency=low

  * debian/patches/added-device-ids.patch: Added the device IDs for some Canon
printers from the upstream repository, to more reliably auto-assign the
Gutenprint drivers to these printers (LP: #1248303).
 -- Till Kamppeter till.kamppe...@gmail.com   Sun,  5 Jan 2014 11:04:48 +0100

** Changed in: gutenprint (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

Status in “gnome-control-center” package in Ubuntu:
  Invalid
Status in “gutenprint” package in Ubuntu:
  Fix Released
Status in “system-config-printer” package in Ubuntu:
  Fix Released

Bug description:
  Installing driver for Canon MP160 has worked perfectly from 12.04 to
  13.04, but not anymore in 13.10. The USB printer get detected
  correctly, but when installing the driver via New Printer dialog,
  only gutenprint can be selected and the Installing driver gutenprint
  dialog just gets stuck and nothing happens.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu44
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Tue Nov  5 22:10:02 2013
  InstallationDate: Installed on 2013-10-20 (16 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager  0.9.7-0ubuntu4
   deja-dup  27.3.1-0ubuntu1
   gnome-control-center-datetime 13.10.0+13.10.20131016.2-0ubuntu1
   gnome-control-center-signon   0.1.7~+13.10.20130724.1-0ubuntu1
   gnome-control-center-unity1.3+13.10.20131004-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

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


[Desktop-packages] [Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-01-05 Thread Till Kamppeter
** Changed in: gutenprint (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

Status in “gnome-control-center” package in Ubuntu:
  Invalid
Status in “gutenprint” package in Ubuntu:
  Fix Committed
Status in “system-config-printer” package in Ubuntu:
  Fix Released

Bug description:
  Installing driver for Canon MP160 has worked perfectly from 12.04 to
  13.04, but not anymore in 13.10. The USB printer get detected
  correctly, but when installing the driver via New Printer dialog,
  only gutenprint can be selected and the Installing driver gutenprint
  dialog just gets stuck and nothing happens.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu44
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Tue Nov  5 22:10:02 2013
  InstallationDate: Installed on 2013-10-20 (16 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager  0.9.7-0ubuntu4
   deja-dup  27.3.1-0ubuntu1
   gnome-control-center-datetime 13.10.0+13.10.20131016.2-0ubuntu1
   gnome-control-center-signon   0.1.7~+13.10.20130724.1-0ubuntu1
   gnome-control-center-unity1.3+13.10.20131004-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

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


[Desktop-packages] [Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-01-04 Thread Jussi Lind
Attached the log as requested in #11.


** Attachment added: Log from system-config-printer --debug when interrupted 
with CTRL-C
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+attachment/3940381/+files/log.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

Status in “gnome-control-center” package in Ubuntu:
  Incomplete
Status in “system-config-printer” package in Ubuntu:
  Incomplete

Bug description:
  Installing driver for Canon MP160 has worked perfectly from 12.04 to
  13.04, but not anymore in 13.10. The USB printer get detected
  correctly, but when installing the driver via New Printer dialog,
  only gutenprint can be selected and the Installing driver gutenprint
  dialog just gets stuck and nothing happens.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu44
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Tue Nov  5 22:10:02 2013
  InstallationDate: Installed on 2013-10-20 (16 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager  0.9.7-0ubuntu4
   deja-dup  27.3.1-0ubuntu1
   gnome-control-center-datetime 13.10.0+13.10.20131016.2-0ubuntu1
   gnome-control-center-signon   0.1.7~+13.10.20130724.1-0ubuntu1
   gnome-control-center-unity1.3+13.10.20131004-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

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


[Desktop-packages] [Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-01-04 Thread Till Kamppeter
Jussi, thank you very much.

I have discovered the following problems:

1. Infinite loop in system-config-printer. I have prepared a patch and
will soon make it available.

2. Your printer's ID does not match the ID in the current Gutenprint
driver which comes with Ubuntu, leading system=config-printer to search
on the OpenPrinting web site.

3. A bug on the OpenPrinting web site makes an old version of Gutenprint
being downloaded. This version does not actually support your printer.

Can you please tell which model name for your printer is written onto
the printer itself, its packaging, and/or its manual? Is it something
like Canon Pixma MP160, Canon MultiPass MP160, or simply Canon
MP160?

You should be able to make your printer working by clicking Cancel
when you get offered a driver download and then manually assign the
make/model/driver Canon PIXMA MP160 - CUPS+Gutenprint v5.2.9 to it.
Can you try that and tell whether this solves your problem?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

Status in “gnome-control-center” package in Ubuntu:
  Incomplete
Status in “system-config-printer” package in Ubuntu:
  Incomplete

Bug description:
  Installing driver for Canon MP160 has worked perfectly from 12.04 to
  13.04, but not anymore in 13.10. The USB printer get detected
  correctly, but when installing the driver via New Printer dialog,
  only gutenprint can be selected and the Installing driver gutenprint
  dialog just gets stuck and nothing happens.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu44
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Tue Nov  5 22:10:02 2013
  InstallationDate: Installed on 2013-10-20 (16 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager  0.9.7-0ubuntu4
   deja-dup  27.3.1-0ubuntu1
   gnome-control-center-datetime 13.10.0+13.10.20131016.2-0ubuntu1
   gnome-control-center-signon   0.1.7~+13.10.20130724.1-0ubuntu1
   gnome-control-center-unity1.3+13.10.20131004-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

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


[Desktop-packages] [Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-01-04 Thread Jussi Lind
On the printer it reads simply MP160, but there's a separate Pixma logo,
so it must be Canon Pixma MP160.

And yes, I'm able to make the printer work if I configure it manually. I
only recently figured out that one actually CAN configure the printer
manually. It's a bit confusing since system-config-printer auto detects
MP160 so of course the user always selects that entry, resulting in this
bug :)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

Status in “gnome-control-center” package in Ubuntu:
  Invalid
Status in “system-config-printer” package in Ubuntu:
  Incomplete

Bug description:
  Installing driver for Canon MP160 has worked perfectly from 12.04 to
  13.04, but not anymore in 13.10. The USB printer get detected
  correctly, but when installing the driver via New Printer dialog,
  only gutenprint can be selected and the Installing driver gutenprint
  dialog just gets stuck and nothing happens.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu44
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Tue Nov  5 22:10:02 2013
  InstallationDate: Installed on 2013-10-20 (16 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager  0.9.7-0ubuntu4
   deja-dup  27.3.1-0ubuntu1
   gnome-control-center-datetime 13.10.0+13.10.20131016.2-0ubuntu1
   gnome-control-center-signon   0.1.7~+13.10.20130724.1-0ubuntu1
   gnome-control-center-unity1.3+13.10.20131004-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

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


[Desktop-packages] [Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-01-04 Thread Jussi Lind
A clarification to my previous comment: clicking Cancel does nothing,
but in my case I can select also Gutenprint USB printer #2 instead of
Canon MP160, which triggers the manual configuring flow.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

Status in “gnome-control-center” package in Ubuntu:
  Invalid
Status in “system-config-printer” package in Ubuntu:
  Incomplete

Bug description:
  Installing driver for Canon MP160 has worked perfectly from 12.04 to
  13.04, but not anymore in 13.10. The USB printer get detected
  correctly, but when installing the driver via New Printer dialog,
  only gutenprint can be selected and the Installing driver gutenprint
  dialog just gets stuck and nothing happens.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu44
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Tue Nov  5 22:10:02 2013
  InstallationDate: Installed on 2013-10-20 (16 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager  0.9.7-0ubuntu4
   deja-dup  27.3.1-0ubuntu1
   gnome-control-center-datetime 13.10.0+13.10.20131016.2-0ubuntu1
   gnome-control-center-signon   0.1.7~+13.10.20130724.1-0ubuntu1
   gnome-control-center-unity1.3+13.10.20131004-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

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


[Desktop-packages] [Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-01-04 Thread Till Kamppeter
Jussi, thank you. The Cancel does not work because the thread for the
interactive control is crashing. This is also covered by my patch.

** Also affects: gutenprint (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: gutenprint (Ubuntu)
 Assignee: (unassigned) = Till Kamppeter (till-kamppeter)

** Changed in: gutenprint (Ubuntu)
   Importance: Undecided = Low

** Changed in: gutenprint (Ubuntu)
   Status: New = Confirmed

** Changed in: system-config-printer (Ubuntu)
   Status: Incomplete = Confirmed

** Changed in: system-config-printer (Ubuntu)
   Status: Confirmed = Triaged

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

Status in “gnome-control-center” package in Ubuntu:
  Invalid
Status in “gutenprint” package in Ubuntu:
  Confirmed
Status in “system-config-printer” package in Ubuntu:
  Triaged

Bug description:
  Installing driver for Canon MP160 has worked perfectly from 12.04 to
  13.04, but not anymore in 13.10. The USB printer get detected
  correctly, but when installing the driver via New Printer dialog,
  only gutenprint can be selected and the Installing driver gutenprint
  dialog just gets stuck and nothing happens.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu44
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Tue Nov  5 22:10:02 2013
  InstallationDate: Installed on 2013-10-20 (16 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager  0.9.7-0ubuntu4
   deja-dup  27.3.1-0ubuntu1
   gnome-control-center-datetime 13.10.0+13.10.20131016.2-0ubuntu1
   gnome-control-center-signon   0.1.7~+13.10.20130724.1-0ubuntu1
   gnome-control-center-unity1.3+13.10.20131004-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

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


[Desktop-packages] [Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-01-04 Thread Till Kamppeter
Added Gutenprint task as the device ID for the MP160 needs to get
corrected in Gutenprint.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

Status in “gnome-control-center” package in Ubuntu:
  Invalid
Status in “gutenprint” package in Ubuntu:
  Confirmed
Status in “system-config-printer” package in Ubuntu:
  Triaged

Bug description:
  Installing driver for Canon MP160 has worked perfectly from 12.04 to
  13.04, but not anymore in 13.10. The USB printer get detected
  correctly, but when installing the driver via New Printer dialog,
  only gutenprint can be selected and the Installing driver gutenprint
  dialog just gets stuck and nothing happens.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu44
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Tue Nov  5 22:10:02 2013
  InstallationDate: Installed on 2013-10-20 (16 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager  0.9.7-0ubuntu4
   deja-dup  27.3.1-0ubuntu1
   gnome-control-center-datetime 13.10.0+13.10.20131016.2-0ubuntu1
   gnome-control-center-signon   0.1.7~+13.10.20130724.1-0ubuntu1
   gnome-control-center-unity1.3+13.10.20131004-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

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


[Desktop-packages] [Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-01-04 Thread Till Kamppeter
** Changed in: system-config-printer (Ubuntu)
   Status: Triaged = Fix Committed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

Status in “gnome-control-center” package in Ubuntu:
  Invalid
Status in “gutenprint” package in Ubuntu:
  Confirmed
Status in “system-config-printer” package in Ubuntu:
  Fix Committed

Bug description:
  Installing driver for Canon MP160 has worked perfectly from 12.04 to
  13.04, but not anymore in 13.10. The USB printer get detected
  correctly, but when installing the driver via New Printer dialog,
  only gutenprint can be selected and the Installing driver gutenprint
  dialog just gets stuck and nothing happens.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu44
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Tue Nov  5 22:10:02 2013
  InstallationDate: Installed on 2013-10-20 (16 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager  0.9.7-0ubuntu4
   deja-dup  27.3.1-0ubuntu1
   gnome-control-center-datetime 13.10.0+13.10.20131016.2-0ubuntu1
   gnome-control-center-signon   0.1.7~+13.10.20130724.1-0ubuntu1
   gnome-control-center-unity1.3+13.10.20131004-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

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


[Desktop-packages] [Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-01-04 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/system-config-printer

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

Status in “gnome-control-center” package in Ubuntu:
  Invalid
Status in “gutenprint” package in Ubuntu:
  Confirmed
Status in “system-config-printer” package in Ubuntu:
  Fix Committed

Bug description:
  Installing driver for Canon MP160 has worked perfectly from 12.04 to
  13.04, but not anymore in 13.10. The USB printer get detected
  correctly, but when installing the driver via New Printer dialog,
  only gutenprint can be selected and the Installing driver gutenprint
  dialog just gets stuck and nothing happens.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu44
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Tue Nov  5 22:10:02 2013
  InstallationDate: Installed on 2013-10-20 (16 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager  0.9.7-0ubuntu4
   deja-dup  27.3.1-0ubuntu1
   gnome-control-center-datetime 13.10.0+13.10.20131016.2-0ubuntu1
   gnome-control-center-signon   0.1.7~+13.10.20130724.1-0ubuntu1
   gnome-control-center-unity1.3+13.10.20131004-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

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


[Desktop-packages] [Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-01-04 Thread Launchpad Bug Tracker
This bug was fixed in the package system-config-printer -
1.4.2+20130920-0ubuntu3

---
system-config-printer (1.4.2+20130920-0ubuntu3) trusty; urgency=low

  * 
debian/patches/43_newprinter-fix-crash-and-infinite-loop-at-driver-download.patch:
Fixed a crash and an infinite loop which happens when it comes to a drivcer
download from OpenPrinting (LP: #1248303).
 -- Till Kamppeter till.kamppe...@gmail.com   Sat,  4 Jan 2014 20:47:12 +0100

** Changed in: system-config-printer (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

Status in “gnome-control-center” package in Ubuntu:
  Invalid
Status in “gutenprint” package in Ubuntu:
  Confirmed
Status in “system-config-printer” package in Ubuntu:
  Fix Released

Bug description:
  Installing driver for Canon MP160 has worked perfectly from 12.04 to
  13.04, but not anymore in 13.10. The USB printer get detected
  correctly, but when installing the driver via New Printer dialog,
  only gutenprint can be selected and the Installing driver gutenprint
  dialog just gets stuck and nothing happens.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu44
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Tue Nov  5 22:10:02 2013
  InstallationDate: Installed on 2013-10-20 (16 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager  0.9.7-0ubuntu4
   deja-dup  27.3.1-0ubuntu1
   gnome-control-center-datetime 13.10.0+13.10.20131016.2-0ubuntu1
   gnome-control-center-signon   0.1.7~+13.10.20130724.1-0ubuntu1
   gnome-control-center-unity1.3+13.10.20131004-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

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


[Desktop-packages] [Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-01-04 Thread Till Kamppeter
I have fixed the OpenPrinting web server now so that it delivers the
newer Gutenprint version.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

Status in “gnome-control-center” package in Ubuntu:
  Invalid
Status in “gutenprint” package in Ubuntu:
  Confirmed
Status in “system-config-printer” package in Ubuntu:
  Fix Released

Bug description:
  Installing driver for Canon MP160 has worked perfectly from 12.04 to
  13.04, but not anymore in 13.10. The USB printer get detected
  correctly, but when installing the driver via New Printer dialog,
  only gutenprint can be selected and the Installing driver gutenprint
  dialog just gets stuck and nothing happens.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu44
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Tue Nov  5 22:10:02 2013
  InstallationDate: Installed on 2013-10-20 (16 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager  0.9.7-0ubuntu4
   deja-dup  27.3.1-0ubuntu1
   gnome-control-center-datetime 13.10.0+13.10.20131016.2-0ubuntu1
   gnome-control-center-signon   0.1.7~+13.10.20130724.1-0ubuntu1
   gnome-control-center-unity1.3+13.10.20131004-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

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


[Desktop-packages] [Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-01-04 Thread Till Kamppeter
jussi, can you try a live CD/USB stick of Trusty (14.04) to see whther
the bug is fixed? Please do a complete system update after booting to
catch the fixed system-config-printer.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

Status in “gnome-control-center” package in Ubuntu:
  Invalid
Status in “gutenprint” package in Ubuntu:
  Confirmed
Status in “system-config-printer” package in Ubuntu:
  Fix Released

Bug description:
  Installing driver for Canon MP160 has worked perfectly from 12.04 to
  13.04, but not anymore in 13.10. The USB printer get detected
  correctly, but when installing the driver via New Printer dialog,
  only gutenprint can be selected and the Installing driver gutenprint
  dialog just gets stuck and nothing happens.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu44
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Tue Nov  5 22:10:02 2013
  InstallationDate: Installed on 2013-10-20 (16 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager  0.9.7-0ubuntu4
   deja-dup  27.3.1-0ubuntu1
   gnome-control-center-datetime 13.10.0+13.10.20131016.2-0ubuntu1
   gnome-control-center-signon   0.1.7~+13.10.20130724.1-0ubuntu1
   gnome-control-center-unity1.3+13.10.20131004-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

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


[Desktop-packages] [Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-01-03 Thread Jussi Lind
I updated the bug summary as this problem is not specific to Canon
MP160.


** Summary changed:

- Regression: cannot install driver for Canon MP160
+ Regression: installing gutenprint printer driver fails

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

Status in “gnome-control-center” package in Ubuntu:
  Incomplete
Status in “system-config-printer” package in Ubuntu:
  Confirmed

Bug description:
  Installing driver for Canon MP160 has worked perfectly from 12.04 to
  13.04, but not anymore in 13.10. The USB printer get detected
  correctly, but when installing the driver via New Printer dialog,
  only gutenprint can be selected and the Installing driver gutenprint
  dialog just gets stuck and nothing happens.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu44
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Tue Nov  5 22:10:02 2013
  InstallationDate: Installed on 2013-10-20 (16 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager  0.9.7-0ubuntu4
   deja-dup  27.3.1-0ubuntu1
   gnome-control-center-datetime 13.10.0+13.10.20131016.2-0ubuntu1
   gnome-control-center-signon   0.1.7~+13.10.20130724.1-0ubuntu1
   gnome-control-center-unity1.3+13.10.20131004-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

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


[Desktop-packages] [Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-01-03 Thread Jussi Lind
I think that this is an (UI?) issue in system-config-printer, because I
was now able to install the driver like this:

1) Start system-config-printer from terminal (I didn't test otherwise)
2) Select your printer from the list once detected and start installing the 
gutenprint driver
3) Hit CTRL-C (possible a couple of times) in the terminal when the installing 
gutenprint dialog gets stuck, select Cancel for the crash report etc
4) Now a New Printer dialog opens in which you can select your printer 
manufacturer and model
5) Choose your printer = Forward = Forward = Apply

The first crash again here:

-- clip --

Traceback (most recent call last):
  File /usr/share/system-config-printer/newprinter.py, line 3678, in 
on_tvNPDownloadableDrivers_cursor_changed
iter = model.get_iter (path)

-- clip --

These are the corresponding lines in the code:

-- clip --

selection = widget.get_selection ()
if selection == None:
return

model, iter = selection.get_selected ()
if not iter:
path, column = widget.get_cursor()
iter = model.get_iter (path)

-- clip --

So in our case widget.get_cursor() returns so that path is None.

I assume that this happens, because the code expects user data from the
New Printer dialog, which is not opened.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

Status in “gnome-control-center” package in Ubuntu:
  Incomplete
Status in “system-config-printer” package in Ubuntu:
  Confirmed

Bug description:
  Installing driver for Canon MP160 has worked perfectly from 12.04 to
  13.04, but not anymore in 13.10. The USB printer get detected
  correctly, but when installing the driver via New Printer dialog,
  only gutenprint can be selected and the Installing driver gutenprint
  dialog just gets stuck and nothing happens.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu44
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Tue Nov  5 22:10:02 2013
  InstallationDate: Installed on 2013-10-20 (16 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager  0.9.7-0ubuntu4
   deja-dup  27.3.1-0ubuntu1
   gnome-control-center-datetime 13.10.0+13.10.20131016.2-0ubuntu1
   gnome-control-center-signon   0.1.7~+13.10.20130724.1-0ubuntu1
   gnome-control-center-unity1.3+13.10.20131004-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

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


[Desktop-packages] [Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-01-03 Thread Till Kamppeter
One remark, to test setup of an arbitrary printer which you do not
actually have, set FileDevice yes in /etc/cups/cups-files.conf,
restart CUPS and then run the commands:

cd /usr/share/system-config-printer/
python newprinter.py --setup-printer=file:/tmp/printout 
--devid='MFG:Canon;MDL:MP160;'

Replace the terms after MFG: and MDL: by manufacturer and model of the
desired printer.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

Status in “gnome-control-center” package in Ubuntu:
  Incomplete
Status in “system-config-printer” package in Ubuntu:
  Incomplete

Bug description:
  Installing driver for Canon MP160 has worked perfectly from 12.04 to
  13.04, but not anymore in 13.10. The USB printer get detected
  correctly, but when installing the driver via New Printer dialog,
  only gutenprint can be selected and the Installing driver gutenprint
  dialog just gets stuck and nothing happens.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu44
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Tue Nov  5 22:10:02 2013
  InstallationDate: Installed on 2013-10-20 (16 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager  0.9.7-0ubuntu4
   deja-dup  27.3.1-0ubuntu1
   gnome-control-center-datetime 13.10.0+13.10.20131016.2-0ubuntu1
   gnome-control-center-signon   0.1.7~+13.10.20130724.1-0ubuntu1
   gnome-control-center-unity1.3+13.10.20131004-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

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


[Desktop-packages] [Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-01-03 Thread Till Kamppeter
For me I get a correct setup if I had a printer named Canon Pixma
MP630 or Canon Pixma MP160, but I can reproduce the problem described
here if I try to set up a Canon MP160. So if the printer identifies
itself as Canon MP160 and not as Canon Pixma MP160, the current
driver (Gutenprint) contains a wrong printer ID:

till@till:~$ lpinfo -m | grep -i MP160
gutenprint.5.2://bjc-MULTIPASS-MP160/expert Canon PIXMA MP160 - CUPS+Gutenprint 
v5.2.9
[...]

If there exist really two different printers, one Canon MP160 and one
Canon Pixma MP160 only the latter is supported by current Gutenprint
and the old Gutenprint version which is wrongly installed here has a
bug.

Jussi, can you remove the print queue(s) for your printer and then run

system-config-printer --debug 21 | tee log.txt

in a terminal window. Try to set up your printer and when it gets stuck,
please stop with Ctrl+C and attach the log.txt file here. Do not
compress the file.

** Changed in: system-config-printer (Ubuntu)
   Status: Confirmed = Incomplete

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

Status in “gnome-control-center” package in Ubuntu:
  Incomplete
Status in “system-config-printer” package in Ubuntu:
  Incomplete

Bug description:
  Installing driver for Canon MP160 has worked perfectly from 12.04 to
  13.04, but not anymore in 13.10. The USB printer get detected
  correctly, but when installing the driver via New Printer dialog,
  only gutenprint can be selected and the Installing driver gutenprint
  dialog just gets stuck and nothing happens.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu44
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Tue Nov  5 22:10:02 2013
  InstallationDate: Installed on 2013-10-20 (16 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager  0.9.7-0ubuntu4
   deja-dup  27.3.1-0ubuntu1
   gnome-control-center-datetime 13.10.0+13.10.20131016.2-0ubuntu1
   gnome-control-center-signon   0.1.7~+13.10.20130724.1-0ubuntu1
   gnome-control-center-unity1.3+13.10.20131004-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

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