After updating the software recently, whenever a window opens, it appears at the top left of the screen. The window chrome and handles are not shown, so I can't move the window. I tried deleting the plasma-* files in the .kde4 config folder, but that didn't help.
Announcement
Collapse
No announcement yet.
Windows Stuck to the Top of the Screen
Collapse
This topic is closed.
X
X
-
If the window borders are not shown, it usually means that kwin (kde's window manager) is not running...this may be because there's a problem with it or it has been removed in the upgrade.
First thing is to check that 'kde-window-manager' package is installed, and install it if it's not (just to make sure nothing essential has been removed, it's safer to also install 'kubuntu-desktop' package that depends on all essential packages, including the window manager).
Once installed, try starting kwin with Alt+F2 and run "kwin --replace", and if that doesn't work, try the same command from konsole to check if there are any errors reported in the terminal.
- Top
- Bottom
-
Originally posted by kubicle View PostIf the window borders are not shown, it usually means that kwin (kde's window manager) is not running...this may be because there's a problem with it or it has been removed in the upgrade.
First thing is to check that 'kde-window-manager' package is installed, and install it if it's not (just to make sure nothing essential has been removed, it's safer to also install 'kubuntu-desktop' package that depends on all essential packages, including the window manager).
Once installed, try starting kwin with Alt+F2 and run "kwin --replace", and if that doesn't work, try the same command from konsole to check if there are any errors reported in the terminal.
For some reason, Kubuntu doesn't respond to any Alt key commands - may be the keyboard. Konsole works.
- Top
- Bottom
Comment
-
Originally posted by pearsonbe View PostKonsole works.
1. sudo dpkg --configure -a (configure all packages that might have been left unconfigured)
2. sudo apt-get --reinstall install kubuntu-desktop (make sure everything essential is installed)
3. sudo apt-get -f install (try to fix any broken packages)
- Top
- Bottom
Comment
Comment