Re: The Window Switcher installation is broken, resources are missing
Reply #7 –
It was a long shot but worth a try.
If I was having your issue the next thing I'd try would be creating a new user
sudo useradd -m test1
sudo passwd test1
and logging into the desktop with that user.
Oh before you do that get rid of any kde settings that may have been copied from /etc/skel
Just leave /home/test1/.bash_profile & /home/test1/.bashrc
If you log in as test1 and ALT-TAB switching works you have a problem with your user config files in ~/
If it still doesn't work there's a problem with the system files.
I'd suspect the former as it's working for me.