Put gsr kms socket in HOME (with random characters) to make sure it works in flatpak as well

This commit is contained in:
dec05eba
2023-04-09 16:39:19 +02:00
parent 7dcf3a68cc
commit efea5741ca
2 changed files with 37 additions and 7 deletions

View File

@@ -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;