[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 fcitx dbus services, which prevents it from communicate
with fcitx.

Some other user that reports this issue on ubuntu-jp:
https://lists.ubuntu.com/archives/ubuntu-jp/2023-May/006616.html

Ideally, #include  should be enough, but for now
that only includes fcitx4's dbus service.

I created a MR to add the new service interface for fcitx5 at, but it
would require a apparmor release.

https://gitlab.com/apparmor/apparmor/-/merge_requests/1222/diffs

As a fcitx dev I would suggest add both

#include 

and the changes in
https://gitlab.com/apparmor/apparmor/-/merge_requests/1222/ to
/etc/apparmor.d/usr.bin.firefox so the issue won't be blocked by
apparmor release.

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2064348

Title:
  Apparmor rule of firefox does not include fcitx

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/2064348/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 fcitx5-mozc.

version of fcitx5-mozc is (2.26.4220.100+dfsg-4.1).

Expected:
fcitx5-mozc has translation.

Actual:
strings for fcitx5-mozc (e.g. tray icon menu) is shown in English.

** Affects: mozc (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1966820

Title:
  Missing translation data file in fcitx5-mozc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mozc/+bug/1966820/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 resolve it.

I also had a report on mate but no reply yet.
https://github.com/mate-desktop/mate-panel/issues/662

** Bug watch added: github.com/mate-desktop/mate-panel/issues #662
   https://github.com/mate-desktop/mate-panel/issues/662

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767765

Title:
  Clicking on fcitx applet hangs Ubuntu MATE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fcitx/+bug/1767765/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 added: github.com/mate-desktop/mate-panel/issues #662
   https://github.com/mate-desktop/mate-panel/issues/662

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1688061

Title:
  Clicking indicator blocks all input for several seconds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fcitx/+bug/1688061/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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
fcitx_input_method_activate here, probably there is some
misunderstanding of fcitx_input_method_activate.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1494331

Title:
  fcitx can't use extra trigger key to activate

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-settings-daemon/+bug/1494331/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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:
https://bugs.launchpad.net/ubuntu/+source/fcitx/+bug/1439231/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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:
https://bugs.launchpad.net/ubuntu/+source/fcitx/+bug/1439231/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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:
https://bugs.launchpad.net/ubuntu/+source/fcitx/+bug/1439231/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1175669

Title:
  fcitx often fails to work in dash with Unity

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1175669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fcitx/+bug/1174165/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1028591

Title:
  battery widget does not show current status as it changes

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/1028591/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.
https://bugs.launchpad.net/bugs/1100136

Title:
  fcitx input nethod switch to chinese in dash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fcitx/+bug/1100136/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683950

debian's x init setup will at last casaded launch dbus-launch gpg-agent,
thus, at very last stage dbus-daemon is started, and im is started
before that. thus im will not live with in desktop dbus session.

DBus has a fallback, which can use x to detect dbus address, which is
not always work. Even you sleep with 10 seconds.. it's still not
gurantee to work.

** Bug watch added: Debian Bug tracker #683950
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683950

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/875435

Title:
  iBus indicator does not show on the panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/875435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fcitx/+bug/1056430/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
  g_simple_async_result_complete()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fcitx/+bug/1046409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 very good solution (For reason we all know), if
hime side can provide a patch, I think that would be better.

Comments?

-- 
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 notifications about this bug go to:
https://bugs.launchpad.net/nux/+bug/983254/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 not introduce extra dependency if it's build in a modularized
way.

The existing XIM patch, IMHO should be ported to my patch way. Thus it
will also be able to support future wayland protocol.

-- 
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 notifications about this bug go to:
https://bugs.launchpad.net/nux/+bug/983254/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 notifications about this bug go to:
https://bugs.launchpad.net/nux/+bug/983254/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 that's why I'm here.

From general point, who break it, who'd take response to fix it.

Anyway, I'm looking forward for some nux developers technical point on this.
1. Do nux need an extra plugin system for input method?
2. If so, what interface is needed? I can already seen there are some problems 
even with ibus.

Actually clutter have similar problem, but gnome guy use gtk-im-module
inside gnome-shell's st library, so gnome-shell can work with all
existing input method without problem.

-- 
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 notifications about this bug go to:
https://bugs.launchpad.net/nux/+bug/983254/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs