#!/usr/bin/env bash ################################## # Author1: Bruno Goncalves (www.biglinux.com.br) # Author2: Rafael Ruscher (rruscher@gmail.com) # Date: 2022/08/19 # # Description: Control Center to help usage of BigLinux # # Licensed by GPL V2 or greater ################################## #Fix to use in calamares sudo cp -f /tmp/big_desktop_theme /etc/default-theme-biglinux sudo cp -f /tmp/big_desktop_changed /etc/big_desktop_changed # Wait apply localectl before start desktop while ps -aux | grep -q [l]ocalectl; do sleep 0.1 done echo ''