[Bug 2064348] [NEW] Apparmor rule of firefox does not include fcitx

2024-04-30 Thread csslayer
Public bug reported: The bug is about the firefox in http://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu/pool/main/f/firefox/ Snap version seems work fine after merge https://github.com/snapcore/snapd/pull/12924 Briefly checking the /etc/apparmor.d/usr.bin.firefox, there's no reference to

[Bug 1966820] [NEW] Missing translation data file in fcitx5-mozc

2022-03-28 Thread csslayer
Public bug reported: Debian version seems to be OK, https://packages.debian.org/sid/amd64/fcitx5-mozc/filelist It lists all the translation /usr/share/locale for fcitx5-mozc. But for some reason, the ubuntu version missing the fcitx5-mozc.mo files, which causes missing translation for

[Bug 1767765] Re: Clicking on fcitx applet hangs Ubuntu MATE

2018-05-03 Thread csslayer
I already had a workaround in newer fcitx, I'm not so clear whether it's my SNI implementation issue (I learn the spec from KDE xml files..): https://github.com/fcitx/fcitx/commit/a3432fcb2d9d45f8702d811d7017ba6c0d7367dd Log shows the commit is included in 4.2.9.4? Anyway this commit will help

[Bug 1688061] Re: Clicking indicator blocks all input for several seconds

2018-02-05 Thread csslayer
I fixed This specific issue with fcitx in fcitx upstream with https://github.com/fcitx/fcitx/commit/20cc3f1eda39cb577ae81791cfd96cc203da4538 . Though I also reported a potential wider SNI compatibility issue in mate-panel, https://github.com/mate-desktop/mate-panel/issues/662 . ** Bug watch

[Bug 1494331] Re: fcitx can't use extra trigger key to activate

2015-09-10 Thread csslayer
More context info about fcitx_input_method_activate, it is design to change between the first input method listed in fcitx and the current one used. Because the real thing the daemon tries to do here is to call fcitx_input_method_set_current_im after it, there is no point to call

[Bug 1439231] Re: fcitx breaks X11 compose

2015-04-14 Thread csslayer
Yeah, it's possible. But someone need to write the code. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1439231 Title: fcitx breaks X11 compose To manage notifications about this bug go to:

[Bug 1439231] Re: fcitx breaks X11 compose

2015-04-14 Thread csslayer
Yes. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1439231 Title: fcitx breaks X11 compose To manage notifications about this bug go to:

[Bug 1439231] Re: fcitx breaks X11 compose

2015-04-03 Thread csslayer
It's easy to fix actually. There was a new library I planned to add in new fcitx. But after some time passed, I found that xkbcommon added same functionality. So I could directly use xkbcommon to implement this. xkbcommon support is added in git of fcitx and fcitx-qt5. -- You received this bug

[Bug 1175669] Re: fcitx often fails to work in dash with Unity

2013-05-15 Thread csslayer
it seems that this bug can be triggered easily if launcher is set to autohide. So there might be a focus related bug in unity. Like launcher grab the focus from the dash, so xim doesn't work correctly. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1174165] Re: firefox crashes on start, but work fine in ubuntu guest mode

2013-04-29 Thread csslayer
this is fixed upstream for long time. 4.2.4.1 is the last version with this bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1174165 Title: firefox crashes on start,but work fine in ubuntu guest

[Bug 1028591]

2013-01-16 Thread csslayer
Please try KDE 4.10 rc 3 https://projects.kde.org/projects/kde/kde- workspace/repository/diff?rev=70ed17ef99dd33adda271ebc338d82039b191caf I think this should fix it. https://git.reviewboard.kde.org/r/108355/ -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1100136] Re: fcitx input nethod switch to chinese in dash

2013-01-16 Thread csslayer
*** This bug is a duplicate of bug 983254 *** https://bugs.launchpad.net/bugs/983254 ** This bug has been marked a duplicate of bug 983254 Support input methods beside ibus -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 875435] Re: iBus indicator does not show on the panel

2012-10-25 Thread csslayer
Once ubuntu move to im-config this would be solved, otherwise you guys may want to backport the related im-config fix to im-switch. The problem is, indicator need session dbus, and im-switch will not start input method inside desktop dbus-session. Related report for im-config:

[Bug 1056430] Re: Eclipse crashes when renaming a file

2012-10-02 Thread csslayer
I think this is already fixed in master. let's see what can we do for 4.2.4... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1056430 Title: Eclipse crashes when renaming a file To manage

[Bug 1046409] Re: gnome-control-center crashed with signal 7 in g_simple_async_result_complete()

2012-10-02 Thread csslayer
I think this is already fixed in master. let's see what can we do for 4.2.4... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1046409 Title: gnome-control-center crashed with signal 7 in

[Bug 983254] Re: Unity use ibus explicitly, make it impossible to use other input method

2012-07-18 Thread csslayer
@Yu Ning Hi, I'm working on porting your patch to make it use a unified way as InputMethod class. You can take a look a my merge request, though that's for fcitx only currently, but I'm working on xim support in that style. Current XIM support looks a little bit hack. And still xim is not a

[Bug 983254] Re: Unity use ibus explicitly, make it impossible to use other input method

2012-07-10 Thread csslayer
@Ma Xiaojun No, things like ibus-fcitx will at least break fcitx, such idea will also break hime, saying so only show you don't know fcitx nor hime nor other IMF (maybe including ibus). It will lost consistency and if user switch to fcitx, nux will still not be able to use other im. It will

[Bug 983254] Re: Unity use ibus explicitly, make it impossible to use other input method

2012-07-09 Thread csslayer
** Branch linked: lp:~wengxt/nux/fcitx-support -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/983254 Title: Unity use ibus explicitly, make it impossible to use other input method To manage

[Bug 983254] Re: Unity use ibus explicitly, make it impossible to use other input method

2012-04-19 Thread csslayer
I'm not even user of ubuntu, but hey, what will user do when they found app A and app B cannot work together? Obviously they will stick to either A or B which is important for them. So this time is ubuntu might cause us lose user, and it's not even our fault! This is what I'm angry about, and