kde_cruser_bug
1.0.0
sudo systemctl set-default (desktop name)-For example, to change the default desktop to xfce, run the following command:
sudo systemctl set-default xfce1_ Create a new text file named .xinitrc in the ~/.config directory.
2_ Enter the following code in the .xinitrc file:
exec (desktop name)
exec xfce
3_ Save the .xinitrc file.
4_ reboot the system.
This Bash script allows you to easily switch the default desktop environment on a Linux system using systemctl. It prompts the user to choose from a list of predefined desktop environments or enter a custom one. The script then sets the selected desktop as the default for the system.
git clone https://github.com/hesam-zahiri/kde_cruser_bug.git
cd kde_cruser_bug
chmod +x kde_cruser_bug.sh./kde_cruser_bug.sh3_ choose your desktop name
If the desired desktop is not among them, select option 7, then write the name of the desktop you suspect.