icondesk question Thread last updated on 2003-06-21 00:25:05

Posted by member 43306 on 2003-06-20 10:16:33

i am trying to use icondesk to make an explorer style desktop (i have read the other posts, they have helped) but one problem i'm having is configuring icondesk. I am editing the simplicity theme, and have added these lines to the base.rc file, straight after the desktop2 settings:

IconDeskUpdateInterval 1000
IconDesksGroup win_desktop
IconDeskwin_desktopSize 32
IconDeskwin_desktopVisible true
IconDeskwin_desktopX 0
IconDeskwin_desktopY 0
IconDeskwin_desktopSpacingX 10
IconDeskwin_desktopSpacingY 10
IconDeskwin_desktopDirection right
IconDeskwin_desktopWrapDirection down
IconDeskwin_desktopWrapCount 20
IconDeskwin_desktopFont "verdana"
IconDeskwin_desktopFontSize 12
IconDeskwin_desktopFontBold false
IconDeskwin_desktopFontColor white
IconDeskwin_desktopTextSpacing 5

*IconDeskwin_desktopFolder "C:/Windows/Desktop/Litestep/"

The problem i am having is the settings aren't changing, and the default C:\ folder is being displayed instead of C:\windows desktop

I have already tried adding spaces between the parameters (eg IconDesk win_desktop Size 32)

any suggestions?

Posted by member 1316 on 2003-06-20 10:19:07 link

well, you have slashes instead of backslashes. just a guess, but that COULD be it.

Posted by member 43306 on 2003-06-20 10:20:44 link

no, that didn't help either :(
its not just displaying the desktop folder that is the problem, the whole configuration isn't working

Posted by member 1316 on 2003-06-20 10:42:13 link

stupid question, but you ARE actually loading the module itself, correct? also, since there are no spaces in the desktop path, try removing the quotes-some modules won't work correctly WITH quotes if there's no space in the path(I have no idea why).

Posted by member 41589 on 2003-06-20 16:58:47 link

also, remove the " " around the folder path...

Posted by member 41589 on 2003-06-20 17:00:57 link

here:
IconDeskUpdateInterval 1000
IconDeskGroups win_desktop ; fixed this line
IconDeskwin_desktopSize 32
IconDeskwin_desktopVisible true
IconDeskwin_desktopX 0
IconDeskwin_desktopY 0
IconDeskwin_desktopSpacingX 10
IconDeskwin_desktopSpacingY 10
IconDeskwin_desktopDirection right
IconDeskwin_desktopWrapDirection down
IconDeskwin_desktopWrapCount 20
IconDeskwin_desktopFont Verdana ; fixed this line
IconDeskwin_desktopFontSize 12
IconDeskwin_desktopFontBold false
IconDeskwin_desktopFontColor white
IconDeskwin_desktopTextSpacing 5

*IconDeskwin_desktopFolder C:\Windows\Desktop\Litestep\ ; fixed this line

That should do it :)

Posted by member 1783 on 2003-06-21 00:25:05 link

yup :) it should be:
IconDeskGroups win_desktop

- not -

IconDeskGroup win_desktop