Maui Forums

Full Version: Window Border Missing After Upgrading To 17.03
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys. Looking for some assistance. I upgraded from Maui 2.1 to 17.03 The problem I'm having is with the window.There is no border and I can't move or resize them.My hot corners are no longer working. Maui-desktop,Plasma-desktop,Plasma-desktop-data and kwin only has a blue check mark beside them (not green) in Synaptic Package Manager. I did a update and restarted the computer but no luck.Any help is greatly appreciated. Thanks.
Are those packages installed or not ?
Can you try executing kwin manually ?
(9th April 2017, 22:03)leszek Wrote: [ -> ]Are those packages installed or not ?
Can you try executing kwin manually ?

They are installed (they have a blue check mark beside them). How do I execute kwin manually?
You can press ALT+F2 and enter kwin_x11 and see if it works.
Otherwise if it does not react to your keypresses but you can navigate still with the mouse try opening up a terminal and execute it from there.
(9th April 2017, 22:03)leszek Wrote: [ -> ]Are those packages installed or not ?
Can you try executing kwin manually ?

I try running "kwin --replace" in terminal and it says kwin: usr/lib/x86-64-linux-gnu/ libxkbcommon.so.0 version not found
Make sure that the package libxkbcommon0 is installed.
Usually it should be kwin-common and libqt5gui that depend on it.
Seems like maybe your packages are broken.

Can you try also running
Code:
sudo apt-get install -f
to see if it fixes the package dependencies for you aswell (as there might be other packages maybe missing or not fully upgraded)