Re: After fullscreen mode - Window bigger than screen
Hans wrote:
> I discovered the following issue:
>
> Running KDE, and when looking at a video or picture or video in some
> application on and make the video fullscreen, then the frame of the
> application grows bigger than the screen.
>
> Biger means, you can see half of the top bar, but clicking on it is no more
> possible.
>
> The application then can only be closed by "File end", "File close" or "Alt +
> F4", but not on the "x" on the top right corner.
>
> I do not know, which plasma part is responsible for it, so I could not file a
> bug.
>
> However, even if I would know, I feear it will not be fixed. Reason? Simple:
> Debian/trixie is using plasma 6.3 and all work is now done at plasma 6.4.
>
> No one will care, I fear. However, if this issue appears also in 6.4, it
> should be mentioned.
Probable workaround: use Alt + drag_left_mouse_button to move the
window downward, then resize the window or close it as you like.
Probable workaround 2: use xwininfo to get a window ID, then use
xdotool windowsize
or
xdotool windowmove
to resize or move the window as you like.
xdotool windowsize can take a percentage of the screen as a
resizing argument, so xdotool windowsize <windowID> 90% 90%
will get you a window with a 10% border on all sides.
-dsr-
Reply to: