#!/bin/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 ################################## #Translation export LANGUAGE=$(const projectName = 'biglinux-livecd';" cat /usr/share/bigbashview/framework/html/genericHeader.html ###### # Keyboard ###### if [ "$keyboard" != "" ]; then setxkbmap "${keyboard//\\/}" /dev/null & echo "$keyboard" > /tmp/big_keyboard echo "[Layout] LayoutList=$keyboard Use=true" > ~/.config/kxkbrc else if [ -e "/tmp/big_keyboard" ]; then setxkbmap "$(sed 's|\\||g' /tmp/big_keyboard)" /dev/null & echo "[Layout] LayoutList=$(sed 's|\\||g' /tmp/big_keyboard) Use=true" > ~/.config/kxkbrc fi fi if [[ -e /usr/share/bigbashview/apps/biglinux-themes-gui/list-desktops.sh ]]; then Select_Desktop=$"Choose the desktop configuration:" cat << EOF