Desktop Icons Thread last updated on 2004-06-29 18:39:56

Posted by member 108633 on 2004-06-29 16:33:17

Probably been asked a lot, but I couldn't find anything.

How do I enable desktop icons on themes with no themevars.rc, or desktop_icons.rc? I have enabled icons in austerity, but I do not know how to enable desktop icons in all my other themes. All of my themes load jdesk, if that's of any help.

Posted by member 35 on 2004-06-29 16:45:09 link

get xdesktop or icondesk from loose-screws.com or ls-universe.info

Posted by member 108633 on 2004-06-29 16:57:35 link

K, I got xdesktop from loose-scews.com and I don't know what to do now. The installation in the readme doesnt explain enough.
---readme---
-\\____________________________//-
-// \\-
xDesktop v1.2
by Andymon
andymon@ls-universe.info
-\\____________________________//-
-// \\-

--------
Overview
--------
This simulation of the explorer desktop is up to 95% identical to Explorer Desktop! Just
set the following Three Lines and you're having your OldStyle Explorer Desktop =)

xDesktopAutoCreate
xDesktopConfigFile "$ConfigDir$yourdesktopfile.rc"
include "$ConfigDir$yourdesktopfile.rc"

------------------------
Basic Settings Overview:
------------------------

Of course, you should also specify some basic layout informations.

xDesktopX
xDesktopY
xDesktopItemWidth
xDesktopItemHeight
xDesktopSpacingX
xDesktopSpacingY
xDesktopDirection
xDesktopWrapDirection
xDesktopWrapCount

These settings affect only the "!xDesktopCreate replace ..." Bang and "xDesktopAutoCreate"
to provide a instant layout ;) The further finetune positioning should be made by hand (Draggable).

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.

Posted by member 108633 on 2004-06-29 17:49:59 link

K. thank you very much.

Posted by member 108633 on 2004-06-29 18:15:25 link

screen shot
What do I do? I'm running Windows 98SE.

Posted by member 103254 on 2004-06-29 18:26:21 link

whoa... fubar

Maybe xdesktop isn't supported by win98? I dunno really...

Posted by member 108633 on 2004-06-29 18:39:56 link

nevermind
im using nexDeskIcon, and it works great.