[Bug 97420] Re: software-properties-kde crashes in Turkish locale

2007-10-04 Thread Jonathan Riddell
Patch uploaded with python-qt4_4.3-2ubuntu7. Many thanks for the fix. ** Changed in: software-properties (Ubuntu) Status: Confirmed = Fix Released ** Changed in: python-qt4 (Ubuntu) Status: New = Fix Released -- software-properties-kde crashes in Turkish locale

[Bug 97420] Re: software-properties-kde crashes in Turkish locale

2007-10-04 Thread Jonathan Riddell
python-qt4 (4.3-2ubuntu7) gutsy; urgency=low * Add kubuntu_01_turkish_capital_i.dpatch by Situert, fixes crash when loading properties beginning in i in Turkish. Closes LP: #97420 -- Jonathan Riddell [EMAIL PROTECTED] Thu, 04 Oct 2007 20:28:04 +0100 -- software-properties-kde

[Bug 97420] Re: software-properties-kde crashes in Turkish locale

2007-10-04 Thread situert
Hello Mr. Riddell, I have noticed another usage of .upper() in the same file. I am attaching another patch which fixes that portion of the code. Please apply this patch too. Thank you for your attention, situert ** Attachment added: Patch which fixes another usage of .upper()

Re: [Bug 97420] Re: software-properties-kde crashes in Turkish locale

2007-10-04 Thread situert
Hello Mr. Riddell, I noticed another usage of .upper() in /usr/lib/python2.5/site-packages/PyQt4/uic/properties.py and attached to the Launchpad bug report a patch which fixes that instance of the usage of .upper() For your convenience, I am attaching the patch to this e-mail. Please apply this

[Bug 97420] Re: software-properties-kde crashes in Turkish locale

2007-09-25 Thread Sebastian Heinlein
** Also affects: python-qt4 (Ubuntu) Importance: Undecided Status: New -- software-properties-kde crashes in Turkish locale https://bugs.launchpad.net/bugs/97420 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 97420] Re: software-properties-kde crashes in Turkish locale

2007-09-23 Thread situert
Hello, I have found out why this bug occurs. It is because of the following part of PyQt4 in /usr/lib/python2.5/site-packages/PyQt4/uic/properties.py: line 187 else: 188 getattr(widget, set%s%s % (propname[0].upper(), propname[1:]))( 189

[Bug 97420] Re: software-properties-kde crashes in Turkish locale

2007-09-23 Thread situert
The patch file I posted has a problem regarding file paths. I am attaching another patch without that problem. To apply this patch, do the following: cd / sudo patch /path/to/patch_file ** Attachment added: Patch file without the file path problem.

[Bug 97420] Re: software-properties-kde crashes in Turkish locale

2007-09-23 Thread situert
I apologize for messing up twice. The correct way to apply the second patch is: cd /usr/lib/python2.5/site-packages/PyQt4/uic sudo patch /path/to/patch_file -- software-properties-kde crashes in Turkish locale https://bugs.launchpad.net/bugs/97420 You received this bug notification because

[Bug 97420] Re: software-properties-kde crashes in Turkish locale

2007-09-02 Thread Atilla Öntaş
Still existed in Gutsy tribe 5.However, command LANG=tr adept-manager works. -- software-properties-kde crashes in Turkish locale https://bugs.launchpad.net/bugs/97420 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 97420] Re: software-properties-kde crashes in Turkish locale

2007-04-25 Thread situert
Yes, this bug still exists. -- software-properties-kde crashes in Turkish locale https://bugs.launchpad.net/bugs/97420 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 97420] Re: software-properties-kde crashes in Turkish locale

2007-04-25 Thread Sebastian Heinlein
Perhaps the priority of this bug should be raised to high. -- software-properties-kde crashes in Turkish locale https://bugs.launchpad.net/bugs/97420 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 97420] Re: software-properties-kde crashes in Turkish locale

2007-04-25 Thread Michael Vogt
** Changed in: software-properties (Ubuntu) Importance: Undecided = High -- software-properties-kde crashes in Turkish locale https://bugs.launchpad.net/bugs/97420 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs

[Bug 97420] Re: software-properties-kde crashes in Turkish locale

2007-04-24 Thread Sebastian Heinlein
Is this still an issue? -- software-properties-kde crashes in Turkish locale https://bugs.launchpad.net/bugs/97420 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 97420] Re: software-properties-kde crashes in Turkish locale

2007-04-04 Thread Michael Vogt
** Changed in: software-properties (Ubuntu) Target: None = ubuntu-7.04 -- software-properties-kde crashes in Turkish locale https://bugs.launchpad.net/bugs/97420 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 97420] Re: software-properties-kde crashes in Turkish locale

2007-04-04 Thread Carlos Perelló Marín
Hmm, I checked latest .po file from Rosetta and I don't see anything wrong there. Also, I would like to note that the .ui file strings are being extracted so I guess that would be a problem to get this application full translated. I'm not sure whether QT is finding a translation from other part

[Bug 97420] Re: software-properties-kde crashes in Turkish locale

2007-03-30 Thread Jonathan Riddell
I can recreate this. It only seems to affect tr_TR.UTF-8 and _CY that I can find. en, fr, zh and C locales are all fine. I can't recreate it with other pyqt4 applications that load .ui files (ubiquity, calculatorform example in pyqt4 package). A bit of a mystery. ** Changed in:

[Bug 97420] Re: software-properties-kde crashes in Turkish locale

2007-03-30 Thread situert
$ LANG=C sudo software-properties-kde works properly. But $ LANG=tr_TR.UTF-8 sudo software-properties-kde doesn't work. Please see the attachment of the second comment for the output of software-properties-kde before it crashes. -- software-properties-kde crashes in Turkish locale

[Bug 97420] Re: software-properties-kde crashes in Turkish locale

2007-03-30 Thread situert
** Changed in: language-support-tr (Ubuntu) Sourcepackagename: language-support-tr = software-properties -- software-properties-kde crashes in Turkish locale https://launchpad.net/bugs/97420 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 97420] Re: software-properties-kde crashes in Turkish locale

2007-03-29 Thread Sebastian Heinlein
Does software-properties crash using the following command: sudo LANG=C;software-properties-kde ** Changed in: language-support-tr (Ubuntu) Status: Unconfirmed = Needs Info -- software-properties-kde crashes in Turkish locale https://launchpad.net/bugs/97420 -- ubuntu-bugs mailing

[Bug 97420] Re: software-properties-kde crashes in Turkish locale

2007-03-28 Thread Sebastian Heinlein
** Changed in: language-support-tr (Ubuntu) Sourcepackagename: software-properties = language-support-tr -- software-properties-kde crashes in Turkish locale https://launchpad.net/bugs/97420 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com