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

2015-05-11 Thread Nguyen V. N. Tung
I have tried solutions here but they do not work for me. I also have tried ps aux | grep ibus and the following is the results: nvntung 3475 0.2 0.0 357380 4008 ?Ssl 17:50 0:00 /usr/bin/ibus-daemon --daemonize --xim nvntung 3499 0.0 0.0 276720 3452 ?Sl 17:50 0:00

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

2015-05-11 Thread Gunnar Hjalmarsson
@Nguyen: This bug report is history, and a bug report is not the place to get consultation anyway. If you are on Ubuntu 12.04: * the best thing you can do is upgrading to 14.04 LTS, * you can ask for help at http://askubuntu.com/, * you are free to open a new 12.04 bug report. -- You received

[Desktop-packages] [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.

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

2012-10-25 Thread Ma Xiaojun
Following the path of the previous, I noticed several things. 1. The above mentioned Debian bug introduces a patch which is merged in im-config 0.18~pre1. http://packages.debian.org/changelogs/pool/main/i/im-config/im-config_0.18/changelog 2. The patch is supposed to be the root fix of this bug a

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

2012-10-25 Thread Ma Xiaojun
My setup steps: # purge im-switch, language-selector would be removed also sudo apt-get purge im-switch # download, build and install im-config 0.18 cd Downloads/ wget http://ftp.de.debian.org/debian/pool/main/i/im-config/im-config_0.18.tar.gz sudo apt-get build-dep im-config sudo apt-get install

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

2012-10-25 Thread Ma Xiaojun
"Upgrade to im-config 0.18" bug is here: https://bugs.launchpad.net/ubuntu/+source/im-config/+bug/1071463 I think both Precise and Quantal should get upgrade since im-config is at least best workaround ever. I note that language-selector in Precise is using Python 2 while language-selector in Qu

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

2012-10-25 Thread Nobuto MURATA
Hi Ma, As you might already know, a discussion of migrating from im-switch to im-config for raring has been started here: https://lists.ubuntu.com/archives/ubuntu-devel/2012-October/036055.html im-config 0.18 will be auto-synced from Debian soon if raring archive will be opened. -- You receive

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

2012-10-25 Thread Ma Xiaojun
I've done a quick-and-dirty backport for im-switch based on Aron Xu's patch. 1. sudo mv 80im-switch /usr/bin/im-launch 2.1 Add the following code at the beginning of im-launch: ## if [ "x$1" = "x-h" ] || [ "x$1" = "x--help" ] || [ "x$1" = "x" ]; then echo "Unknown option: $1" echo "Us

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

2012-10-26 Thread Lê Kiến Trúc
Dear Ma Xiaojun, Can you give me your configuration of im-config. I 've followed your instruction to compile and install im-config. Then i launch im-config and choose ibus as user configuration. But the im indicator still disapeared.i still have to use ibus-daemon -rxd command to show the icon. T

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

2012-10-26 Thread Ma Xiaojun
Hi, Lê Kiến Trúc I had no ~/.xinputrc actually. Since im-config would automatically pick one installed IMF (in my case, IBus) if there is no manual configuration. ( It is documented in im-config(1) ) I guess you issued "im-config -n ibus" to explicitly select IBus. I'd do automatic test on this

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

2012-10-26 Thread Aron Xu
** Also affects: language-selector (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to language-selector in Ubuntu. https://bugs.launchpad.net/bugs/875435 Title: iBus indicator does not

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

2012-10-27 Thread Gunnar Hjalmarsson
Hello Ma, Your step-by-step instruction in comment #69 sounds easy, and I was about trying to make an uploadable merge proposal based on it. However, I found that the Debian im-launch code is a bit over my head, and I won't propose anything I don't really understand. So either you or somebody el

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

2012-10-27 Thread Gunnar Hjalmarsson
To those who use iBus as the only input method system, and if I understand it correctly, neither im-switch nor im-config is really needed. You can just autostart iBus: $ cat ~/.config/autostart/ibus-daemon.desktop [Desktop Entry] Name=Start iBus Comment=Start or restart iBus with the icon safely s

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

2012-10-27 Thread Ma Xiaojun
Hello Gunnar: For your comment #73: You still needs to set up input method related environment variables: XMODIFIERS CLUTTER_IM_MODULE GTK_IM_MODULE QT_IM_MODULE Your can check your environment by: env | egrep 'IM_MODULE|XMODIFIERS' -- You received this bug notification because you are a member

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

2012-10-27 Thread Aron Xu
Hi, With my Debian pkg-ime hat on, I would like to say that sleep for several seconds at the beginning of /etc/X11/Xsession.d/80im-switch is a good idea for SRU. I'm not sure whether 10s will be too long for some users especially who have SSD as root filesystem, and 5 or 6 seconds would work well

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

2012-10-27 Thread Ma Xiaojun
Hello Gunnar: For your comment #72: For SRU justification, think it in this way: This bug is a serious regression compare to Ubuntu releases in pre-Unity era. And its effect is blocking. How can we leave it semi-fixed for three releases including an LTS has 5 year life time? The of principle im-c

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

2012-10-27 Thread Ma Xiaojun
Hello Aron: Even if 'sleep 10' works on my machine, low average success rate shown by Nobuto should be a good proof that it is not an effective fix. For im-switch backport, I think it is a must. Because im-switch is indeed the root cause of this bug and we have no way to migrate released version

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

2012-10-27 Thread Aron Xu
Avoid possible regression is much more important for SRU than fixing a certain bug, especially when it's not security related. I know your intention is good, but it's not the way a distribution maker would chase in a stable release. -- You received this bug notification because you are a member o

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

2012-10-27 Thread Ma Xiaojun
Hello Aron: Please help testing and stop repeating cliche, TYIA. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to language-selector in Ubuntu. https://bugs.launchpad.net/bugs/875435 Title: iBus indicator does not show on the panel Sta

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

2012-10-27 Thread Ma Xiaojun
Test result for backported im-switch on 12.04 (35/35). ** Attachment added: "out.png" https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/875435/+attachment/3416085/+files/out.png -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to langu

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

2012-10-27 Thread Ma Xiaojun
The above number should be (34/34). -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to language-selector in Ubuntu. https://bugs.launchpad.net/bugs/875435 Title: iBus indicator does not show on the panel Status in OEM Priority Project:

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

2012-10-27 Thread Aron Xu
** Changed in: ibus (Ubuntu) Status: Confirmed => Invalid ** Changed in: ibus (Ubuntu Oneiric) Status: Triaged => Invalid ** Changed in: ibus (Ubuntu Precise) Status: Confirmed => Invalid ** Changed in: ibus (Ubuntu Quantal) Status: Confirmed => Invalid -- You recei

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

2012-10-27 Thread Aron Xu
** No longer affects: language-selector (Ubuntu Oneiric) ** No longer affects: language-selector (Ubuntu Precise) ** No longer affects: language-selector (Ubuntu Quantal) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to language-selector

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

2012-10-30 Thread Gunnar Hjalmarsson
Considering what we now know about what causes this bug, I invalidated a few more tasks. ** Changed in: language-selector (Ubuntu) Status: New => Invalid ** Changed in: unity (Ubuntu) Status: New => Invalid ** No longer affects: unity (Ubuntu Oneiric) ** No longer affects: unity (

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

2012-10-30 Thread Launchpad Bug Tracker
** Branch linked: lp:~gunnarhj/ubuntu/oneiric/im-switch/ibus-icon-in- menu_bar -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to language-selector in Ubuntu. https://bugs.launchpad.net/bugs/875435 Title: iBus indicator does not show on t

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

2012-10-30 Thread Gunnar Hjalmarsson
** Changed in: im-switch (Ubuntu Oneiric) Status: Confirmed => In Progress ** Changed in: im-switch (Ubuntu Oneiric) Assignee: (unassigned) => Gunnar Hjalmarsson (gunnarhj) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lang

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

2012-10-30 Thread Ma Xiaojun
Hello Gunnar: You really think that delay 10 seconds is enough? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to language-selector in Ubuntu. https://bugs.launchpad.net/bugs/875435 Title: iBus indicator does not show on the panel Statu

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

2012-10-30 Thread Gunnar Hjalmarsson
On 2012-10-30 22:24, Ma Xiaojun wrote: > You really think that delay 10 seconds is enough? No, I know it's not. But, as you know, the more robust fix of this issue will happen when the deprecated im-switch is exchanged for im-config. And that's going to happen soon irrespective of this bug. I did

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

2012-10-30 Thread Gunnar Hjalmarsson
On 2012-10-30 23:41, Ma Xiaojun wrote: > As you seems to be the guy who can upload, You couldn't be more wrong. ;-) I have no upload rights at all. But as anybody else I can submit patches and merge proposals. You know what; since you seem to feel strongly about this, you may want to actually pr

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

2012-12-11 Thread tbys
I am still seeing this issue on Quantal Quetzal with im-switch 1.22ubuntu2.1. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to language-selector in Ubuntu. https://bugs.launchpad.net/bugs/875435 Title: iBus indicator does not show on th

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

2012-12-11 Thread Gunnar Hjalmarsson
On 2012-12-12 02:47, tbys wrote: > I am still seeing this issue on Quantal Quetzal with im-switch > 1.22ubuntu2.1. In Raring the issue has just been fixed in a better way by replacing im- switch with im-config. -- You received this bug notification because you are a member of Desktop Packages,

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

2012-11-18 Thread Gunnar Hjalmarsson
I have installed im-switch 1.20ubuntu5.0 from oneiric-proposed and run it successfully. On my system it makes the iBus icon appear reliably on the menu bar. ** Tags removed: verification-needed ** Tags added: verification-done verification-done-oneiric -- You received this bug notification becau

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

2012-11-26 Thread Launchpad Bug Tracker
This bug was fixed in the package im-switch - 1.20ubuntu5.0 --- im-switch (1.20ubuntu5.0) oneiric-proposed; urgency=low * 80im-switch: - Delay the start of an input method framework with 10 seconds to increase the chances that its icon (e.g. an iBus icon) is shown in

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

2012-11-26 Thread Launchpad Bug Tracker
This bug was fixed in the package im-switch - 1.20ubuntu5.1 --- im-switch (1.20ubuntu5.1) precise-proposed; urgency=low * 80im-switch: - Delay the start of an input method framework with 10 seconds to increase the chances that its icon (e.g. an iBus icon) is shown in

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

2012-11-26 Thread Launchpad Bug Tracker
This bug was fixed in the package im-switch - 1.22ubuntu2.1 --- im-switch (1.22ubuntu2.1) quantal-proposed; urgency=low * 80im-switch: - Delay the start of an input method framework with 10 seconds to increase the chances that its icon (e.g. an iBus icon) is shown in

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

2012-11-26 Thread James M. Leddy
For OEM's we consider this closed for now since we don't use ibus anymore. If im-switch has lingering bugs, we will re-open those against im-switch. ** Changed in: oem-priority/precise Status: In Progress => Fix Released ** Changed in: oem-priority Status: In Progress => Fix Release

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

2012-11-26 Thread Ma Xiaojun
> For OEM's we consider this closed for now since we don't use ibus anymore. If > im-switch > has lingering bugs, we will re-open those against im-switch. I wonder what do you use then? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to la

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

2012-11-26 Thread todaioan
alan_a...@yahoo.com ** Changed in: ibus (Ubuntu) Status: Invalid => Fix Released ** Changed in: ibus (Ubuntu) Assignee: (unassigned) => todaioan (alan-ar06) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to language-selector i

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

2012-11-26 Thread Aron Xu
Canonical's China OEM version has been using Fcitx for several releases. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to language-selector in Ubuntu. https://bugs.launchpad.net/bugs/875435 Title: iBus indicator does not show on the pan

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

2012-11-26 Thread Anthony Wong
My friends, please take any discussion that's unrelated to this bug to private email or other forums, thanks. ** Changed in: ibus (Ubuntu) Status: Fix Released => Invalid ** Changed in: ibus (Ubuntu) Assignee: todaioan (alan-ar06) => (unassigned) -- You received this bug notificatio

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

2012-11-26 Thread Ma Xiaojun
Well, I guess we are discussing whether we should close OEM for this bug. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to language-selector in Ubuntu. https://bugs.launchpad.net/bugs/875435 Title: iBus indicator does not show on the pa

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

2012-09-18 Thread James M. Leddy
** Changed in: oem-priority Assignee: David Barth (dbarth) => James M. Leddy (jm-leddy) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to ibus in Ubuntu. https://bugs.launchpad.net/bugs/875435 Title: iBus indicator does not show on

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

2012-09-18 Thread tran hoang bao
i think so! Le Kien Truc -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to ibus in Ubuntu. https://bugs.launchpad.net/bugs/875435 Title: iBus indicator does not show on the panel Status in OEM Priority Project: New Status in OEM Prior

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

2012-11-07 Thread Brian Murray
** Tags added: natty -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to language-selector in Ubuntu. https://bugs.launchpad.net/bugs/875435 Title: iBus indicator does not show on the panel Status in OEM Priority Project: In Progress St

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

2012-11-07 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/raring/im-switch/raring- proposed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to language-selector in Ubuntu. https://bugs.launchpad.net/bugs/875435 Title: iBus indicator does not show on t

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

2012-11-07 Thread Launchpad Bug Tracker
This bug was fixed in the package im-switch - 1.22ubuntu3 --- im-switch (1.22ubuntu3) raring; urgency=low * 80im-switch: - Delay the start of an input method framework with 10 seconds to increase the chances that its icon (e.g. an iBus icon) is shown in Unity's menu

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

2012-11-07 Thread Brian Murray
I've uploaded this to raring, quantal, precise and oneiric. Thanks for you work! -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to language-selector in Ubuntu. https://bugs.launchpad.net/bugs/875435 Title: iBus indicator does not show o

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

2012-11-07 Thread Ma Xiaojun
Don't mark this as "Fix Released", Gunnar's "sleep 10" is just a semi- work solution, as shown in comment #59, #60, #61. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to language-selector in Ubuntu. https://bugs.launchpad.net/bugs/875435

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

2012-11-07 Thread Gunnar Hjalmarsson
** Tags added: verification-needed ** Changed in: im-switch (Ubuntu Oneiric) Status: In Progress => Fix Committed ** Changed in: im-switch (Ubuntu Precise) Status: In Progress => Fix Committed ** Changed in: im-switch (Ubuntu Quantal) Status: In Progress => Fix Committed --

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

2012-11-07 Thread Brian Murray
While I've uploaded them to the stable releases the SRU archive admin team still needs to approve those uploads. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to language-selector in Ubuntu. https://bugs.launchpad.net/bugs/875435 Title:

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

2012-11-07 Thread Ma Xiaojun
** Branch linked: lp:~damage3025/ubuntu/raring/im-switch/root-fix- lp875435 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to language-selector in Ubuntu. https://bugs.launchpad.net/bugs/875435 Title: iBus indicator does not show on the

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

2012-11-07 Thread Ma Xiaojun
I've now made a branch for ROOT FIX. https://code.launchpad.net/~damage3025/ubuntu/raring/im-switch/root-fix- lp875435 I even tried to make the documentation consistent. Things left behind: 1. Debian.README is long and kind of useless, maybe we can just remove it. 2. The postinst script should b

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

2012-11-08 Thread Gunnar Hjalmarsson
Nice, Ma! :) Obviously you put quite some effort in that branch. Now, how about bearing Rodney's advice at https://lists.ubuntu.com/archives/ubuntu-devel- discuss/2012-November/014024.html in mind, and following the SRU procedure. Next step would be to create a merge proposal and have it accepted

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

2012-11-08 Thread Gunnar Hjalmarsson
Two comments on Ma's branch: * I don't think that 80im-switch needs to be explicitly removed via debian/postinst, but it should be automatically removed when upgrading from a previous im-switch version (untested). * When removing "sleep 10", you'd better replace those blocks (including the

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

2012-11-08 Thread Anthony Wong
** Changed in: im-switch (Ubuntu) Status: Fix Released => In Progress ** Changed in: im-switch (Ubuntu) Assignee: Gunnar Hjalmarsson (gunnarhj) => Ma Xiaojun (damage3025) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to langua

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

2012-11-09 Thread Aron Xu
Please don't waste time on this issue anymore, if you want get more stuff fixed in R and later, port language-selector to im-config. It won't be too much more work than maintaining a crappy version of an abandoned project. ** Changed in: im-switch (Ubuntu) Status: In Progress => Fix Release

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

2012-11-09 Thread Gunnar Hjalmarsson
@Aron Please see comment #1 at bug #1076975. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to language-selector in Ubuntu. https://bugs.launchpad.net/bugs/875435 Title: iBus indicator does not show on the panel Status in OEM Priority P

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

2012-11-09 Thread Anthony Wong
Hi Aron, it's just for tracking purpose until the bug is fixed, no matter what the implementation will be. Although Fix Released for R is not correctly reflecting the current situation, I won't be pedantic and will just leave it as is. -- You received this bug notification because you are a memb

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

2012-11-14 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/quantal-proposed/im-switch -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to language-selector in Ubuntu. https://bugs.launchpad.net/bugs/875435 Title: iBus indicator does not show on the panel Status in OEM

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

2012-11-15 Thread Gunnar Hjalmarsson
I have installed im-switch 1.22ubuntu2.1 from quantal-proposed and run it successfully. On my system it makes the iBus icon appear reliably on the menu bar. It should be noted that im-switch packages (Quantal and Precise) with basically the same change have been available for testing in my PPA for

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

2012-11-15 Thread Clint Byrum
Hello Duy, or anyone else affected, Accepted im-switch into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/im- switch/1.20ubuntu5.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https://

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

2012-11-15 Thread Clint Byrum
** Tags added: verification-done verification-done-quantal -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to language-selector in Ubuntu. https://bugs.launchpad.net/bugs/875435 Title: iBus indicator does not show on the panel Status in

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

2012-11-15 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/precise/im-switch/precise- proposed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to language-selector in Ubuntu. https://bugs.launchpad.net/bugs/875435 Title: iBus indicator does not show on

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

2012-11-15 Thread Clint Byrum
Hello Duy, or anyone else affected, Accepted im-switch into oneiric-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/im- switch/1.20ubuntu5.0 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https://

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

2012-11-15 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/oneiric/im-switch/oneiric- proposed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to language-selector in Ubuntu. https://bugs.launchpad.net/bugs/875435 Title: iBus indicator does not show on

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

2012-11-15 Thread Gunnar Hjalmarsson
I have installed im-switch 1.20ubuntu5.1 from precise-proposed and run it successfully. On my system it makes the iBus icon appear reliably on the menu bar. Could anybody, who has Ubuntu 11.10 installed, test im-switch 1.20ubuntu5.0 in oneiric-proposed, please? ** Tags added: verification-done-pr

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

2012-10-12 Thread Sebastien Bacher
Setting rls-q-notfixing, while annoying this bug is around for a while and it doesn't look like it will be fixed before q release, still would be a good candidate to fix in a SRU but it likely needs debugging by somebody having the issue... ** Tags removed: rls-q-incoming ** Tags added: rls-q-notf

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

2012-10-12 Thread Ma Xiaojun
Don't forget the fact your app indicator patch (05_appindicator.patch) makes (default) "Embedded in menu" unusable. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to ibus in Ubuntu. https://bugs.launchpad.net/bugs/875435 Title: iBus indi

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

2012-10-13 Thread Launchpad Bug Tracker
** Branch linked: lp:~gunnarhj/ubuntu/quantal/im-switch/ibus-icon-in- menu_bar -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to ibus in Ubuntu. https://bugs.launchpad.net/bugs/875435 Title: iBus indicator does not show on the panel Sta

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

2012-10-14 Thread Launchpad Bug Tracker
** Branch linked: lp:~gunnarhj/ubuntu/precise/im-switch/ibus-icon-in- menu_bar -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to ibus in Ubuntu. https://bugs.launchpad.net/bugs/875435 Title: iBus indicator does not show on the panel Sta

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

2012-10-14 Thread Gunnar Hjalmarsson
I'm not too delighted with Ikuya's patch. It would mean that ibus often would be started twice. It would also break the role that im-switch currently has in Ubuntu; please see comment #2 in bug #788033 for a description of how it works. Instead I decided to give the idea with delaying the start of

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

2012-10-14 Thread Lê Kiến Trúc
Hi gunnarhj, I have seen your patch yesterday. I'll try to use it in fresh install of Quantal -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to ibus in Ubuntu. https://bugs.launchpad.net/bugs/875435 Title: iBus indicator does not show o

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

2012-10-15 Thread Gunnar Hjalmarsson
On 2012-10-15 03:50, Lê Kiến Trúc wrote: > I have seen your patch yesterday. I'll try to use it in fresh install > of Quantal-- Thanks in advance. Looking forward to your report. ;-) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to ibus i

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

2012-10-15 Thread James M. Leddy
** Changed in: oem-priority Status: New => In Progress ** Changed in: oem-priority/precise Status: New => In Progress -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to ibus in Ubuntu. https://bugs.launchpad.net/bugs/875435 T

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

2012-10-17 Thread Lê Kiến Trúc
Hi, I confirm that im-switch patch of gunnarhj( https://launchpad.net/~gunnarhj/+archive/misc) works with fresh install ubuntu 12.10 beta 2 . The ibus icon will appear after login with a few seconds delay. I have change the GUI language to Vietnamese and use ibus-unikey with. Nothing crash aft

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

2012-10-17 Thread Gunnar Hjalmarsson
On 2012-10-17 10:58, Lê Kiến Trúc wrote: > I confirm that im-switch patch of gunnarhj( > https://launchpad.net/~gunnarhj/+archive/misc) works with fresh > install ubuntu 12.10 beta 2 . Thanks for letting us know that! Anybody else who is willing to test? > The ibus icon will appear after login wi

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

2012-10-18 Thread Gunnar Hjalmarsson
@Ma Xiaojun Good! We're waiting. ;-) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to ibus in Ubuntu. https://bugs.launchpad.net/bugs/875435 Title: iBus indicator does not show on the panel Status in OEM Priority Project: In Progress

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

2012-10-19 Thread Ma Xiaojun
gunnarhj's stuff does work in Unity 12.04/12.10. However, I haven't found a way to enable IBus icon in GNOME Shell, 12.10. I'd file a new bug for issue of GNOME Shell. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to ibus in Ubuntu. https:

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

2012-10-19 Thread Gunnar Hjalmarsson
On 2012-10-19 15:48, Ma Xiaojun wrote: > gunnarhj's stuff does work in Unity 12.04/12.10. Thanks for letting us know! > However, I haven't found a way to enable IBus icon in GNOME Shell, > 12.10. If I install gnome-session-fallback and log into a GNOME Classic session (in 12.10), the ibus icon a

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

2012-10-19 Thread Ma Xiaojun
GNOME Classic/Fallback is not GNOME Shell... -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to ibus in Ubuntu. https://bugs.launchpad.net/bugs/875435 Title: iBus indicator does not show on the panel Status in OEM Priority Project: In

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

2012-10-19 Thread Launchpad Bug Tracker
** Branch linked: lp:~gunnarhj/ubuntu/raring/im-switch/ibus-icon-in- menu_bar -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to ibus in Ubuntu. https://bugs.launchpad.net/bugs/875435 Title: iBus indicator does not show on the panel Stat

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

2012-10-19 Thread Gunnar Hjalmarsson
Aha, so you mean GNOME Remix? Ok. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to ibus in Ubuntu. https://bugs.launchpad.net/bugs/875435 Title: iBus indicator does not show on the panel Status in OEM Priority Project: In Progress St

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

2012-10-19 Thread Ma Xiaojun
Vanilla 12.10 with "gnome" package installed, using "GNOME" session to login. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to ibus in Ubuntu. https://bugs.launchpad.net/bugs/875435 Title: iBus indicator does not show on the panel Stat

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

2012-10-21 Thread Nobuto MURATA
Hi Gunnar, I have tested your PPA package. My environment is: * quantal guest on VirtualBox(precise host) * use gnome-session-fallback * set autologin to lightdm The result: * without any workaround (im-switch: 1.22ubuntu2), ibus-indicator appeared 0/34 times. => 0% * with your PPA p

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

2012-10-21 Thread Nobuto MURATA
For your information, I did the test by the steps below, 1. install xdotool and imagemagick package 2. save a script below as ~/test.sh #!/bin/sh sleep 60 import -window root -gravity NorthEast \ -crop '300x30+0+0' `date +"%F_%T.png"` sleep 5 /usr/lib/indicator-session/

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

2012-10-21 Thread Nobuto MURATA
Here is a concatenated image on the test of "sleep 10". ** Attachment added: "im-switch_sleep_10.png" https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/875435/+attachment/3407704/+files/im-switch_sleep_10.png -- You received this bug notification because you are a member of Desktop Package

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

2012-10-21 Thread Gunnar Hjalmarsson
** Also affects: unity (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to ibus in Ubuntu. https://bugs.launchpad.net/bugs/875435 Title: iBus indicator does not show on the panel Status

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

2012-10-21 Thread Gunnar Hjalmarsson
Thanks, Nobuto, for your extensive tests! I'm sorry that it's only a small improvement for you. At the same time I appreciate that you acknowledge my proposal as an improvement and support uploading. For Lê Kiến Trúc, Ma Xiaojun and myself the modified im-switch package in my PPA seems to be suffic

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

2012-10-21 Thread Jeremy Bicha
Ma, the Quantal GNOME Shell issue is bug 1045914. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to ibus in Ubuntu. https://bugs.launchpad.net/bugs/875435 Title: iBus indicator does not show on the panel Status in OEM Priority Project:

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

2013-02-26 Thread ttmy
I have same problem on ubuntu 12.10. After login, ibus icon does not show on panel bar but running. And also available to use myanmar font which use ibus for keyboard input method. #16 and #19 are not solutions. iBus still missing until i do "ibus-daemon -rxd". But also it is not root fix. Root fix

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

2013-03-07 Thread Gunnar Hjalmarsson
Upgrading to 13.04 is one way to ged rid of this bug completely. Otherwise it has struck me that a backport of im-config may be an option. http://developer.ubuntu.com/packaging/html/backports.html Is anybody willing to 1) request that the current Raring version of im-config is backported to e.g.

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

2012-10-30 Thread Ma Xiaojun
On 10/30/12 5:15 PM, Gunnar Hjalmarsson wrote: > No, I know it's not. But, as you know, the more robust fix of this issue > will happen when the deprecated im-switch is exchanged for im-config. > And that's going to happen soon irrespective of this bug. I believe that "the more robust fix" should

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

2012-11-26 Thread Ma Xiaojun
On Mon, Nov 26, 2012 at 11:31 PM, Aron Xu wrote: > Canonical's China OEM version has been using Fcitx for several releases. But the Fcitx package is outdated in official repo? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to language-sel

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

2012-10-17 Thread Ma Xiaojun
On Wed, Oct 17, 2012 at 2:35 PM, Gunnar Hjalmarsson wrote: > Thanks for letting us know that! Anybody else who is willing to test? I'm willing~ -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to ibus in Ubuntu. https://bugs.launchpad.net/bu