[Bug 152808] Re: g-p-m always try to set the main policy to 'ondemand'
** Description changed: The main configuration of g-p-m is to keep the ondemand policy, when the - system startup it uses the performance policy, when the user got logged - in Gnome, g-p-m set 'ondemand', no matters if AC is plugged. + system starts it uses the performance policy + + /etc/init.d/ondemand will after 60 seconds of booting change the + frequency scaler to 'ondemand'. + + No consideration is taken to what the the user had previously selected + as a scaler policy or if the AC power is connected or not. It is assumed + that once logged in, all users will want 'ondemand' all of the time. + This is clearly causing poor power management and performance issues. -- g-p-m always try to set the main policy to 'ondemand' https://bugs.launchpad.net/bugs/152808 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 152808] Re: g-p-m always try to set the main policy to 'ondemand'
** Tags added: battery life -- g-p-m always try to set the main policy to 'ondemand' https://bugs.launchpad.net/bugs/152808 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 152808] Re: g-p-m always try to set the main policy to 'ondemand'
This should not be a low priority bug. It contributes to the headlines that Ubuntu has a worse battery life than windows. Netbook users who need battery life want to turn powersave on. The problem is that /etc/init.d/ondemand will after 60 seconds of booting change the frequency scaler to ondemand. This one size fits all is terrible. It should set the frequency scaler to whatever it was set to at last shutdown. If you want performance, it should stay on performance. If you need battery life, it should stay on powersave. At the moment, even if you change to powersave at login, after 60 seconds from boot, it will switch back to on demand. This is very annoying. The simple solution is to check the frequency scaler policy at shutdown. Save it. On boot performance should be selected until log in when the saved policy should be reinvoked. -- g-p-m always try to set the main policy to 'ondemand' https://bugs.launchpad.net/bugs/152808 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 98890] Re: SCIM wont work with Java
Yeah, no issues with Java. And global file parsing is not an ubuntu thing. On 13/03/2008, Rolf Leggewie <[EMAIL PROTECTED]> wrote: > Thanks Ming and Ryu for working this one out. Can the issue be closed? > > > -- > SCIM wont work with Java > > https://bugs.launchpad.net/bugs/98890 > You received this bug notification because you are a direct subscriber > of the bug. > -- SCIM wont work with Java https://bugs.launchpad.net/bugs/98890 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 100030] Re: Pure X windows applications don't accept SCIM input
RE: Bug 98890 This was the same issue but is solved in non en_US locales with the correct line in the global file. Note there must be no space after the comma when delimiting locales. en_US is not affected as it is added as default. -- Pure X windows applications don't accept SCIM input https://bugs.launchpad.net/bugs/100030 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 98890] Re: SCIM wont work with Java
OK, I finally worked out what it was. If you default locale is en_US, then it won't affect you at all. This works fine by default. If however, you are using anything else (such as en_GB.UTF-8 in my case) then only the scim still works fine in scim mode (GTK, QT etc), but appears to not work in direct XIM mode. My apologies Ming, you were right, XIM is working fine. My global file had: "/SupportedUnicodeLocales = en_US.UTF-8, en_GB.UTF-8" The problem is the blank space after the "," causes the second locale not to be recognised. Thus "/SupportedUnicodeLocales = en_US.UTF-8,en_GB.UTF-8" is needed. I guess it would be really helpful if there was some way of having the relevant locale added automatically as for anyone outside the US, running the automatic installation procedure won't finish off the job. SCIM will run, but only accept input into apps where input method is changed from XIM to SCIM. Further more perhaps SCIM could be a bit more forgiving in processing the locale string. Other dists (SUSE) seem to whack a whole load of locales in the global file automatically. Thats why it seemed to be Ubuntu related. I'll post this in the forum as I know others have has the same issue. Cheers, Ryu On 04/03/2008, Rolf Leggewie <[EMAIL PROTECTED]> wrote: > How about a virtualbox.org image so we all have a common base to test > on? > > I am bit overwhelmed with other stuff, but if nobody else beats me to > it, I'll eventually try and provide such an image. I understand Ming is > pressed for time as well, I hope this will be a time-saver for him. My > feeling is that he is in the best position with the most technical > background to help us on this. > > > -- > SCIM wont work with Java > > https://bugs.launchpad.net/bugs/98890 > You received this bug notification because you are a direct subscriber > of the bug. > -- SCIM wont work with Java https://bugs.launchpad.net/bugs/98890 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 98890] Re: SCIM wont work with Java
Ming, Those applications are GTK or support input methods. The problem is affecting only X server applications not running on GTK or QT toolkits. It can be recreated in the following way: 1. Fresh install of Ubuntu. English Locale 2. Install SCIM using language support and input for extended characters. 3. Adjusting environment variables so that xmodifier is set to XIM 4. Running SCIM 5. Running xterm. Note that in the normal GTK terminal SCIM will work fine. But xterm is non GTK. This is where the problem happens. Although SCIM will seem to be running fine, inputting extended characters will not work. This has been tested extensively on a number of systems. If yours does not exhibit these problems, could you tell us what locale you are running in and post your SCIM environment variables too. Thanks, Ryu On 03/03/2008, Ming Hua <[EMAIL PROTECTED]> wrote: > On Sun, Mar 02, 2008 at 06:02:38PM -0000, Ryu Kent wrote: > > > > What version of Ubuntu are you using and in which applications? > > > I am currently using hardy (will be 8.04), but I've been using Ubuntu > and scim XIM mode since the early warty days and in almost every > release, and the XIM mode has never been "broken" for me. > > I use GNOME and therefore use scim in many applications, such as > firefox, gedit, pidgin, and OpenOffice. Altough I admit I've never > tried using scim in a Java application. > > Ming > 2008.03.03 > > > -- > > SCIM wont work with Java > https://bugs.launchpad.net/bugs/98890 > You received this bug notification because you are a direct subscriber > of the bug. > -- SCIM wont work with Java https://bugs.launchpad.net/bugs/98890 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 98890] Re: SCIM wont work with Java
Ming, What version of Ubuntu are you using and in which applications? On 02/03/2008, Ming Hua <[EMAIL PROTECTED]> wrote: > On Tue, Feb 12, 2008 at 09:43:46PM -0000, Ryu Kent wrote: > > > > It's related to that bug yes. And all the others posted about XIM. > > Basically the ubuntu SCIM package XIM section is broken and has been for > > over a year now. > > > I would disagree. I use XIM all the time, even under GNOME, and it's > been working for me in most situations, not "broken" at all. Of course > there is bug #66104 which is occasionally quite annoying, but it can be > easily worked around. > > Ming > 2008.03.02 > > > -- > SCIM wont work with Java > https://bugs.launchpad.net/bugs/98890 > You received this bug notification because you are a direct subscriber > of the bug. > -- SCIM wont work with Java https://bugs.launchpad.net/bugs/98890 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 98890] Re: SCIM wont work with Java
It's related to that bug yes. And all the others posted about XIM. Basically the ubuntu SCIM package XIM section is broken and has been for over a year now. It gets ignored because most people only ever use GTK or QT apps these days. Java, flash, etc etc. need XIM. UIM works fine in XIM. Not sure about the fedora patch. Hope this can be sorted soon. Doesn't seem too major, but affects a lot of people. -- SCIM wont work with Java https://bugs.launchpad.net/bugs/98890 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 100030] Re: Pure X windows applications don't accept SCIM input
Thanks for the reply, Yes this bug is very much live in the final 7.04. I've had to switch to UIM as I'm doing Java development and SCIM is as good as useless there. Here's how to replicate: Fresh install of Ubuntu 7.04. I'm using en_GB.UTF-8 locale and yes it is registered in the global file. The problem does not seem to affect other dists of linux. Install SCIM and Japanese support as of: https://help.ubuntu.com/community/Japanese_Input_and_Fonts_in_Ubuntu_7%2e04 (Which incidentally I wrote) Now with applications such as netbeans, or anything else Java, or even xterm, when SCIM-Anthy is selected as input method, it reverts back to just accepting western characters. I think this is a problem with the XIM interface connecting to SCIM. In QT apps, when SCIM is selected as the input (right hand clicking on a lineinput box), no problems, but when you select XIM as the input, even when SCIM is set up in XIM mode, still nothing but direct style input. Have tried many hours trying to fix, but no luck. Cheers, Ryu On 14/05/07, Ming Hua <[EMAIL PROTECTED]> wrote: > This seems quite strange. What locale are you using? And is this bug > still reproducible in the final 7.04 release? > > -- > Pure X windows applications don't accept SCIM input > https://bugs.launchpad.net/bugs/100030 > You received this bug notification because you are a direct subscriber > of the bug. > -- Pure X windows applications don't accept SCIM input https://bugs.launchpad.net/bugs/100030 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 100030] Pure X windows applications don't accept SCIM input
Public bug reported: Binary package hint: scim Ubuntu 7.04. Pure X windows applications (non GTK or QT) do not accept SCIM input of extended characters through XIM even when XMODIFIERS environment variable is set to "@im=SCIM". GTK and QT apps seem fine. ** Affects: scim (Ubuntu) Importance: Undecided Status: Unconfirmed -- Pure X windows applications don't accept SCIM input https://launchpad.net/bugs/100030 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 98890] Re: SCIM wont work with Java
Seems like no luck in pure X applications either. xterm wont accept SCIM input. Seems like a SCIM-XIM problem. -- SCIM wont work with Java https://launchpad.net/bugs/98890 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 98890] Re: SCIM wont work with Java
Also, QT apps wont allow SCIM extended character input when XIM is selected as an input method. This was no problem in Edgy -- SCIM wont work with Java https://launchpad.net/bugs/98890 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 98890] SCIM wont work with Java
Public bug reported: Ubuntu 7.04: SCIM works fine in GTK and QT apps. XMODIFIERS environment variable is set to "@im=SCIM", and XIM_PROGRAM to "scim -d" but when Java applications are launched, SCIM will not allow the input of Japanese characters from Anthy. ProblemType: Bug Architecture: i386 Date: Fri Mar 30 15:33:11 2007 DistroRelease: Ubuntu 7.04 Uname: Linux ryu-laptop 2.6.20-13-generic #2 SMP Sun Mar 25 00:21:25 UTC 2007 i686 GNU/Linux ** Affects: Ubuntu Importance: Undecided Status: Unconfirmed -- SCIM wont work with Java https://launchpad.net/bugs/98890 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs