Manjaro Xfce 21.1.2 default scheme

Hello Everybody,
I’ve just installed the latest Manjaro Xfce 21.1.2 onto my Manjaro Mate.

During the installation, I formatted
/
but kept
/home
as is.
When I came to reboot, the lovely Manjaro theme has been replaced by the ugly default Xfce theme.

How can I install/restore/change the default theme to the lovely Manjaro one please.

I have looked around but cannot seem to find anything definitive.

Many thanks in advance

Hello,

Depends what you have searched for.

Each Manjaro ISO comes with a DE specific package. For XFCE is called manjaro-xfce-settings that will place in /etc/skel/ all the files needed during user creation to have the Manjaro specific settings.

Since you kept /home/youruser as it was, now you have to copy those files manually, from terminal:
cp -a /etc/skel/* ~
or
cp -a /etc/skel/* /home/yourname/

Please DO NOT use sudo ! If you have troubles with the terminal command, you can use the File Manager.
Once copied, log out and back in.

3 Likes

I’ve marked this answer as the solution to your question as it is by far the best answer you’ll get.

However, if you disagree with my choice, please feel free to take any other answer as the solution to your question or even remove the solution altogether: You are in control! (If you disagree with my choice, just send me a personal message and explain why I shouldn’t have done this or :heart: or :+1: if you agree)

:innocent:
P.S. In the future, please don’t forget to come back to your question after your issue has been solved and click the 3 dots below the answer to mark a solution like this below the answer that helped you most:
Solution
so that the next person that has the exact same problem you just had will benefit from your post as well as your question will now be in the “solved” status.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.