diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-04-11 23:23:42 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-04-11 23:23:42 +0200 |
commit | f1382e696665863033b056dedd0ef6ff625d57d4 (patch) | |
tree | 9e3eead44ec20b5e8f192d12737818a3b191442c | |
parent | 0d63e3f22b3383dc13eb942ba5e43f11e045d646 (diff) |
-rw-r--r-- | com.dec05eba.gpu_screen_recorder.appdata.xml | 5 | ||||
-rw-r--r-- | src/main.cpp | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/com.dec05eba.gpu_screen_recorder.appdata.xml b/com.dec05eba.gpu_screen_recorder.appdata.xml index 466601c..20f384b 100644 --- a/com.dec05eba.gpu_screen_recorder.appdata.xml +++ b/com.dec05eba.gpu_screen_recorder.appdata.xml @@ -51,6 +51,11 @@ </p> <p>AV1 is currently not supported in the flatpak for Nvidia since GPU Screen Recorder uses an older ffmpeg version to support older Nvidia cards. Install GPU Screen Recorder from source or from AUR if you want to use AV1 on Nvidia.</p> <p>For more information visit the GPU Screen Recorder homepage.</p> + <p> + If you use the new UI and also keyboard remapping software such as keyd then make sure you make the keyboard remapping software ignores "gsr-ui virtual keyboard" (dec0:5eba device id), otherwise you may be unable to use your keyboard. + You can press (left) ctrl+shift+alt+esc to close gpu screen recorder and remove it from system startup if this happens. + You should also change hotkeys option in gpu screen recorder to only grab virtual devices when using keyboard remapping software. + </p> <p>GPU Screen Recorder flatpak can install files in $HOME/.local/share/gpu-screen-recorder. If you want to uninstall GPU Screen Recorder then you will have to remove this directory manually.</p> <p>If you tried out the new UI then a systemd service was added to ~/.local/share/systemd/user/gpu-screen-recorder-ui.service. If you want to uninstall GPU Screen Recorder then you will have to remove this file.</p> </description> diff --git a/src/main.cpp b/src/main.cpp index 055319a..f971136 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2818,6 +2818,9 @@ static gboolean on_click_switch_to_new_ui(GtkButton*, gpointer) { "\n" "This new UI comes with new features, such as being able to automatically launch it on system startup by enabling it in settings, and hotkey support on any Wayland compositor.\n" "\n" + "If you are using keyboard remapping software such as keyd then make sure it ignores \"gsr-ui virtual keyboard\" (dec0:5eba device id), or it will prevent you from using your keyboard.\n" + "You can go back to the old UI by pressing (left) ctrl+shift+alt+esc if this happens.\n" + "\n" "If you are using an NVIDIA GPU then you may experience issue with recording/replay if a suspend happens while recording/using replay. This is an NVIDIA driver issue and it also happens in the old UI.\n" "See this for a workaround: <a href=\"https://wiki.archlinux.org/title/NVIDIA/Tips_and_tricks#Preserve_video_memory_after_suspend\">Arch Wiki - Preserve video memory after suspend</a>.\n" "\n" |