Skip to content

Commit 18f8c63

Browse files
committed
Add md5 verification
1 parent 64bc096 commit 18f8c63

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

biglinux-livecd/usr/share/biglinux/livecd/script/md5error.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ TEXT_CONTENT+="foreground='#c62828'"
3737
TEXT_CONTENT+="size='14000'> 🔍 $ERROR_CODE </span>"
3838

3939
# --- Modern YAD Dialog with Enhanced Design ---
40-
yad --title="$TITLE" \
40+
WAYLAND_DISPLAY= yad --title="$TITLE" \
4141
--window-icon="$ICON_NAME" \
4242
--width=640 \
4343
--borders=20 \
@@ -47,4 +47,3 @@ yad --title="$TITLE" \
4747
--text-width=40 \
4848
--text-align=center \
4949
--button="$BUTTON_TEXT!gtk-close:0"
50-

biglinux-livecd/usr/share/biglinux/livecd/services.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ def apply_language_settings(self, lang_code: str, timezone: str):
9393
self._run_command(
9494
["localectl", "set-locale", f"LANG={lang_code}.UTF-8"], as_root=True
9595
)
96+
self._run_command(["./script/biglinux-verify-md5sum.sh"], as_root=False)
97+
98+
99+
96100

97101
def apply_keyboard_layout(self, layout: str):
98102
"""Applies the selected keyboard layout."""

0 commit comments

Comments
 (0)