aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-07-22 17:20:09 +0200
committerdec05eba <dec05eba@protonmail.com>2024-07-22 17:20:09 +0200
commite9343cce911c6401f9318165b4d098bdef723f8a (patch)
treeb2fc6c23729bfc9ac93c9ef77135f64c4792a51c /TODO
parent28eef4619f983234a8c1c92430821c1eea7dff96 (diff)
Fix pipewire capture on amd (fallback to no drm modifiers if eglCreateImage fails), might happen because of a buggy desktop portal/pipewire implementation
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 88e90e8..8556754 100644
--- a/TODO
+++ b/TODO
@@ -157,3 +157,5 @@ HDR support on x11?
Move most kms data to kms client. We dont need root access for everything that is server from kms server right now, such as hdr metadata and drm plane properties. Only the drm plane fd really needs root access.
Show rotated window size in monitor list when using incorrect monitor name.
+
+Desktop portal capture on kde plasma makes notifications not show up unless the notification is set as urgent. How to fix this? do we have to make our own notification system?