mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-05-07 07:16:21 +09:00
Put gsr kms socket in HOME (with random characters) to make sure it works in flatpak as well
This commit is contained in:
@@ -8,7 +8,7 @@ typedef struct {
|
||||
pid_t kms_server_pid;
|
||||
int socket_fd;
|
||||
int client_fd;
|
||||
char socket_path[27];
|
||||
char socket_path[255];
|
||||
char *card_path;
|
||||
} gsr_kms_client;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user