3011
Unfinished Requests / Re: IDEA: Windows shell that's just a desktop
« on: May 16, 2005, 05:04 PM »
ok, download Litestep (just the base package is all you need) here. Then get one or both of these:
Icon and IconDesk.
Unzip everything to the same folder, and here's the step.rc:
Icon is just quick&dirty icons from your desktop folder no mycomputer, recycle bin, etc. Icondesk is a little more advanced.
Now, if you're into shells, you proabably know what to do from here. If not, the quick & dirty way to run litestep is to open task manager, kill explorer and start Litestep.exe from 'File -> New Task (Run)'. After that you're on your own, RTFM, and welcome to Litestep.
Icon and IconDesk.
Unzip everything to the same folder, and here's the step.rc:
;LoadModule $litestepdir$\IconDesk.dll
;LoadModule $litestepdir$\icon.dll
;--icon configuration--
IconTextColor 000000
IconDesktopFolder $desktop$
IconXstart 16
IconYstart 44
IconXoffset 80
IconYoffset 80
;--IconDesk configuration--
IconDeskGroups Desktop
*IconDeskDesktopFolder .desktop
IconDeskDesktopSize 32
IconDeskDesktopX 32
IconDeskDesktopY 0
IconDeskDesktopSpacingX 4
IconDeskDesktopSpacingY 4
IconDeskDesktopDirection right
IconDeskDesktopWrapDirection down
IconDeskDesktopWrapCount 4
IconDeskDesktopFont "Tahoma"
IconDeskDesktopFontSize 12
;IconDeskDesktopTextShadowDepth 1
Notice in the 'LoadModule' section, both are commented out. That's because I had trouble starting Icondesk but it may work for you, so uncomment ONLY ONE at a time and do a recycle (from commandline: Drive:\path\to\litestep.exe !recycle);LoadModule $litestepdir$\icon.dll
;--icon configuration--
IconTextColor 000000
IconDesktopFolder $desktop$
IconXstart 16
IconYstart 44
IconXoffset 80
IconYoffset 80
;--IconDesk configuration--
IconDeskGroups Desktop
*IconDeskDesktopFolder .desktop
IconDeskDesktopSize 32
IconDeskDesktopX 32
IconDeskDesktopY 0
IconDeskDesktopSpacingX 4
IconDeskDesktopSpacingY 4
IconDeskDesktopDirection right
IconDeskDesktopWrapDirection down
IconDeskDesktopWrapCount 4
IconDeskDesktopFont "Tahoma"
IconDeskDesktopFontSize 12
;IconDeskDesktopTextShadowDepth 1
Icon is just quick&dirty icons from your desktop folder no mycomputer, recycle bin, etc. Icondesk is a little more advanced.
Now, if you're into shells, you proabably know what to do from here. If not, the quick & dirty way to run litestep is to open task manager, kill explorer and start Litestep.exe from 'File -> New Task (Run)'. After that you're on your own, RTFM, and welcome to Litestep.