Skip to content

Commit b731816

Browse files
committed
Execute calamares using dbus-launch to support Orca
1 parent f8a3e75 commit b731816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usr/bin/calamares-biglinux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ if [ -e "/tmp/start_calamares" ]; then
370370
cp -Rf /etc/skel/.config/Kvantum /root/.config/Kvantum
371371
fi
372372

373-
sudo QT_QPA_PLATFORMTHEME=kde QT_QUICK_BACKEND=software /usr/bin/calamares-manjaro
373+
sudo QT_QPA_PLATFORMTHEME=kde QT_QUICK_BACKEND=software dbus-launch /usr/bin/calamares-manjaro
374374

375375
# Copy the installation log to the user's home directory
376376
cp /root/.cache/calamares/session.log /home/$user/calamares_complete.log

0 commit comments

Comments
 (0)