From 6b71b36a125bf1e74acf35dc4e32bcab2f8bd234 Mon Sep 17 00:00:00 2001 From: Ivan Dmitrievich Yartsev Date: Thu, 4 Dec 2025 16:33:12 +0600 Subject: [PATCH 1/2] Rules change --- source/libublsettings-gtk3-window-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/libublsettings-gtk3-window-config.c b/source/libublsettings-gtk3-window-config.c index 4f30a01..c3414c0 100644 --- a/source/libublsettings-gtk3-window-config.c +++ b/source/libublsettings-gtk3-window-config.c @@ -151,7 +151,7 @@ int yon_window_config_load(char *path){ if(__yon_window_config_target_window){ if (access(path,0)){ - yon_file_create_full_path(path,0644); + yon_file_create_full_path(path,0755); } __yon_window_config_file = g_key_file_new(); __yon_window_config_path=yon_char_new(path); From 4fd20834397fe2f7135efd8154363c716e3cbc2c Mon Sep 17 00:00:00 2001 From: Ivan Dmitrievich Yartsev Date: Thu, 4 Dec 2025 17:47:53 +0600 Subject: [PATCH 2/2] Fixed removing - arguments from Exec --- source/libublsettings-gtk3-apps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/libublsettings-gtk3-apps.c b/source/libublsettings-gtk3-apps.c index 6b07e27..6bb9710 100644 --- a/source/libublsettings-gtk3-apps.c +++ b/source/libublsettings-gtk3-apps.c @@ -42,7 +42,7 @@ int yon_app_set_from_file(apps *target, const char *path){ int parsed_size; config_str parsed = yon_char_parse(target->Exec,&parsed_size," "); for (int i=0;i