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