Fixed confirmation dialog returning wrong status #33
Merged
asmeron
merged 3 commits from YanTheKaller/libublsettingsui-gtk3:master into master 12 months ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'YanTheKaller/libublsettingsui-gtk3:master'
Deleting a branch is permanent. It CANNOT be undone. Continue?
case 'c': char *path = yon_char_unite(yon_ubl_user_get_home_directory(),"/.config/",template_app_information.app_tech_name,"/",NULL);struct passwd *user = getpwnam(yon_ubl_root_user_get());chown(path,user->pw_uid,user->pw_gid);chmod (path,0777);Аналогично. Дать ответ по чмодам с 777
e094bbc182c2ab807571into master 12 months agoReviewers
c2ab807571.