Open kolayne opened 1 year ago
Interestingly, I can't repro this on KDE. Which WM/DE are you using?
i3 version 4.22-35-g754c4f2f
i use also i3 v4.22 and also i experience this
Btw, the issue is reproducible without a window manager. For instance, in xorg started with startx
(as in xorg-xinit) and the screen locked with i3lock
(i3lock-color, no additional options) notifications from notify-send
appear on top of it
This issue is a....
Current Behavior
When various kinds of notifications (e.g. Telegram Desktop,
notify-send
) arrive with screen locked, they appear on top of the locked screen (with no compositor running).Expected Behavior
Notifications are not displayed when the screen is locked
Reproduction Instructions
In bash, run
sleep 1 && notify-send hey there & i3lock
. The notification will appear on screen.Environment
Output of
i3lock --version
:Reproducible in:
More information
Bisect has shown that the issue has appeared in 0da5cdb4.
Dumb experiments have shown that the following patch (to the current
master
version) fixes the notifications problem but, unfortunately, makes everything else other than the background color invisible:As I have no experience with xorg/xcb programming, I have no idea what I'm doing, so, help is much appreciated :)