diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-07-05 12:16:44 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-07-05 12:16:44 +0200 |
commit | c611c519bc453e9be8ec0f43afe85eaf0fafd37a (patch) | |
tree | 92547a8e93ec3eb203220570bf00de62bf8b62b9 /src/main.cpp | |
parent | 8b74b083e9b65237a61e95db22a9ccfd84cbd576 (diff) |
Update error message
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index a18228c..0a171dd 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3551,7 +3551,7 @@ static void load_config(const gpu_info &gpu_inf) { if(supported_video_codecs_exit_status != 0) { const char *cmd = flatpak ? "flatpak run --command=gpu-screen-recorder com.dec05eba.gpu_screen_recorder -w screen -f 60 -o video.mp4" : "gpu-screen-recorder -w screen -f 60 -o video.mp4"; GtkWidget *dialog = gtk_message_dialog_new_with_markup(GTK_WINDOW(window), GTK_DIALOG_MODAL, GTK_MESSAGE_ERROR, GTK_BUTTONS_OK, - "Failed to run 'gpu-screen-recorder' command. If you are using gpu-screen-recorder flatpak then this is a bug. Otherwise you need to make sure gpu-screen-recorder is installed on your system and working properly. Run:\n" + "Failed to run 'gpu-screen-recorder' command. If you are using gpu-screen-recorder flatpak then this is a bug. Otherwise you need to make sure gpu-screen-recorder is installed on your system and working properly (install necessary depedencies depending on your GPU, such as libva-mesa-driver, libva-intel-driver, intel-media-driver and linux-firmware). Run:\n" "%s\n" "in a terminal to see more information about the issue.", cmd); gtk_dialog_run(GTK_DIALOG(dialog)); |