mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 05:26:04 +08:00
BuildLinuxImage.sh: Remove forced light theme
This commit is contained in:
parent
ef942d9d06
commit
d6a7809d5c
@ -43,8 +43,6 @@ export LD_LIBRARY_PATH="\$DIR/bin"
|
|||||||
# 1) BambuStudio will segfault on systems where locale info is not as expected (i.e. Holo-ISO arch-based distro)
|
# 1) BambuStudio will segfault on systems where locale info is not as expected (i.e. Holo-ISO arch-based distro)
|
||||||
# 2) BambuStudio will segfault with a boost logging error if ~/.config/BambuStudio doesn't exist on first run
|
# 2) BambuStudio will segfault with a boost logging error if ~/.config/BambuStudio doesn't exist on first run
|
||||||
export LC_ALL=C
|
export LC_ALL=C
|
||||||
# FIXME: BambuStudio doesn't respect dark mode; use GTK_THEME workaround from sigxcpu76 │
|
|
||||||
export GTK_THEME=Adwaita:light
|
|
||||||
mkdir -p \${HOME}/.config/BambuStudio/ 2> /dev/null
|
mkdir -p \${HOME}/.config/BambuStudio/ 2> /dev/null
|
||||||
|
|
||||||
exec "\$DIR/bin/@SLIC3R_APP_CMD@" "\$@"
|
exec "\$DIR/bin/@SLIC3R_APP_CMD@" "\$@"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user