Bug 378887 - Keyboard doesn't work in text fields - some problem with polkit ?
Summary: Keyboard doesn't work in text fields - some problem with polkit ?
Status: RESOLVED DUPLICATE of bug 376866
Alias: None
Product: plasmashell
Classification: Plasma
Component: general (show other bugs)
Version: 5.9.4
Platform: Kubuntu Linux
: NOR normal
Target Milestone: 1.0
Assignee: David Edmundson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-17 18:36 UTC by Anna Ochab-Marcinek
Modified: 2017-04-24 01:31 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anna Ochab-Marcinek 2017-04-17 18:36:18 UTC
Keyboard doesn't work in text fields of plasma applications, for example:
- When I use Alt+F2 to run an application, I can't enter any text in the text field.
- When I click on the main menu on bottom panel and try to search something in the text field "Type to search".
- When the updater notifies about a new updates and wants me to enter password.

I am using a system where Ubuntu packages were installed first, and then I additionally installed kubuntu-desktop and all the other corresponding packages.

The problem disappears after I run the following script to restart plasmashell,  krunner, and polkit-kde-authentication-agent-1 :

#############################################

killall plasmashell #to stop plasmashell
kstart plasmashell #to restart plasmashell
killall krunner #to stop krunner
krunner #to start krunner
killall polkit-kde-authentication-agent-1

#############################################
Comment 1 Anna Ochab-Marcinek 2017-04-17 18:38:18 UTC
The same problem was reported here:

https://askubuntu.com/questions/838613/keyboard-not-working-properly-in-kde-after-upgrade-to-kubuntu-16-10

I used their script.
Comment 2 Anna Ochab-Marcinek 2017-04-17 18:47:41 UTC
Finally, I used the other solution from https://askubuntu.com/questions/838613/keyboard-not-working-properly-in-kde-after-upgrade-to-kubuntu-16-10 :

###################################

sudo apt purge ibus
sudo apt install fcitx
sudo dpkg-reconfigure fcitx
sudo reboot

###################################

This solution seems to work.
Comment 3 David Edmundson 2017-04-24 01:31:47 UTC

*** This bug has been marked as a duplicate of bug 376866 ***