You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[X] Bug
[ ] Other kind of issue (Please describe in detail)
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:
i3lock version: 2.13.c.5
Reproducible in:
[X] AUR package (https://aur.archlinux.org/packages/i3lock-color)
[X] Built from source yourself
[ ] Other (Please describe in detail)
More information
Bisect has shown that the issue has appeared in 0da5cdb.
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:
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 0da5cdb.
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 :)
The text was updated successfully, but these errors were encountered: