multiple wallpaper for desktop

Nikolas Arend Nikolas.Arend at gmx.net
Mon Jul 17 09:44:06 CEST 2006


>>> You just have to copy your script in ~/.config/autostart
>>>       
>> I tried that, but the script isnt loaded.
>>
>>     
Try creating a .desktop file in ~/.config/autostart, which contains 
something like

[Desktop Entry]
Encoding=UTF-8
Version=0.9.4
Type=Application
Name=Desktop Script
Comment=Load Multiple Wallpapers
Exec=~/bin/your_script.tcl
StartupNotify=false
Terminal=false
Hidden=false


Specify your script under Exec= and make sure the Hidden flag is set to 'false'. As Mike already mentioned, you can conveniently use xfce4-autostart-editor for doing this.

HTH,  Nick.





More information about the Xfce mailing list