How to make it so that when you install the theme it applied to all users including root? If you select a theme on a normal user and open for example a file manager, then this theme will not apply, just if you install the theme via root it will not be visible to other users. I tried to upload folders with themes in local folders and system folders, but it did not help me.
1 answer
Did not help most likely because of ugo . In general, he himself once asked this question when he was sitting on kde3. Now I think that the difference in the design should be for different users so that the eye does not become blurred and you clearly understand what user you are correcting / opening / creating files with. I would even recommend coloring the console greeting in different colors. If interests - I will add the answer.
UPD1 . At the request of workers give an example of coloring console bash . Strings must be added to each user's $HOME/.bashrc .
For a regular user:
PS1='\u@\[\e[0;32m\]\h\[\e[0m\]:\w> ' For root:
echo -e '\n\e[1;31mGODMODE ON! \e[0m\n' PS1='\[\e[1;31m\]\u@\[\e[0;32m\]\h\[\e[1;31m\]:\w#\[\e[0m\] ' To apply the changes you need to restart the terminals.
Where did I get abracadabra:
UPD2 .
In general, the default settings should be stored somewhere in /etc For the same bash, when creating a new user, the reference files from /etc/skel copied. Look for /etc/kde , '/ etc / kde5' or something like that.
- Yes, I would like to know your opinion on this issue. - Bleser
- MB can you tell me if this error is familiar XDG_RUNTIME_DIR not set, defaulting to '/ tmp / runtime-root'. I launch dolphin through kdesudo, after restarting the computer, it starts up normally once, and then this error is permanent. - Bleser
- @Bleser, it is better to ask another question. - don Rumata