This LiteStep theme contains all the modules within it.
I added an always-on-top mini-corner (top left) which can be clicked even when a window is open covering the desktop. No need to minimize everything to open the PopUp menu! :-D Left-click on it to see today's date!
There is a middle-mouse-button-click menu in addition to the regular right-mouse-button-click.
There is a button where "Start" usually is: right-click to minimize all windows, left-click for another custom menu.
On mouse-over above time display you get a mouse-scroll-wheel-scrollable list of tray icons.
open up the theme.rc file (located in the Boris folder) and add quotes around the module paths. ie. change:
LoadModule $ThemeDir$modules\jdesk-0.73.dll
to
LoadModule "$ThemeDir$modules\jdesk-0.73.dll"
and the same for the other five modules. Refresh the theme list and it should install alright.
This was an issue for me as I have my themes installed under Documents and Settings. Without the quotes, litestep is parsing it only until the first space, so it interpreted each path as "C:\Documents ", not "C:\Documents and Settings\...."
I really want to try this theme. I used litestep back in the day, but haven't for ages. I get can't find module errors when I try and load. I have it in my themes directory...but I have it in a directory under that as well. Should I not?
i extracted boris folder into the themes folder and refreshed the list but it still doesnt show up. i saw you desktop on lifehacker, and i really want it but cant get it to work
1. NetLoadModule did not appear to work. It didn't give me errors, but it didn't load properly either.
2. Very slick theme.
Thank you for the kind words also
LoadModule $ThemeDir$modules\jdesk-0.73.dll
to
LoadModule "$ThemeDir$modules\jdesk-0.73.dll"
and the same for the other five modules. Refresh the theme list and it should install alright.
This was an issue for me as I have my themes installed under Documents and Settings. Without the quotes, litestep is parsing it only until the first space, so it interpreted each path as "C:\Documents ", not "C:\Documents and Settings\...."
LoadModule $ThemeDir$modules\jdesk-0.73.dll
have
NetLoadModule "jdesk-0.73"
(for each line) ... and it might just do it from the web ... let me know if that works
After that you should be able to see the skin in the list.
Let me know if that doesn't help or you have other questions