[Bug 82723] Re: wineconfig doesn't work

2008-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package kde-guidance - 0.8.0svn20080103-0ubuntu15 --- kde-guidance (0.8.0svn20080103-0ubuntu15) hardy; urgency=low [ Andreas Wenning ] * Added kubuntu_29_kde-powermanager_display_consumption_rate.patch to display current consumption rate. (LP:

[Bug 82723] Re: wineconfig doesn't work

2008-04-12 Thread Yuriy Kozlov
I was thinking of a different potential bug, this one wasn't so bad. A fix is in svn revision 796117. -- wineconfig doesn't work https://bugs.launchpad.net/bugs/82723 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 82723] Re: wineconfig doesn't work

2008-04-12 Thread Yuriy Kozlov
I was going through and fixing some spacing and noticed something I missed in fixing this bug. It's now fixed in revision 796276 but the diff is a bit messy. -- wineconfig doesn't work https://bugs.launchpad.net/bugs/82723 You received this bug notification because you are a member of Ubuntu

[Bug 82723] Re: wineconfig doesn't work

2008-04-11 Thread Lionel Tricon
If you change : self.__selectItem(unicode(i18n(Desktop))) into self.__selectItem(unicode(Desktop)) it works. -- wineconfig doesn't work https://bugs.launchpad.net/bugs/82723 You received this bug notification because you are a member of Kubuntu Team, which is subscribed to kde-guidance in

Re: [Bug 82723] Re: wineconfig doesn't work

2008-04-11 Thread Scott Kitterman
I'm pretty sure that would only work if your using English. -- wineconfig doesn't work https://bugs.launchpad.net/bugs/82723 You received this bug notification because you are a member of Kubuntu Team, which is subscribed to kde-guidance in ubuntu. -- kubuntu-bugs mailing list [EMAIL

[Bug 82723] Re: wineconfig doesn't work

2008-04-11 Thread awen
It will only work if we are using english, yes. Using unicode(i18n(Desktop)) is not entirely correctly IIRC at looking at another similar bug. I can look into this in a few days. -- wineconfig doesn't work https://bugs.launchpad.net/bugs/82723 You received this bug notification because you are

Re: [Bug 82723] Re: wineconfig doesn't work

2008-04-11 Thread Scott Kitterman
I'm offline until next Wed, so please do. -- wineconfig doesn't work https://bugs.launchpad.net/bugs/82723 You received this bug notification because you are a member of Kubuntu Team, which is subscribed to kde-guidance in ubuntu. -- kubuntu-bugs mailing list [EMAIL PROTECTED]

[Bug 82723] Re: wineconfig doesn't work

2008-04-11 Thread Yuriy Kozlov
awen: I'll look at it myself, thanks. This is due to a poor decision of how to store the values that I think should break only if you change locales, but that may not be the case and it's a really bad way to do it anyway. It'll require some reworking and might be tricky to get it to keep working

Re: [Bug 82723] Re: wineconfig doesn't work

2008-04-11 Thread Scott Kitterman
I think it's to late for anything except fixing broken stuff, but ask Riddell. -- wineconfig doesn't work https://bugs.launchpad.net/bugs/82723 You received this bug notification because you are a member of Kubuntu Team, which is subscribed to kde-guidance in ubuntu. -- kubuntu-bugs mailing

[Bug 82723] Re: wineconfig doesn't work

2007-02-13 Thread Guillaume Martres
Now with kde-guidance 0.7.1~svn20070205-0ubuntu1, the wineconfig module tries to install wine with the commande: software-properties --enable- component=universe adept_batch install wine but the binary of the software-properties-kde packages is software-properties-kde, not software-properties.

[Bug 82723] Re: wineconfig doesn't work

2007-02-13 Thread Guillaume Martres
The last one I'm not sure on right now. Can you check if it happens with a us_en locale? 17:20 [EMAIL PROTECTED] ~% LANG=en_US.UTF-8 LANGUAGE=en_US wineconfig regedit: Can't export. Registry key 'HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ThemeManager' does not exist! Success

[Bug 82723] Re: wineconfig doesn't work

2007-02-05 Thread Luka Renko
Works here, even though we still need software-properties installed. Maybe kde-guidance (or kde-guidance-wine) should depend on adept /software-properties package. ** Changed in: kde-guidance (Ubuntu) Status: Confirmed = Fix Committed -- wineconfig doesn't work

[Bug 82723] Re: wineconfig doesn't work

2007-02-05 Thread Luka Renko
** Changed in: kde-guidance (Ubuntu) Status: Fix Committed = Fix Released -- wineconfig doesn't work https://launchpad.net/bugs/82723 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 82723] Re: wineconfig doesn't work

2007-02-04 Thread Luka Renko
Yes, wineconfig should do something sensible if wine is not installed. ** Changed in: kde-guidance (Ubuntu) Status: Unconfirmed = Confirmed -- wineconfig doesn't work https://launchpad.net/bugs/82723 -- kubuntu-bugs mailing list kubuntu-bugs@lists.ubuntu.com

[Bug 82723] Re: wineconfig doesn't work

2007-02-04 Thread Yuriy Kozlov
** Changed in: kde-guidance (Ubuntu) Importance: Undecided = High Assignee: (unassigned) = Yuriy Kozlov -- wineconfig doesn't work https://launchpad.net/bugs/82723 -- kubuntu-bugs mailing list kubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

[Bug 82723] Re: wineconfig doesn't work

2007-02-04 Thread Yuriy Kozlov
I fixed the behavior when wine is not installed (just need to change to using software-properties-kde when that is uploaded). You can ignore the regedit errors, those are optional keys that are created as needed. The last one I'm not sure on right now. Can you check if it happens with a us_en