|
|
|
@ -320,7 +320,7 @@ void yon_modules_missed_func(main_window *widgets){
|
|
|
|
|
|
|
|
|
|
|
|
void yon_os_components_init(main_window *widgets){
|
|
|
|
void yon_os_components_init(main_window *widgets){
|
|
|
|
if (!main_config.configure_mode){
|
|
|
|
if (!main_config.configure_mode){
|
|
|
|
yon_config_update_by_args(modules_parameter,NULL);
|
|
|
|
yon_config_update_by_args(main_config.config_load_path, modules_parameter,NULL);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// int size = 0;
|
|
|
|
// int size = 0;
|
|
|
|
GList *list = gtk_container_get_children(GTK_CONTAINER(widgets->OSSoftwareListBox));
|
|
|
|
GList *list = gtk_container_get_children(GTK_CONTAINER(widgets->OSSoftwareListBox));
|
|
|
|
@ -474,7 +474,7 @@ gboolean yon_software_insert(struct row_data *row_input){
|
|
|
|
void yon_software_init(main_window *widgets){
|
|
|
|
void yon_software_init(main_window *widgets){
|
|
|
|
on_status_update(NULL,widgets);
|
|
|
|
on_status_update(NULL,widgets);
|
|
|
|
if (!main_config.configure_mode){
|
|
|
|
if (!main_config.configure_mode){
|
|
|
|
yon_config_update_by_args(packages_parameter,NULL);
|
|
|
|
yon_config_update_by_args(main_config.config_load_path, packages_parameter,NULL);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
GList *list = gtk_container_get_children(GTK_CONTAINER(widgets->AdditionalComponentsList));
|
|
|
|
GList *list = gtk_container_get_children(GTK_CONTAINER(widgets->AdditionalComponentsList));
|
|
|
|
GList *iter;
|
|
|
|
GList *iter;
|
|
|
|
@ -550,7 +550,7 @@ int yon_pacman_software_save(main_window *widgets){
|
|
|
|
void yon_pacman_init(main_window *widgets){
|
|
|
|
void yon_pacman_init(main_window *widgets){
|
|
|
|
on_status_update(NULL,widgets);
|
|
|
|
on_status_update(NULL,widgets);
|
|
|
|
if (!main_config.configure_mode){
|
|
|
|
if (!main_config.configure_mode){
|
|
|
|
yon_config_update_by_args(packages_parameter,NULL);
|
|
|
|
yon_config_update_by_args(main_config.config_load_path, packages_parameter,NULL);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
gtk_list_store_clear(widgets->PacmanSoftwareChosenList);
|
|
|
|
gtk_list_store_clear(widgets->PacmanSoftwareChosenList);
|
|
|
|
char *pacman_packages = config(packages_parameter);
|
|
|
|
char *pacman_packages = config(packages_parameter);
|
|
|
|
|