LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   KDE with kdesktop (https://www.linuxquestions.org/questions/linux-software-2/kde-with-kdesktop-769616/)

Corrado 11-17-2009 02:50 AM

KDE with kdesktop
 
I have found a way to turn off the showing of device icons on my KDE desktop using kdestop.

I now have to find the configuration file for kdesktop containing this setting.

I've had no lucking finding it. Anyone know where this file is located?

Chris

amani 11-17-2009 09:18 AM

From system settings (kde-4.xx) or control center (kde 3.xxx). You can also use widgets

Corrado 11-17-2009 12:20 PM

I know how to bring up the kde tools. But where is the configuration test file located?

What is widgets?

Chris

arizonagroovejet 11-17-2009 01:39 PM

Run

Code:

$ touch /tmp/now
Change the setting. Then run


Code:

$ find $HOME -newer /tmp/now
This will show you all files in your home directory that have been modified since /tmp/now was created. One of them will be the file that contains the setting you're interested in.


All times are GMT -5. The time now is 07:36 PM.