LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How to change... (https://www.linuxquestions.org/questions/linux-software-2/how-to-change-327698/)

adnanm 05-27-2005 10:54 AM

How to change...
 
Hi,

I am runnig a SUSE 9.3 with KDE,
and I would like to know is there any possibility to change my desktop properties (like background image) via shell access ?

regards,
Adnan M.

kiss_linux 05-27-2005 12:22 PM

look in
Code:

cd /home/username/.kde/share/config
Code:

more kdesktoprc
try playing with config files, any reason why you dont want to use Kde Control Center

adnanm 05-27-2005 01:10 PM

Thank you.

I just wanted to see if it was possible.

One more thing, it may be stupid, but how do I change my background image at the login screen, and how can I change the image of users listed in the login windows - also via shell?

regards,
Adnan M.

perfect_circle 05-27-2005 01:28 PM

the wallpaper is in /home/username/.kde/share/config/kdesktoprc
this file contains the variable Wallpaper=<path/to/where/the/wallpaper/image/is>
the Splash is in /home/username/.kde/share/config/ksplashrc
Theme=<splash/theme>

adnanm 05-27-2005 01:44 PM

Thanks for that.

But how do I change the page before i login to kde, the main page where I should enter my password and username. I would like to change that background and to change the picture next to the username.

That is probably not a question about kde.

regards,
Adnan M.

perfect_circle 05-27-2005 02:02 PM

Quote:

Originally posted by adnanm
Thanks for that.

But how do I change the page before i login to kde, the main page where I should enter my password and username. I would like to change that background and to change the picture next to the username.

That is probably not a question about kde.

regards,
Adnan M.

Well this depends from the display manager you are using. If you are using KDE's display manager (KDM)
the main configuration file is kdmrc and the background can be configured from backgroundrc.
In my system both are located in /opt/kde/share/config/kdm

adnanm 05-27-2005 02:21 PM

That is it.

Thank you very much...


All times are GMT -5. The time now is 08:43 AM.