From 9de1f87b9c9591b8610b33b6ea38d91ec3656151 Mon Sep 17 00:00:00 2001 From: Ruscher Date: Wed, 8 Nov 2023 17:03:27 -0300 Subject: [PATCH] New loading --- .../selected_desktop_verify_pkgs.sh.htm | 138 +++++------------- 1 file changed, 40 insertions(+), 98 deletions(-) diff --git a/usr/share/bigbashview/bcc/apps/bigbashview-calamares/selected_desktop_verify_pkgs.sh.htm b/usr/share/bigbashview/bcc/apps/bigbashview-calamares/selected_desktop_verify_pkgs.sh.htm index 4aedd055..9330d7e5 100755 --- a/usr/share/bigbashview/bcc/apps/bigbashview-calamares/selected_desktop_verify_pkgs.sh.htm +++ b/usr/share/bigbashview/bcc/apps/bigbashview-calamares/selected_desktop_verify_pkgs.sh.htm @@ -3,14 +3,17 @@ # Author1: Bruno Goncalves (www.biglinux.com.br) # Author2: Rafael Ruscher (rruscher@gmail.com) # Author3: Barnabe di Kartola (barnabedikartola@gmail.com) -# Date: 2022/02/28 -# Modified:2023/04/03 +# Date: 2022/02/28 +# Modified: 2023/11/06 # # Description: Calamares modified usage of BigLinux # -# Licensed by GPL V2 or greater +# Licensed by GPL V2 or greaterf ################################## +export LANGUAGE=$(cat /tmp/big_language) +export LANG=$(cat /tmp/big_language) + #Translation LANGUAGE=$LANG:en export TEXTDOMAINDIR="/usr/share/locale" @@ -18,107 +21,46 @@ VerifyPkgs=$"Verificando pacotes, aguarde..." -cat << EOF +read -d $"" ShowText << EOF + + + - - $TITLE - - - + + + -EOF - -# Get body tag with color light or not -/usr/share/bigbashview/bcc/shell/getbgcolor.sh - -cat << EOF -
- - - -
-EOF -echo '
' -echo $"O sistema está em modo" -echo '' -[ -d /sys/firmware/efi ] && echo ' UEFI' || echo ' BIOS (Legacy)' -echo '' -echo $"e com o kernel" -echo '' -echo "$(uname -r | cut -f1 -d-)" -echo '' -echo '
' + +
+ +
$VerifyPkgs
-cat << EOF +
+ + + + + +
-
-
-
-

$VerifyPkgs

-

$CUSTOM_PKGS

-
-
- - - - -
- + +
+
+ + + EOF +echo "$ShowText" - -echo '
' -echo '' -echo "" -echo "" -echo "" -echo "" -#echo "" - - -cat << EOF - - - - - - - - -EOF