[Bug 832745] Re: TypeError: glib.markup_escape_text() takes at most 1 argument (2 given)

2012-04-27 Thread Joachim R.
This bug is said to be fix released but my DistUpgradeViewGtk3.py seems not to be modified as described by the patch and I still have the same error. Cannot upgrade to 12.04. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 832745] Re: TypeError: glib.markup_escape_text() takes at most 1 argument (2 given)

2011-09-22 Thread Philippe Van Goethem
Hi, please can you tell me how I can solve this bug! THANKS ALL READY; -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/832745 Title: TypeError: glib.markup_escape_text() takes at most 1 argument (2

[Bug 832745] Re: TypeError: glib.markup_escape_text() takes at most 1 argument (2 given)

2011-09-22 Thread Lukasz Olszewski
Run the following commands in terminal: sudo apt-get update sudo apt-get dist-upgrade -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/832745 Title: TypeError: glib.markup_escape_text() takes at most

Re: [Bug 832745] Re: TypeError: glib.markup_escape_text() takes at most 1 argument (2 given)

2011-09-22 Thread Robert Roth
Running sudo apt-get update sudo apt-get dist-upgrade without the quotes from the terminal should be enough to solve this, as it has been solved in some updates. You have to use the command line for this, as update-manager crashes because of this bug right now. Regards, Robert On Thu, Sep 22,

Re: [Bug 832745] Re: TypeError: glib.markup_escape_text() takes at most 1 argument (2 given)

2011-09-22 Thread Enrique Merida
Thank you Lukasz, regards, Ing. Enrique Merida Webmaster, Xemantika (664) 972-9102 On 09/22/2011 01:12 PM, Lukasz Olszewski wrote: Run the following commands in terminal: sudo apt-get update sudo apt-get dist-upgrade -- You received this bug notification because you are a member of

Re: [Bug 832745] Re: TypeError: glib.markup_escape_text() takes at most 1 argument (2 given)

2011-09-22 Thread Enrique Merida
Thank's Robert, It seem to work. Regards, Ing. Enrique Merida Webmaster, Xemantika (664) 972-9102 On 09/22/2011 01:20 PM, Robert Roth wrote: Running sudo apt-get update sudo apt-get dist-upgrade without the quotes from the terminal should be enough to solve this, as it has been solved in

[Bug 832745] Re: TypeError: glib.markup_escape_text() takes at most 1 argument (2 given)

2011-09-13 Thread Launchpad Bug Tracker
This bug was fixed in the package update-manager - 1:0.152.18 --- update-manager (1:0.152.18) oneiric; urgency=low [ Michael Vogt ] * debian/pycompat: - removed, no longer needed * debian/rules: - fix incorrect invocation of --with=python2 [ Robert Roth ] *

[Bug 832745] Re: TypeError: glib.markup_escape_text() takes at most 1 argument (2 given)

2011-09-12 Thread Launchpad Bug Tracker
** Branch linked: lp:update-manager -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/832745 Title: TypeError: glib.markup_escape_text() takes at most 1 argument (2 given) To manage notifications

[Bug 832745] Re: TypeError: glib.markup_escape_text() takes at most 1 argument (2 given)

2011-09-09 Thread Pedro Villavicencio
** Tags removed: bugpattern-needed ** Tags added: bugpattern-written -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/832745 Title: TypeError: glib.markup_escape_text() takes at most 1 argument (2

[Bug 832745] Re: TypeError: glib.markup_escape_text() takes at most 1 argument (2 given)

2011-09-09 Thread Brad Figg
** Tags added: rls-mgr-o-tracking -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/832745 Title: TypeError: glib.markup_escape_text() takes at most 1 argument (2 given) To manage notifications

[Bug 832745] Re: TypeError: glib.markup_escape_text() takes at most 1 argument (2 given)

2011-09-09 Thread Brian Murray
The attachment debdiff: DistUpgrade/DistUpgradeViewGtk3.py: call glib.markup_escape_text() correctly as per current gir (don't pass in string length; LP: #832745) of this bug report has been identified as having a patch in the form of a debdiff attached. The ubuntu-sponsors team has been

[Bug 832745] Re: TypeError: glib.markup_escape_text() takes at most 1 argument (2 given)

2011-09-09 Thread Kenny Strawn
Workaround for now: Remove Line 648 of /usr/lib/python2.7/dist- packages/DistUpgrade/DistUpgradeViewGtk3.py: --- len (pkg.summary) Remove everything but the last 3 closing parentheses (and one closing square brace) in that line. The problem is that that particular line is an unneeded argument

[Bug 832745] Re: TypeError: glib.markup_escape_text() takes at most 1 argument (2 given)

2011-09-08 Thread Anders Ekberg
Thanks, the sudo apt-get dist-upgrade seems to have solved it. The problem now is cosmetic: I have 6 items under Distribution updates that can't be selected (and won't install when Distribution updates is selected) and won't disappear when re-checking or doing sudo dpkg --configure -a and sudo

[Bug 832745] Re: TypeError: glib.markup_escape_text() takes at most 1 argument (2 given)

2011-09-08 Thread Pixel
sudo apt-get dist-upgrade seems to have solved it for me as well. Successful update this morning. Thanks guys. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/832745 Title: TypeError:

[Bug 832745] Re: TypeError: glib.markup_escape_text() takes at most 1 argument (2 given)

2011-09-08 Thread Philipp Kaluza
@evfool: sounds good, thanks. However in another bug I read that the GIR changed the method signature again - we have to recheck the patch. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/832745 Title:

Re: [Bug 832745] Re: TypeError: glib.markup_escape_text() takes at most 1 argument (2 given)

2011-09-08 Thread Laudeci Oliveira
Sometimes it happens to me, but disappeared after further updates. 2011/9/8 Anders Ekberg 832...@bugs.launchpad.net Thanks, the sudo apt-get dist-upgrade seems to have solved it. The problem now is cosmetic: I have 6 items under Distribution updates that can't be selected (and won't install

[Bug 832745] Re: TypeError: glib.markup_escape_text() takes at most 1 argument (2 given)

2011-09-08 Thread Kate Stewart
** Tags added: rls-mgr-o-tracking -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/832745 Title: TypeError: glib.markup_escape_text() takes at most 1 argument (2 given) To manage notifications

[Bug 832745] Re: TypeError: glib.markup_escape_text() takes at most 1 argument (2 given)

2011-09-08 Thread Brad Figg
** Tags removed: rls-mgr-o-tracking -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/832745 Title: TypeError: glib.markup_escape_text() takes at most 1 argument (2 given) To manage notifications

[Bug 832745] Re: TypeError: glib.markup_escape_text() takes at most 1 argument (2 given)

2011-09-07 Thread Laudeci Oliveira
sudo apt-get dist-upgrade solved for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/832745 Title: TypeError: glib.markup_escape_text() takes at most 1 argument (2 given) To manage

[Bug 832745] Re: TypeError: glib.markup_escape_text() takes at most 1 argument (2 given)

2011-09-07 Thread Francesca Delfino
Yes, Laudeci Oliveira, it worked for me too right now -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/832745 Title: TypeError: glib.markup_escape_text() takes at most 1 argument (2 given) To

[Bug 832745] Re: TypeError: glib.markup_escape_text() takes at most 1 argument (2 given)

2011-09-06 Thread Launchpad Bug Tracker
** Branch linked: lp:~evfool/update-manager/glibchangefix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/832745 Title: TypeError: glib.markup_escape_text() takes at most 1 argument (2 given) To

[Bug 832745] Re: TypeError: glib.markup_escape_text() takes at most 1 argument (2 given)

2011-09-06 Thread Robert Roth
Thanks Philipp Kaluza for the debdiff. I have commited the changes to a branch and proposed a merge, as reviewing merges is most of the time easier than reviewing debdiffs. I have made the commit with your name and email address, I hope you don't mind. I hope this will get reviewed as soon as

[Bug 832745] Re: TypeError: glib.markup_escape_text() takes at most 1 argument (2 given)

2011-09-06 Thread Apport retracing service
** Tags added: bugpattern-needed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/832745 Title: TypeError: glib.markup_escape_text() takes at most 1 argument (2 given) To manage notifications about

[Bug 832745] Re: TypeError: glib.markup_escape_text() takes at most 1 argument (2 given)

2011-09-04 Thread Robert Roth
** Changed in: update-manager (Ubuntu) Assignee: (unassigned) = Robert Roth (evfool) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/832745 Title: TypeError: glib.markup_escape_text() takes at

[Bug 832745] Re: TypeError: glib.markup_escape_text() takes at most 1 argument (2 given)

2011-09-03 Thread Philipp Kaluza
@Robert: I don't see how this would be related to the PPA. This happened because update-manager is trying to report an upgrade error using the apport module, and subsequently went away when the error'ed out upgrade log was not the most recent any more. Now, we don't know what the original

[Bug 832745] Re: TypeError: glib.markup_escape_text() takes at most 1 argument (2 given)

2011-09-03 Thread Philipp Kaluza
It was a problem in update-manager after all; debdiff attached. ** Patch added: debdiff: DistUpgrade/DistUpgradeViewGtk3.py: call glib.markup_escape_text() correctly as per current gir (don't pass in string length; LP: #832745)

[Bug 832745] Re: TypeError: glib.markup_escape_text() takes at most 1 argument (2 given)

2011-09-01 Thread Ben Clapp
I got this error upgrading from ubuntu 11.04 to ubuntu 10.10 beta-1. During the installation (in 11.04) update-manager closed. I went ahead and rebooted, and went back into update-manager. Ran a partial upgrade, have this error, unable to resolve currently. -.- -- You received this bug

[Bug 832745] Re: TypeError: glib.markup_escape_text() takes at most 1 argument (2 given)

2011-09-01 Thread Ben Clapp
Hm, somehow managed to resolve itself? And I have no idea how. In fact, I did absolutely nothing in particular to make it happen; not even a reboot. Weird. . -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 832745] Re: TypeError: glib.markup_escape_text() takes at most 1 argument (2 given)

2011-08-31 Thread Robert Roth
Thank you for taking the time to report this bug. This is strange: it seems to me that the problem is caused by the Ubuntu Desktop PPA being enabled, could you please try disabling the PPA and using the gobject-introspection files from the official repository and see if that helps? --- Ubuntu

[Bug 832745] Re: TypeError: glib.markup_escape_text() takes at most 1 argument (2 given)

2011-08-24 Thread Lukasz Olszewski
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/832745 Title: TypeError: glib.markup_escape_text() takes at most 1 argument (2 given) To manage notifications about this bug go to: