aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-01-15 18:32:00 +0100
committerdec05eba <dec05eba@protonmail.com>2025-01-15 18:32:49 +0100
commitd4d61b8c937a8941b851768226e9c98f79ea59c1 (patch)
tree27f335e88823ff63b64984fdfcc385b1e0355af8
parent35a2fcc61507891e86708be1720d5170dc4794fe (diff)
Mention flatpak and non-flatpak conflict
-rw-r--r--README.md16
1 files changed, 15 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7bd2d88..a85e083 100644
--- a/README.md
+++ b/README.md
@@ -55,4 +55,18 @@ If you want to donate you can donate via bitcoin or monero.
# Known issues
* When the UI is open the wallpaper is shown instead of the game on Hyprland and Sway. This is an issue with Hyprland and Sway. 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 and Sway. I believe this is an issue in Hyprland and Sway. \ No newline at end of file
+* Opening the UI when a game is fullscreened can mess up the game window a bit on Hyprland and Sway. I believe this is an issue in Hyprland and Sway.
+
+# FAQ
+## I get an error when trying to start the gpu-screen-recorder-ui.service systemd service
+If you have previously used the flatpak version of GPU Screen Recorder with the new UI then non-flatpak version of the systemd service will conflict with that.
+Run these commands to first remove the flatpak version of the systemd service:
+```
+systemctl stop --user gpu-screen-recorder-ui
+rm ~/.local/share/systemd/user/gpu-screen-recorder-ui.service
+systemctl --user daemon-reload
+```
+and then start and enable the non-flatpak systemd service:
+```
+systemctl enable --now --user gpu-screen-recorder-ui`
+``` \ No newline at end of file