You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Thursday, March 17th 2005, 12:54am

change background image from konsole

Just trying KDE out for the first time.. and I like it so far :) But I'm wondering.. I've written a script for my machine running fluxbox, which calls a command to change the background. Can this be done w/ KDE? IE Is there a way to run a command which can accept an image as a parameter, to change the desktop background to it?

TIA :)
-SurreaL

2

Thursday, March 17th 2005, 7:00am

RE: change background image from konsole

You can use the following command to change the background:

Source code

1
dcop kdesktop KBackgroundIface setWallpaper {wallpaper file} {mode; a number}


You have to try out some values in the mode-field. According to the documentation, this is the tiling-mode.

This post has been edited 1 times, last edit by "mart_k" (Mar 17th 2005, 7:02am)