Bug #1258
Screen Corruption w/ FullScreen in i3 WM
100%
Description
I am using quasselclient on Archlinux and am running the i3 windowmanager (WM). This WM has a feature to fullscreen an application which I have bound to Mod4+F. When I invoke fullscreen, I get screen corruption and WM unresponsiveness for a few seconds before Quasselclient crashes. Attached is backtrace. I am running quasselclient 0.9.1.
Associated revisions
Fix fullscreen mode
In some setups, the FullScreen action would get out of sync with
the actual window state and thus kick Quassel into an endless loop
and finally a crash when toggling full screen mode.
Turns out reading the docs for KToggleFullScreenAction helped doing
this properly (avoiding this and other bugs when using QWidget's methods).
Thanks to yofel and hays for reporting, and apachelogger for putting
me on the right track for fixing this.
History
#1 Updated by Anonymous over 12 years ago
- Status changed from New to Confirmed
- OS changed from Any to Linux
#2 Updated by wintermute_77@yahoo.com over 12 years ago
I built quasselclient without KDE integration and the problem went away.
#3 Updated by Anonymous over 12 years ago
- Status changed from Confirmed to Resolved
- % Done changed from 0 to 100
Applied in changeset quassel|commit:47a6910aed00018c7230cc2cc90ae8e80fa77dda.
Fix fullscreen mode
In some setups, the FullScreen action would get out of sync with
the actual window state and thus kick Quassel into an endless loop
and finally a crash when toggling full screen mode.
Turns out reading the docs for KToggleFullScreenAction helped doing
this properly (avoiding this and other bugs when using QWidget's methods).
Thanks to yofel and hays for reporting, and apachelogger for putting
me on the right track for fixing this.
Fixes #1153, fixes #1258.