Merge pull request 'Fixed config rules' (#37) from YanTheKaller/libublsettings-gtk3:master into master

Reviewed-on: #37
master v1.35
Dmitry Razumov 7 months ago
commit 86bb4b19b4

@ -86,7 +86,7 @@
{
struct passwd *user = getpwnam(yon_ubl_root_user_get());
int chown_success = chown(__yon_window_config_path,user->pw_uid,user->pw_gid);
int chmod_success = chmod(__yon_window_config_path,0755);
int chmod_success = chmod(__yon_window_config_path,0644);
}
} else {
// g_warning("config file were not loaded properly");

Loading…
Cancel
Save