aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-05-16 17:57:44 +0200
committerdec05eba <dec05eba@protonmail.com>2025-05-16 17:57:44 +0200
commitcae1c476435a6b8af6a0a3cd73d9e9e7dcbcfed1 (patch)
tree8507c496a6f6c7a80e5b9451e005a09f64df20cb
parentde1ed58f8d011f5f2c82b2b25ae08ae4f7708aca (diff)
Update README and TODO
-rw-r--r--README.md4
-rw-r--r--TODO10
2 files changed, 10 insertions, 4 deletions
diff --git a/README.md b/README.md
index a33b34b..4e0a33b 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,9 @@ I'm looking for somebody that can create sound effects for the notifications.
# Known issues
* When the UI is open the wallpaper is shown instead of the game on Hyprland. This is an issue with Hyprland. It cant be fixed until the UI is redesigned to not be a fullscreen overlay.
-* Opening the UI when a game is fullscreened can mess up the game window a bit on Hyprland. I believe this is an issue with Hyprland.
+* Opening the UI when a game is fullscreen can mess up the game window a bit on Hyprland. This is an issue with Hyprland.
+* The background of the UI is black when opening the UI while a Wayland application is focused on COSMIC. This is an issue with COSMIC.
+* Unable to close the region selection with escape key while a Wayland application is focused on COSMIC. This is an issue with COSMIC.
# FAQ
## I get an error when trying to start the gpu-screen-recorder-ui.service systemd service
diff --git a/TODO b/TODO
index 82726c7..1f29cfd 100644
--- a/TODO
+++ b/TODO
@@ -147,8 +147,6 @@ Add systray for recording status.
Add a desktop icon when gsr-ui has a window mode option (which should be the default launch option).
-Use /dev/input/eventN (or /dev/hidrawN) instead of /dev/input/jsN for joystick input.
-
Verify if cursor tracker monitor name is always correct. It uses the wayland monitor name for recording, but gpu screen recorder uses a custom name created from the drm connector name.
Notification with the focused monitor (with CursorTrackerWayland) assumes that the x11 monitor name is the same as the drm monitor name. Same for find_monitor_by_name.
@@ -184,4 +182,10 @@ When gpu screen recorder ui can run as a regular window (and supports tray icon
Add a bug report page that automatically includes system info (make this clear to the user).
Do this by sending the report to a custom server that stores that data.
- The server should limit reports per IP to prevent spam. \ No newline at end of file
+ The server should limit reports per IP to prevent spam.
+
+Make it possible to change controller hotkeys. Also read from /dev/input/eventN instead of /dev/input/jsN. This is readable for controllers.
+
+Add option to copy screenshot to clipboard. Does it work properly on Wayland compositors? Maybe need to wait until the application becomes Wayland native instead of XWayland.
+
+Show message that replay/streaming has to be restarted if recording settings are changed while replay/streaming is ongoing.