|
|
|
@ -93,11 +93,11 @@
|
|
|
|
#define check_box_icon_name "com.ublinux.libublsettingsui-gtk3.checkbox-symbolic"
|
|
|
|
#define check_box_icon_name "com.ublinux.libublsettingsui-gtk3.checkbox-symbolic"
|
|
|
|
#define check_checked_icon_name "com.ublinux.libublsettingsui-gtk3.checkbox-checked-symbolic"
|
|
|
|
#define check_checked_icon_name "com.ublinux.libublsettingsui-gtk3.checkbox-checked-symbolic"
|
|
|
|
#define check_attention_icon_name "com.ublinux.libublsettingsui-gtk3.checkbox-attention-symbolic"
|
|
|
|
#define check_attention_icon_name "com.ublinux.libublsettingsui-gtk3.checkbox-attention-symbolic"
|
|
|
|
#define add_icon_name "com.ublinux.ubl-settings-usergroups.increase-symbolic"
|
|
|
|
#define add_icon_name "com.ublinux.libublsettingsui-gtk3.increase-symbolic"
|
|
|
|
#define edit_icon_name "com.ublinux.ubl-settings-usergroups.edit-symbolic"
|
|
|
|
#define edit_icon_name "com.ublinux.libublsettingsui-gtk3.edit-symbolic"
|
|
|
|
#define delete_icon_name "com.ublinux.ubl-settings-usergroups.trash-symbolic"
|
|
|
|
#define delete_icon_name "com.ublinux.libublsettingsui-gtk3.trash-symbolic"
|
|
|
|
#define sync_icon_name "com.ublinux.ubl-settings-usergroups.user-add-symbolic"
|
|
|
|
#define sync_icon_name "com.ublinux.libublsettingsui-gtk3.move-in-symbolic"
|
|
|
|
#define update_icon_name "com.ublinux.ubl-settings-usergroups.sync-symbolic"
|
|
|
|
#define update_icon_name "com.ublinux.libublsettingsui-gtk3.sync-symbolic"
|
|
|
|
|
|
|
|
|
|
|
|
#define password_hash_get_command(passwd) yon_char_append("mkpasswd2 ",passwd)
|
|
|
|
#define password_hash_get_command(passwd) yon_char_append("mkpasswd2 ",passwd)
|
|
|
|
|
|
|
|
|
|
|
|
@ -105,10 +105,10 @@
|
|
|
|
#define user_info_pdf_command(target,path) yon_char_unite("echo ",target,path,NULL)
|
|
|
|
#define user_info_pdf_command(target,path) yon_char_unite("echo ",target,path,NULL)
|
|
|
|
#define user_info_txt_command(target,path) yon_char_unite("echo ",target,path,NULL)
|
|
|
|
#define user_info_txt_command(target,path) yon_char_unite("echo ",target,path,NULL)
|
|
|
|
|
|
|
|
|
|
|
|
#define config_get_command(source) yon_char_unite("ubconfig --source ",source," get users DEFAULTPASSWD DEFAULTROOTPASSWD DEFAULTUSER HASHPASSWD USERGROUPS ADDADM USERADD[*] USERADD_SYNC USERADD_SYNC[*] USERSHADOW[*] USERSHADOW_SYNC[*] GROUPADD[*] GROUPADD_SYNC[*] GROUPADD_SYNC",NULL),yon_char_unite("ubconfig --source ",source," get [system] SYSTEMBOOT_STATEMODE",NULL),yon_char_unite("ubconfig --source ",source," get [save] SAVE_ROOTCOPY_CHANGES",NULL)
|
|
|
|
#define config_get_command(source) yon_char_unite("ubconfig --source ",source," -ea get [users] DEFAULTPASSWD DEFAULTROOTPASSWD DEFAULTUSER HASHPASSWD USERGROUPS ADDADM USERADD[*] USERADD_SYNC USERADD_SYNC[*] USERSHADOW[*] USERSHADOW_SYNC[*] GROUPADD[*] GROUPADD_SYNC[*] GROUPADD_SYNC"," -- [system] SYSTEMBOOT_STATEMODE"," -- [save] SAVE_ROOTCOPY_CHANGES",NULL)
|
|
|
|
#define config_get_default_command "ubconfig --source default get users DEFAULTPASSWD DEFAULTROOTPASSWD USERGROUPS DEFAULTUSER HASHPASSWD ADDADM"
|
|
|
|
#define config_get_default_command "ubconfig --source default -ea get users DEFAULTPASSWD DEFAULTROOTPASSWD USERGROUPS DEFAULTUSER HASHPASSWD ADDADM"
|
|
|
|
|
|
|
|
|
|
|
|
#define config_get_global_only_parameters "ubconfig --source global get users DEFAULTPASSWD DEFAULTROOTPASSWD"
|
|
|
|
#define config_get_global_only_parameters "ubconfig --source global -ea get users DEFAULTPASSWD DEFAULTROOTPASSWD"
|
|
|
|
#define config_get_local_only_parameters ""
|
|
|
|
#define config_get_local_only_parameters ""
|
|
|
|
|
|
|
|
|
|
|
|
#define SAVE_ROOTCOPY_CHANGES_get_command "ubconfig --source global get [save] SAVE_ROOTCOPY_CHANGES"
|
|
|
|
#define SAVE_ROOTCOPY_CHANGES_get_command "ubconfig --source global get [save] SAVE_ROOTCOPY_CHANGES"
|
|
|
|
@ -587,7 +587,7 @@ void on_selection_changed(GtkWidget *self, main_window *widgets);
|
|
|
|
void on_notebook_page_changed(GtkWidget *self, GtkWidget *page, int num, main_window *widgets);
|
|
|
|
void on_notebook_page_changed(GtkWidget *self, GtkWidget *page, int num, main_window *widgets);
|
|
|
|
gboolean on_menu_open(GtkWidget *self,GdkEventButton *event, rmb_menu_window *window);
|
|
|
|
gboolean on_menu_open(GtkWidget *self,GdkEventButton *event, rmb_menu_window *window);
|
|
|
|
gboolean on_system_menu_open(GtkWidget *self,GdkEventButton *event, rmb_menu_window *window);
|
|
|
|
gboolean on_system_menu_open(GtkWidget *self,GdkEventButton *event, rmb_menu_window *window);
|
|
|
|
main_window *yon_main_window_complete(main_window *widgets);
|
|
|
|
template_main_window *yon_main_window_complete(main_window *widgets);
|
|
|
|
void yon_remove_confirmation_window_accept_clicked(GtkWidget *self,dictionary *dict);
|
|
|
|
void yon_remove_confirmation_window_accept_clicked(GtkWidget *self,dictionary *dict);
|
|
|
|
system_remove_confirmation_window *yon_system_remove_confirmation_window_new();
|
|
|
|
system_remove_confirmation_window *yon_system_remove_confirmation_window_new();
|
|
|
|
void on_delete_system_user(GtkWidget *, dictionary *dict);
|
|
|
|
void on_delete_system_user(GtkWidget *, dictionary *dict);
|
|
|
|
@ -617,4 +617,5 @@ void on_user_info(GtkWidget *,main_window *widgets);
|
|
|
|
yon_user_info_window *yon_user_info_window_new();
|
|
|
|
yon_user_info_window *yon_user_info_window_new();
|
|
|
|
void on_user_info_save(GtkWidget *,yon_user_info_window *window);
|
|
|
|
void on_user_info_save(GtkWidget *,yon_user_info_window *window);
|
|
|
|
void on_user_info_print(GtkWidget *,yon_user_info_window *window);
|
|
|
|
void on_user_info_print(GtkWidget *,yon_user_info_window *window);
|
|
|
|
|
|
|
|
void yon_shutdown_toggled(GtkWidget *self,ubl_settings_usergroups_additional_settings_window *window);
|
|
|
|
#endif
|
|
|
|
#endif
|