README update

This commit is contained in:
dec05eba
2025-11-01 14:50:09 +01:00
parent 0f5b225107
commit d7f6d2cc0c
2 changed files with 5 additions and 1 deletions

View File

@@ -74,3 +74,5 @@ This is a KDE Plasma Wayland issue. Use `setxkbmap <language>` command, for exam
## "Save to clipboard" option doesn't work for screenshots
Some Wayland compositors don't support copying images on the clipboard between X11 and Wayland applications. GPU Screen Recorder UI is an X11 application. It can't be done properly on Wayland
since Wayland doesn't support a non-focused application from setting the clipboard, so it can't work with GPU Screen Recorder hotkey usage. Use X11 if you want a functioning desktop.
## The controller hotkey and steam overlap (home button brings up steam overlay)
You can either disable the steam overlay or in steam click Steam->Settings->Controller and then click "Begin Test" under "Test Device Inputs". Click on "Setup Device Inputs" and configure controller buttons there and when you get to the home button press X to unbind it from steam.

2
TODO
View File

@@ -236,3 +236,5 @@ Convert clipboard image to requested type (from jpg to png for example).
Save clipboard image with wayland on wayland. Some wayland compositors (such as hyprland, budgie and maybe more (wlroots based ones?)) don't support copying clipboard image data from x11 applications to wayland applications.
This can be done because retarded wayland only supports setting clipboard when the application has focus. This doesn't work with hotkey screenshot use.
This is specifically an issue when using wl_data_device_manager, which is a standard protocol. It can be done when using wlr specific protocol.
When gsr supports pausing recording done in replay/streaming session then add support for that in gsr-ui as well.