[Bug 1249460] Re: package screen-resolution-extra 0.16 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-11-09 Thread ubername
Thanks, fixed using above. How would I have found out the syntax for dbus.exceptions.DBusException myself? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1249460 Title: package

[Bug 1249460] Re: package screen-resolution-extra 0.16 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-11-09 Thread Gary Allpike
It's actually not a syntax error related to dbus.exceptions.DBusException, but rather an error in the syntax of the python exception handler syntax. I looked at the output of dpkg when it tried to configure the package: Setting up screen-resolution-extra (0.16) ... File

[Bug 1249460] Re: package screen-resolution-extra 0.16 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-11-09 Thread Cavsfan
Thanks post #6 fixed this error for me too. It was able to setup screen-resolution-extra. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1249460 Title: package screen-resolution-extra 0.16 failed to

[Bug 1249460] Re: package screen-resolution-extra 0.16 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-11-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/screen-resolution-extra -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1249460 Title: package screen-resolution-extra 0.16 failed to install/upgrade:

[Bug 1249460] Re: package screen-resolution-extra 0.16 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-11-09 Thread Launchpad Bug Tracker
This bug was fixed in the package screen-resolution-extra - 0.16ubuntu1 --- screen-resolution-extra (0.16ubuntu1) trusty; urgency=low * Fix syntax error in nvidia-prime.py which broke upgrades. (LP: #1249460) -- Iain Lane i...@orangesquash.org.uk Sat, 09 Nov 2013 17:47:47 +

[Bug 1249460] Re: package screen-resolution-extra 0.16 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-11-08 Thread Apport retracing service
** Tags removed: need-duplicate-check -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1249460 Title: package screen-resolution-extra 0.16 failed to install/upgrade: subprocess installed

[Bug 1249460] Re: package screen-resolution-extra 0.16 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-11-08 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: screen-resolution-extra (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1249460] Re: package screen-resolution-extra 0.16 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-11-08 Thread martyfelker
Affect me. Ubuntu Trusty. I can't update anymore and need to solve urgently -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1249460 Title: package screen-resolution-extra 0.16 failed to

[Bug 1249460] Re: package screen-resolution-extra 0.16 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-11-08 Thread James Plate
This has affected me as well, the following is an excerpt from the result of today's dist-upgrade: Setting up screen-resolution-extra (0.16) ... File /usr/share/screen-resolution-extra/nvidia-prime.py, line 64 except dbus.exceptions.DBusException, e:

[Bug 1249460] Re: package screen-resolution-extra 0.16 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-11-08 Thread Carla Sella
Same here: letozaf@letozaf-pc:~$ sudo apt-get dist-upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1 not fully installed or removed. After this

[Bug 1249460] Re: package screen-resolution-extra 0.16 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-11-08 Thread Gary Allpike
To fix this: You can edit the file: /usr/share/screen-resolution-extra/nvidia-prime.py Find line 64 which looks like: except dbus.exceptions.DBusException, e: and change it to: except dbus.exceptions.DBusException as e: This should resolve the problem. Cheers! -- You

[Bug 1249460] Re: package screen-resolution-extra 0.16 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-11-08 Thread DarkLinkXXXX
Downloaded the screen-resolution-extra_0.16.orig.tar.gz tarball, which I believe was the version indicated, and it worked with just a simple sudo ./setup.py install away from working. Already fixed? -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1249460] Re: package screen-resolution-extra 0.16 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-11-08 Thread Gary Allpike
The problem is not with setup.py. The error is in the nvidia-prime.py script. I have checked the source tarball and the error is also present there. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1249460] Re: package screen-resolution-extra 0.16 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-11-08 Thread cacula
This is how i fixed it: - sudo nano /usr/share/screen-resolution-extra/nvidia-prime.py - Apply the changes proposed by garyallpike in Post #7 - Thank you :-) - Save the file - sudo dpkg --configure screen-resolution-extra Cheers! -- You received this bug notification because you are a member

[Bug 1249460] Re: package screen-resolution-extra 0.16 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-11-08 Thread cacula
It's not Post #7 but rather #6. Sorry. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1249460 Title: package screen-resolution-extra 0.16 failed to install/upgrade: subprocess installed