From 5a0f825c4de8927f86b647b648cd58d8baf24dce Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 5 Jan 2025 18:12:54 +0100 Subject: Flatpak release 5.0.6 --- com.dec05eba.gpu_screen_recorder.appdata.xml | 9 +++++++++ src/main.cpp | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/com.dec05eba.gpu_screen_recorder.appdata.xml b/com.dec05eba.gpu_screen_recorder.appdata.xml index f0e0636..e016eb8 100644 --- a/com.dec05eba.gpu_screen_recorder.appdata.xml +++ b/com.dec05eba.gpu_screen_recorder.appdata.xml @@ -38,6 +38,7 @@

At the moment the program comes with two different UIs. A gtk based one and a new experimental ShadowPlay-like fullscreen overlay UI. The gtk based UI will be removed in the future. + You can switch to the new UI by clicking on "Try out the new UI" and then after that is done press Left Alt+Z to open it.

Recording a monitor requires (restricted) root access which means that you have to install GPU Screen Recorder system-wide: "flatpak install --system com.dec05eba.gpu_screen_recorder" @@ -92,6 +93,14 @@ + + +

+ +
    diff --git a/src/main.cpp b/src/main.cpp index 6b2a3ef..36bb10e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2761,9 +2761,9 @@ static gboolean on_click_switch_to_new_ui(GtkButton*, gpointer) { } GtkWidget *dialog = gtk_message_dialog_new_with_markup(GTK_WINDOW(window), GTK_DIALOG_MODAL, GTK_MESSAGE_QUESTION, GTK_BUTTONS_YES_NO, - "You are about to try out the new UI, which is a ShadowPlay-like fullscreen UI. It runs in the background and you have to show/hide it by pressing Alt+Z.\n" + "You are about to try out the new UI, which is a ShadowPlay-like fullscreen UI. It runs in the background and you have to show/hide it by pressing Left Alt+Z.\n" "This new UI is still experimental and you may experience issues depending on your system. You can switch back to the old UI at any time by opening the UI and clicking on the settings button and clicking on the \"Go back to the old UI\" button.\n" - "Note that at the moment it assumes you are using a keyboard with qwerty layout. If you are using another keyboard layout then instead of pressing Alt+Z you have to press the key that has been switched the with Z key.\n" + "Note that at the moment it assumes you are using a keyboard with qwerty layout. If you are using another keyboard layout then instead of pressing Left Alt+Z you have to press the key that has been switched the with Z key.\n" "\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" -- cgit v1.2.3