@ -157,7 +157,7 @@ layout && /description:/ {\
# define yon_check_database_command "pacman -Syy > / dev / null"
# define yon_check_database_command "pacman -Syy > / dev / null"
# define internet_tomezone_check_command "curl -s ipinfo.io / timezone"
# define internet_tomezone_check_command "curl -s ipinfo.io / timezone"
# define ubinstall_dry_run_command " / usr / bin / bash -c \"ubinstall --dry-run "
# define ubinstall_dry_run_command " / usr / bin / bash -c \"ubinstall --dry-run \" "
# define os_name_get_command "sed -En 's / ^PRETTY_NAME=[\"]*([^\"]+)[\"]* / \\1 / p' / etc / os-release"
# define os_name_get_command "sed -En 's / ^PRETTY_NAME=[\"]*([^\"]+)[\"]* / \\1 / p' / etc / os-release"
# define get_keyboard_layout_change_command "grep \"grp:\" / usr / share / X11 / xkb / rules / base.lst | awk '{$1=$1; sub( / ^!.*$ / , \"\"); if ($1 ~ / ^grp: / ) {opt=$1; $1=\"\"; print opt \"|\" substr($0,2)}}'"
# define get_keyboard_layout_change_command "grep \"grp:\" / usr / share / X11 / xkb / rules / base.lst | awk '{$1=$1; sub( / ^!.*$ / , \"\"); if ($1 ~ / ^grp: / ) {opt=$1; $1=\"\"; print opt \"|\" substr($0,2)}}'"
@ -296,7 +296,7 @@ layout && /description:/ {\
# define get_localisation_command "ubconfig -ea --source global get [autoinstall] AUTOINSTALL[installer_locale] -- get [autoinstall] AUTOINSTALL['ubconfig set [locale] LANG'] -- get [locale] LANG"
# define get_localisation_command "ubconfig -ea --source global get [autoinstall] AUTOINSTALL[installer_locale] -- get [autoinstall] AUTOINSTALL['ubconfig set [locale] LANG'] -- get [locale] LANG"
# define save_config_command yon_char_unite(" / usr / bin / bash -c \"nice ubinstall autoinstall",main_config.debug_mode?" --debug":""," --noautoconfig --noinstall_extra \"", NULL)
# define save_config_command yon_char_unite(" / usr / bin / bash -c \"nice ubinstall autoinstall",main_config.debug_mode?" --debug":""," \"", NULL)
# define quick_install_command(path) yon_char_unite("nice ubinstall autoinstall",main_config.debug_mode?" --debug":""," --config='",path,"' --noautoconfig --noinstall_extra", NULL)
# define quick_install_command(path) yon_char_unite("nice ubinstall autoinstall",main_config.debug_mode?" --debug":""," --config='",path,"' --noautoconfig --noinstall_extra", NULL)
# define set_user_config_command yon_char_unite("nice ubinstall autoconfig",main_config.debug_mode?" --debug":""," install_extra", NULL)
# define set_user_config_command yon_char_unite("nice ubinstall autoconfig",main_config.debug_mode?" --debug":""," install_extra", NULL)
@ -1642,4 +1642,5 @@ void yon_status_thread_update_active(main_window *widgets);
void * yon_status_thread_update ( main_window * widgets ) ;
void * yon_status_thread_update ( main_window * widgets ) ;
void yon_db_lock_update ( GFileMonitor * , GFile * , GFile * , GFileMonitorEvent , main_window * widgets ) ;
void yon_db_lock_update ( GFileMonitor * , GFile * , GFile * , GFileMonitorEvent , main_window * widgets ) ;
void yon_db_unlock_update ( GFileMonitor * , GFile * , GFile * , GFileMonitorEvent , main_window * widgets ) ;
void yon_db_unlock_update ( GFileMonitor * , GFile * , GFile * , GFileMonitorEvent , main_window * widgets ) ;
void on_config_install_success ( GtkWidget * self , int state , main_window * widgets ) ;
void on_config_install_success ( GtkWidget * self , int state , main_window * widgets ) ;
void * on_quick_install_start ( void * data ) ;