LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   How to set default KDE settings (https://www.linuxquestions.org/questions/linux-from-scratch-13/how-to-set-default-kde-settings-4175573857/)

aniket669 03-03-2016 10:29 AM

How to set default KDE settings[solved]
 
I have build a Linux From Scratch following LFS book 7.8.
I have installed KDE4 in /opt/kde
I have made some changes to the settings of root user and now want it to be default for every user. How can I achieve that?

Emerson 03-03-2016 10:49 AM

Add your setting to the skeleton.

aniket669 03-03-2016 11:11 AM

Can you be a little more specific? Please

Emerson 03-03-2016 11:14 AM

There are default settings for new users, usually stored in /etc/skel or similar location, location may depend on distro. These settings are copied over by useradd or adduser scripts.

aniket669 03-03-2016 11:46 AM

There is no /etc/skel. However I found some settings in /opt/kde/share/config/ but don't know how to edit them

Emerson 03-03-2016 12:25 PM

Code:

mkdir /etc/skel
As an LFS user you should be more creative.


All times are GMT -5. The time now is 11:06 AM.