Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use ibus daemonize to allow ibus popup suggestions to appear Closes: #729 #2111

Merged
merged 1 commit into from Sep 14, 2021

Conversation

fossfreedom
Copy link
Contributor

Description

This PR ensures ibus popup suggestions such as chinese pinyin appears below where you are typing.

This is as a result of the excellent research made by @gunnarhj as part of this issue sarim/ibus-avro#166

IMPORTANT: please note - I am most definitely not a multi keyboard user so please can everyone confirm this works for you - BOTH for non-xkb layouts and xkb layouts

Running the following will also achieve the same effect as this PR so you dont necessarily have to understand how to compile source code.

killall ibus-daemon && ibus-daemon --xim --daemonize

Submitter Checklist

  • Squashed commits with git rebase -i (if needed)
  • Built budgie-desktop and verified that the patch worked (if needed)

@sarim
Copy link

sarim commented Mar 9, 2021

The main goal is not to "daemonize", but to not disable ibus panel. As the current code passes the --panel disable flag to ibus, that disables ibus's panel.

@gunnarhj
Copy link

gunnarhj commented Mar 9, 2021

Not surprisingly I can confirm (on Ubuntu Budgie 20.04) that running the command you mentioned makes the IBus suggestion window show up, and I don't see any side effects on for instance the Swedish XKB layout I'm normally using.

@JoshStrobl JoshStrobl merged commit c2969d6 into solus-project:master Sep 14, 2021
JoshStrobl added a commit that referenced this pull request Sep 17, 2021
#2111)"

This reverts commit c2969d6.

The system tray will appear even when there is only one keyboard layout. Incredibly frustrating and it sticks out like a sore thumb. Until that changes, keep it disabled.
@fossfreedom fossfreedom deleted the ibuspopup branch July 20, 2022 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants