[Desktop-packages] [Bug 1043752] Re: software-center crashed with TypeError in call_async(): Don't know which D-Bus type to use to encode type "NoneType"

2013-10-05 Thread Apport retracing service
** Tags added: raring

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

Title:
  software-center crashed with TypeError in call_async(): Don't know
  which D-Bus type to use to encode type "NoneType"

Status in “software-center” package in Ubuntu:
  Fix Released

Bug description:
  Test case:
  - Launch the software-center
  - Double-click on a deb file inside a unicode-named folder (such as "ää")

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: software-center 5.3.9
  ProcVersionSignature: Ubuntu 3.5.0-13.14-generic 3.5.3
  Uname: Linux 3.5.0-13-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.5.1-0ubuntu3
  Architecture: i386
  CrashCounter: 1
  Date: Mon Aug 27 18:56:27 2012
  ExecutablePath: /usr/share/software-center/software-center
  ExecutableTimestamp: 1345734396
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha i386 (20120724.2)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/software-center 
/home/username/İndirilenler/nvidia-current-dev_304.32-0ubuntu4_i386.deb
  ProcCwd: /home/ozgur
  ProcEnviron:
   PATH=(custom, no user)
   LANG=tr_TR.UTF-8
   SHELL=/bin/bash
  PythonArgs: ['/usr/bin/software-center', 
'/home/username/\xc4\xb0ndirilenler/nvidia-current-dev_304.32-0ubuntu4_i386.deb']
  SourcePackage: software-center
  Title: software-center crashed with TypeError in call_async(): Don't know 
which D-Bus type to use to encode type "NoneType"
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1043752/+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 1043752] Re: software-center crashed with TypeError in call_async(): Don't know which D-Bus type to use to encode type "NoneType"

2012-10-09 Thread Launchpad Bug Tracker
This bug was fixed in the package software-center - 5.4.1

---
software-center (5.4.1) quantal; urgency=low

  * lp:~mvo/software-center/lp1043752:
- Fix crash when using a unicode path to open deb file (LP: #1043752)
  * lp:~mvo/software-center/lp1063595:
- add missing "trans" initializations (LP: #1063595)
 -- Michael VogtTue, 09 Oct 2012 09:12:43 +0200

** Changed in: software-center (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  software-center crashed with TypeError in call_async(): Don't know
  which D-Bus type to use to encode type "NoneType"

Status in “software-center” package in Ubuntu:
  Fix Released

Bug description:
  Test case:
  - Launch the software-center
  - Double-click on a deb file inside a unicode-named folder (such as "ää")

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: software-center 5.3.9
  ProcVersionSignature: Ubuntu 3.5.0-13.14-generic 3.5.3
  Uname: Linux 3.5.0-13-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.5.1-0ubuntu3
  Architecture: i386
  CrashCounter: 1
  Date: Mon Aug 27 18:56:27 2012
  ExecutablePath: /usr/share/software-center/software-center
  ExecutableTimestamp: 1345734396
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha i386 (20120724.2)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/software-center 
/home/username/İndirilenler/nvidia-current-dev_304.32-0ubuntu4_i386.deb
  ProcCwd: /home/ozgur
  ProcEnviron:
   PATH=(custom, no user)
   LANG=tr_TR.UTF-8
   SHELL=/bin/bash
  PythonArgs: ['/usr/bin/software-center', 
'/home/username/\xc4\xb0ndirilenler/nvidia-current-dev_304.32-0ubuntu4_i386.deb']
  SourcePackage: software-center
  Title: software-center crashed with TypeError in call_async(): Don't know 
which D-Bus type to use to encode type "NoneType"
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1043752/+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 1043752] Re: software-center crashed with TypeError in call_async(): Don't know which D-Bus type to use to encode type "NoneType"

2012-10-08 Thread Michael Vogt
Ignore my previous comment, its for #1058038

To reproduce this one:
$ mkdir /tmp/äää
$ (cd /tmp/äää ; apt-get download 2vcard)
$ software-center
[wait until its open]
[in a different terminal:
$ software-center /tmp/äää/2vcard*.deb


The attached branch lp:~mvo/software-center/lp1043752 fixes this.

** Changed in: software-center (Ubuntu)
   Status: Confirmed => In Progress

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

Title:
  software-center crashed with TypeError in call_async(): Don't know
  which D-Bus type to use to encode type "NoneType"

Status in “software-center” package in Ubuntu:
  In Progress

Bug description:
  Test case:
  - Launch the software-center
  - Double-click on a deb file inside a unicode-named folder (such as "ää")

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: software-center 5.3.9
  ProcVersionSignature: Ubuntu 3.5.0-13.14-generic 3.5.3
  Uname: Linux 3.5.0-13-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.5.1-0ubuntu3
  Architecture: i386
  CrashCounter: 1
  Date: Mon Aug 27 18:56:27 2012
  ExecutablePath: /usr/share/software-center/software-center
  ExecutableTimestamp: 1345734396
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha i386 (20120724.2)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/software-center 
/home/username/İndirilenler/nvidia-current-dev_304.32-0ubuntu4_i386.deb
  ProcCwd: /home/ozgur
  ProcEnviron:
   PATH=(custom, no user)
   LANG=tr_TR.UTF-8
   SHELL=/bin/bash
  PythonArgs: ['/usr/bin/software-center', 
'/home/username/\xc4\xb0ndirilenler/nvidia-current-dev_304.32-0ubuntu4_i386.deb']
  SourcePackage: software-center
  Title: software-center crashed with TypeError in call_async(): Don't know 
which D-Bus type to use to encode type "NoneType"
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1043752/+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 1043752] Re: software-center crashed with TypeError in call_async(): Don't know which D-Bus type to use to encode type "NoneType"

2012-10-06 Thread Nicolas Delvaux
There are actually 2 bugs.

- LP: #1058038 installation of a def file inside a unicode-named folder crash
- This bug : when double clicking on a deb file inside of a unicode-named 
folder *when software-center is already launched*, an error appears (before 
even clicking on install)

** Description changed:

- I don't know
+ Test case:
+ - Launch the software-center
+ - Double-click on a deb file inside a unicode-named folder (such as "ää")
  
  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: software-center 5.3.9
  ProcVersionSignature: Ubuntu 3.5.0-13.14-generic 3.5.3
  Uname: Linux 3.5.0-13-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.5.1-0ubuntu3
  Architecture: i386
  CrashCounter: 1
  Date: Mon Aug 27 18:56:27 2012
  ExecutablePath: /usr/share/software-center/software-center
  ExecutableTimestamp: 1345734396
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha i386 (20120724.2)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/software-center 
/home/username/İndirilenler/nvidia-current-dev_304.32-0ubuntu4_i386.deb
  ProcCwd: /home/ozgur
  ProcEnviron:
-  PATH=(custom, no user)
-  LANG=tr_TR.UTF-8
-  SHELL=/bin/bash
+  PATH=(custom, no user)
+  LANG=tr_TR.UTF-8
+  SHELL=/bin/bash
  PythonArgs: ['/usr/bin/software-center', 
'/home/username/\xc4\xb0ndirilenler/nvidia-current-dev_304.32-0ubuntu4_i386.deb']
  SourcePackage: software-center
  Title: software-center crashed with TypeError in call_async(): Don't know 
which D-Bus type to use to encode type "NoneType"
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

Title:
  software-center crashed with TypeError in call_async(): Don't know
  which D-Bus type to use to encode type "NoneType"

Status in “software-center” package in Ubuntu:
  Confirmed

Bug description:
  Test case:
  - Launch the software-center
  - Double-click on a deb file inside a unicode-named folder (such as "ää")

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: software-center 5.3.9
  ProcVersionSignature: Ubuntu 3.5.0-13.14-generic 3.5.3
  Uname: Linux 3.5.0-13-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.5.1-0ubuntu3
  Architecture: i386
  CrashCounter: 1
  Date: Mon Aug 27 18:56:27 2012
  ExecutablePath: /usr/share/software-center/software-center
  ExecutableTimestamp: 1345734396
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha i386 (20120724.2)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/software-center 
/home/username/İndirilenler/nvidia-current-dev_304.32-0ubuntu4_i386.deb
  ProcCwd: /home/ozgur
  ProcEnviron:
   PATH=(custom, no user)
   LANG=tr_TR.UTF-8
   SHELL=/bin/bash
  PythonArgs: ['/usr/bin/software-center', 
'/home/username/\xc4\xb0ndirilenler/nvidia-current-dev_304.32-0ubuntu4_i386.deb']
  SourcePackage: software-center
  Title: software-center crashed with TypeError in call_async(): Don't know 
which D-Bus type to use to encode type "NoneType"
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1043752/+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 1043752] Re: software-center crashed with TypeError in call_async(): Don't know which D-Bus type to use to encode type "NoneType"

2012-10-03 Thread Gary Lasker
This one's not actually fixed released as it is still appearing on
errors.ubuntu.com.

** Changed in: software-center (Ubuntu)
   Status: Fix Released => Confirmed

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

Title:
  software-center crashed with TypeError in call_async(): Don't know
  which D-Bus type to use to encode type "NoneType"

Status in “software-center” package in Ubuntu:
  Confirmed

Bug description:
  I don't know

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: software-center 5.3.9
  ProcVersionSignature: Ubuntu 3.5.0-13.14-generic 3.5.3
  Uname: Linux 3.5.0-13-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.5.1-0ubuntu3
  Architecture: i386
  CrashCounter: 1
  Date: Mon Aug 27 18:56:27 2012
  ExecutablePath: /usr/share/software-center/software-center
  ExecutableTimestamp: 1345734396
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha i386 (20120724.2)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/software-center 
/home/username/İndirilenler/nvidia-current-dev_304.32-0ubuntu4_i386.deb
  ProcCwd: /home/ozgur
  ProcEnviron:
   PATH=(custom, no user)
   LANG=tr_TR.UTF-8
   SHELL=/bin/bash
  PythonArgs: ['/usr/bin/software-center', 
'/home/username/\xc4\xb0ndirilenler/nvidia-current-dev_304.32-0ubuntu4_i386.deb']
  SourcePackage: software-center
  Title: software-center crashed with TypeError in call_async(): Don't know 
which D-Bus type to use to encode type "NoneType"
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1043752/+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 1043752] Re: software-center crashed with TypeError in call_async(): Don't know which D-Bus type to use to encode type "NoneType"

2012-10-02 Thread boivin
** Changed in: software-center (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  software-center crashed with TypeError in call_async(): Don't know
  which D-Bus type to use to encode type "NoneType"

Status in “software-center” package in Ubuntu:
  Fix Released

Bug description:
  I don't know

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: software-center 5.3.9
  ProcVersionSignature: Ubuntu 3.5.0-13.14-generic 3.5.3
  Uname: Linux 3.5.0-13-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.5.1-0ubuntu3
  Architecture: i386
  CrashCounter: 1
  Date: Mon Aug 27 18:56:27 2012
  ExecutablePath: /usr/share/software-center/software-center
  ExecutableTimestamp: 1345734396
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha i386 (20120724.2)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/software-center 
/home/username/İndirilenler/nvidia-current-dev_304.32-0ubuntu4_i386.deb
  ProcCwd: /home/ozgur
  ProcEnviron:
   PATH=(custom, no user)
   LANG=tr_TR.UTF-8
   SHELL=/bin/bash
  PythonArgs: ['/usr/bin/software-center', 
'/home/username/\xc4\xb0ndirilenler/nvidia-current-dev_304.32-0ubuntu4_i386.deb']
  SourcePackage: software-center
  Title: software-center crashed with TypeError in call_async(): Don't know 
which D-Bus type to use to encode type "NoneType"
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1043752/+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 1043752] Re: software-center crashed with TypeError in call_async(): Don't know which D-Bus type to use to encode type "NoneType"

2012-09-13 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  software-center crashed with TypeError in call_async(): Don't know
  which D-Bus type to use to encode type "NoneType"

Status in “software-center” package in Ubuntu:
  Confirmed

Bug description:
  I don't know

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: software-center 5.3.9
  ProcVersionSignature: Ubuntu 3.5.0-13.14-generic 3.5.3
  Uname: Linux 3.5.0-13-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.5.1-0ubuntu3
  Architecture: i386
  CrashCounter: 1
  Date: Mon Aug 27 18:56:27 2012
  ExecutablePath: /usr/share/software-center/software-center
  ExecutableTimestamp: 1345734396
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha i386 (20120724.2)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/software-center 
/home/username/İndirilenler/nvidia-current-dev_304.32-0ubuntu4_i386.deb
  ProcCwd: /home/ozgur
  ProcEnviron:
   PATH=(custom, no user)
   LANG=tr_TR.UTF-8
   SHELL=/bin/bash
  PythonArgs: ['/usr/bin/software-center', 
'/home/username/\xc4\xb0ndirilenler/nvidia-current-dev_304.32-0ubuntu4_i386.deb']
  SourcePackage: software-center
  Title: software-center crashed with TypeError in call_async(): Don't know 
which D-Bus type to use to encode type "NoneType"
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1043752/+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 1043752] Re: software-center crashed with TypeError in call_async(): Don't know which D-Bus type to use to encode type "NoneType"

2012-09-03 Thread Michael Vogt
I can reproduce this with:
$ mkdir /tmp/ää
$ cd /tmp/ää
$ apt-get download 2vcard
$ software-center /tmp/ää/2vcard*.deb
this will also give me a crash.

** Visibility changed to: Public

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

Title:
  software-center crashed with TypeError in call_async(): Don't know
  which D-Bus type to use to encode type "NoneType"

Status in “software-center” package in Ubuntu:
  New

Bug description:
  I don't know

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: software-center 5.3.9
  ProcVersionSignature: Ubuntu 3.5.0-13.14-generic 3.5.3
  Uname: Linux 3.5.0-13-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.5.1-0ubuntu3
  Architecture: i386
  CrashCounter: 1
  Date: Mon Aug 27 18:56:27 2012
  ExecutablePath: /usr/share/software-center/software-center
  ExecutableTimestamp: 1345734396
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha i386 (20120724.2)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/software-center 
/home/username/İndirilenler/nvidia-current-dev_304.32-0ubuntu4_i386.deb
  ProcCwd: /home/ozgur
  ProcEnviron:
   PATH=(custom, no user)
   LANG=tr_TR.UTF-8
   SHELL=/bin/bash
  PythonArgs: ['/usr/bin/software-center', 
'/home/username/\xc4\xb0ndirilenler/nvidia-current-dev_304.32-0ubuntu4_i386.deb']
  SourcePackage: software-center
  Title: software-center crashed with TypeError in call_async(): Don't know 
which D-Bus type to use to encode type "NoneType"
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1043752/+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