Posted by member 103254 on 2004-06-29 17:45:24 link

Add this line to your theme.rc to load the module automatically using NLM.

*NetLoadModule "xdesktop-1.2"


Now add this line in the same file, anywhere:

xDesktopAutoCreate


Now if you wan to use other settings such as these:

xDesktopX
xDesktopY
xDesktopItemWidth
xDesktopItemHeight
xDesktopSpacingX
xDesktopSpacingY
xDesktopDirection
xDesktopWrapDirection
xDesktopWrapCount

you'll have to create a file named "icons.rc" in your theme's config folder, and add all the settings you want. But before doing that you should also set these lines in theme.rc:

xDesktopConfigFile "$ConfigDir$icons.rc"
include "$ConfigDir$icons.rc"


Voila, you have icons! BTW, you can name 'icons.rc' whatever you want, just edit the settings approprietly :)

Hope that helps.