Linux [SOLVED]No window frame in windowed mode (KDE)
#1
Hi,

Since yesterday, I have a very annoying issue with XBMC.
When I switch to windowed mode, the frame around XBMC window does not appear anymore. The app also does not appear in the taskbar and, even if I click in the image, I cannot use the keyboard. So I cannot come back to fullscreen using the "toggle fullscreen" key. The only way to come back to fullscreen is to stop the video to go in the settings->system->video and switch to fullscreen.

I ran some software update recently but I'm not sure if this is the cause of the problem. But before, I was able to switch from windowed to fullscreen mode without any problem.

Thanks for help.
Reply
#2
Well, thanks to the french Ubuntu forum, I found the solution:
The origin of this problem is the window manager that is not active anymore (don't ask why) on the second screen.
The magic command to fire it up is
Code:
DISPLAY=:0.1 kwin
To start XBMC at the same time:
Code:
DISPLAY=:0.1 kwin & DISPLAY=:0.1 xbmc
Reply

Logout Mark Read Team Forum Stats Members Help
[SOLVED]No window frame in windowed mode (KDE)0