ibus not working in Lubuntu
I install lubuntu few days ago and I tried to add my locale(sinhala). By using command ibus-setup I got the ibus configuration window and then I add my locale. I can see the keyboard icon on the top bar and when I use key combination ctrl+space it change default English(US) to my locate. But that effects nothing. When I type all I get is English. I tried adding another locale and result is the same.
I tried running im-switch -s ibus which gives a error like
Error: no configuration file "ibus" exists.
Error: No action taken.
So I guess though ibus is running it is not set as the input method. Can anyone give me a hand here.
lubuntu locale ibus
add a comment |
I install lubuntu few days ago and I tried to add my locale(sinhala). By using command ibus-setup I got the ibus configuration window and then I add my locale. I can see the keyboard icon on the top bar and when I use key combination ctrl+space it change default English(US) to my locate. But that effects nothing. When I type all I get is English. I tried adding another locale and result is the same.
I tried running im-switch -s ibus which gives a error like
Error: no configuration file "ibus" exists.
Error: No action taken.
So I guess though ibus is running it is not set as the input method. Can anyone give me a hand here.
lubuntu locale ibus
im-switch has been replaced with im-config. However, ibus should have been set already, so that's probably not part of the solution.
– Gunnar Hjalmarsson
Jul 22 '14 at 19:00
add a comment |
I install lubuntu few days ago and I tried to add my locale(sinhala). By using command ibus-setup I got the ibus configuration window and then I add my locale. I can see the keyboard icon on the top bar and when I use key combination ctrl+space it change default English(US) to my locate. But that effects nothing. When I type all I get is English. I tried adding another locale and result is the same.
I tried running im-switch -s ibus which gives a error like
Error: no configuration file "ibus" exists.
Error: No action taken.
So I guess though ibus is running it is not set as the input method. Can anyone give me a hand here.
lubuntu locale ibus
I install lubuntu few days ago and I tried to add my locale(sinhala). By using command ibus-setup I got the ibus configuration window and then I add my locale. I can see the keyboard icon on the top bar and when I use key combination ctrl+space it change default English(US) to my locate. But that effects nothing. When I type all I get is English. I tried adding another locale and result is the same.
I tried running im-switch -s ibus which gives a error like
Error: no configuration file "ibus" exists.
Error: No action taken.
So I guess though ibus is running it is not set as the input method. Can anyone give me a hand here.
lubuntu locale ibus
lubuntu locale ibus
asked Jul 22 '14 at 16:27
user221315
17026
17026
im-switch has been replaced with im-config. However, ibus should have been set already, so that's probably not part of the solution.
– Gunnar Hjalmarsson
Jul 22 '14 at 19:00
add a comment |
im-switch has been replaced with im-config. However, ibus should have been set already, so that's probably not part of the solution.
– Gunnar Hjalmarsson
Jul 22 '14 at 19:00
im-switch has been replaced with im-config. However, ibus should have been set already, so that's probably not part of the solution.
– Gunnar Hjalmarsson
Jul 22 '14 at 19:00
im-switch has been replaced with im-config. However, ibus should have been set already, so that's probably not part of the solution.
– Gunnar Hjalmarsson
Jul 22 '14 at 19:00
add a comment |
3 Answers
3
active
oldest
votes
I think you should install the ibus-m17n package.
sudo apt-get install ibus-m17n
Then, next time you log in, you should see a bunch of new Sinhala options when running ibus-setup. Pick the one of your choice, and hopefully it makes a difference.
Worked like a charm. Thanks @Gunner
– user221315
Jul 23 '14 at 15:37
add a comment |
I recently had a really hard time making this work and finally solved my problem using xfce4-xkb-plugin on Lubuntu 18.04.
First install the plugin
sudo apt-get install xfce4-xkb-plugin
then right-click on the task-bar and click add/remove panel items , it will open a Panel Preferences window
Click the +Add button; it will open Add plugin to panel window
select Keyboard Layout Handler and click +Add button
Now back in the Panel preferences window select Keyboard Layout Handler and click the Preferences button
This will open the Keyboard Layout Handler preferences window, whereyou need to do the following:
Under Advanced setxkbmap Options uncheck keep system layouts
Under Keyboard Layouts > +Add select the language you want to add
Under Change Layout Option choose the keys you want to toggle between the languages
Now try it يعمل جيدا معي في اللغة العربية
add a comment |
To add the functionality of multiple keyboards, first add (as root) to
/etc/xdg/lxsession/LXDE/autostart your language choices, for example, for US and French, add
@setxkbmap -layout "us,fr".
See http://lxlinux.com/#19 for additional information.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f501199%2fibus-not-working-in-lubuntu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
I think you should install the ibus-m17n package.
sudo apt-get install ibus-m17n
Then, next time you log in, you should see a bunch of new Sinhala options when running ibus-setup. Pick the one of your choice, and hopefully it makes a difference.
Worked like a charm. Thanks @Gunner
– user221315
Jul 23 '14 at 15:37
add a comment |
I think you should install the ibus-m17n package.
sudo apt-get install ibus-m17n
Then, next time you log in, you should see a bunch of new Sinhala options when running ibus-setup. Pick the one of your choice, and hopefully it makes a difference.
Worked like a charm. Thanks @Gunner
– user221315
Jul 23 '14 at 15:37
add a comment |
I think you should install the ibus-m17n package.
sudo apt-get install ibus-m17n
Then, next time you log in, you should see a bunch of new Sinhala options when running ibus-setup. Pick the one of your choice, and hopefully it makes a difference.
I think you should install the ibus-m17n package.
sudo apt-get install ibus-m17n
Then, next time you log in, you should see a bunch of new Sinhala options when running ibus-setup. Pick the one of your choice, and hopefully it makes a difference.
answered Jul 22 '14 at 19:09
Gunnar Hjalmarsson
19.1k23261
19.1k23261
Worked like a charm. Thanks @Gunner
– user221315
Jul 23 '14 at 15:37
add a comment |
Worked like a charm. Thanks @Gunner
– user221315
Jul 23 '14 at 15:37
Worked like a charm. Thanks @Gunner
– user221315
Jul 23 '14 at 15:37
Worked like a charm. Thanks @Gunner
– user221315
Jul 23 '14 at 15:37
add a comment |
I recently had a really hard time making this work and finally solved my problem using xfce4-xkb-plugin on Lubuntu 18.04.
First install the plugin
sudo apt-get install xfce4-xkb-plugin
then right-click on the task-bar and click add/remove panel items , it will open a Panel Preferences window
Click the +Add button; it will open Add plugin to panel window
select Keyboard Layout Handler and click +Add button
Now back in the Panel preferences window select Keyboard Layout Handler and click the Preferences button
This will open the Keyboard Layout Handler preferences window, whereyou need to do the following:
Under Advanced setxkbmap Options uncheck keep system layouts
Under Keyboard Layouts > +Add select the language you want to add
Under Change Layout Option choose the keys you want to toggle between the languages
Now try it يعمل جيدا معي في اللغة العربية
add a comment |
I recently had a really hard time making this work and finally solved my problem using xfce4-xkb-plugin on Lubuntu 18.04.
First install the plugin
sudo apt-get install xfce4-xkb-plugin
then right-click on the task-bar and click add/remove panel items , it will open a Panel Preferences window
Click the +Add button; it will open Add plugin to panel window
select Keyboard Layout Handler and click +Add button
Now back in the Panel preferences window select Keyboard Layout Handler and click the Preferences button
This will open the Keyboard Layout Handler preferences window, whereyou need to do the following:
Under Advanced setxkbmap Options uncheck keep system layouts
Under Keyboard Layouts > +Add select the language you want to add
Under Change Layout Option choose the keys you want to toggle between the languages
Now try it يعمل جيدا معي في اللغة العربية
add a comment |
I recently had a really hard time making this work and finally solved my problem using xfce4-xkb-plugin on Lubuntu 18.04.
First install the plugin
sudo apt-get install xfce4-xkb-plugin
then right-click on the task-bar and click add/remove panel items , it will open a Panel Preferences window
Click the +Add button; it will open Add plugin to panel window
select Keyboard Layout Handler and click +Add button
Now back in the Panel preferences window select Keyboard Layout Handler and click the Preferences button
This will open the Keyboard Layout Handler preferences window, whereyou need to do the following:
Under Advanced setxkbmap Options uncheck keep system layouts
Under Keyboard Layouts > +Add select the language you want to add
Under Change Layout Option choose the keys you want to toggle between the languages
Now try it يعمل جيدا معي في اللغة العربية
I recently had a really hard time making this work and finally solved my problem using xfce4-xkb-plugin on Lubuntu 18.04.
First install the plugin
sudo apt-get install xfce4-xkb-plugin
then right-click on the task-bar and click add/remove panel items , it will open a Panel Preferences window
Click the +Add button; it will open Add plugin to panel window
select Keyboard Layout Handler and click +Add button
Now back in the Panel preferences window select Keyboard Layout Handler and click the Preferences button
This will open the Keyboard Layout Handler preferences window, whereyou need to do the following:
Under Advanced setxkbmap Options uncheck keep system layouts
Under Keyboard Layouts > +Add select the language you want to add
Under Change Layout Option choose the keys you want to toggle between the languages
Now try it يعمل جيدا معي في اللغة العربية
edited Dec 12 at 8:52
Zanna
50k13131238
50k13131238
answered Dec 12 at 8:00
Samy.Abdellatif
113
113
add a comment |
add a comment |
To add the functionality of multiple keyboards, first add (as root) to
/etc/xdg/lxsession/LXDE/autostart your language choices, for example, for US and French, add
@setxkbmap -layout "us,fr".
See http://lxlinux.com/#19 for additional information.
add a comment |
To add the functionality of multiple keyboards, first add (as root) to
/etc/xdg/lxsession/LXDE/autostart your language choices, for example, for US and French, add
@setxkbmap -layout "us,fr".
See http://lxlinux.com/#19 for additional information.
add a comment |
To add the functionality of multiple keyboards, first add (as root) to
/etc/xdg/lxsession/LXDE/autostart your language choices, for example, for US and French, add
@setxkbmap -layout "us,fr".
See http://lxlinux.com/#19 for additional information.
To add the functionality of multiple keyboards, first add (as root) to
/etc/xdg/lxsession/LXDE/autostart your language choices, for example, for US and French, add
@setxkbmap -layout "us,fr".
See http://lxlinux.com/#19 for additional information.
answered Jul 22 '14 at 16:56
Rex
1,2071712
1,2071712
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f501199%2fibus-not-working-in-lubuntu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
im-switch has been replaced with im-config. However, ibus should have been set already, so that's probably not part of the solution.
– Gunnar Hjalmarsson
Jul 22 '14 at 19:00