First time user Thread last updated on 2004-03-04 12:57:12

Posted by member 129779 on 2004-03-02 17:17:53

hello, i just started using litestep today and seem to run in a few problems.

1. i can't seem to move my desktop icons around to arrange them

2. when i change themes the wallpaper for the theme doesnt load

can anyone please answer/help? thanks

Posted by member 129779 on 2004-03-02 17:28:00 link

also i have a gap inbetween my maximized window and taskbar looks like this http://dumbo.dr2.net/gap.jpg how can i fix that?

Posted by member 103254 on 2004-03-02 18:10:10 link

If the wallpaper doesn't change, it's just a theme problem. Some themers don't include the wallpaper in their themes, others you have to setup manually.

For the gap, you could fix it by changing your desktop module's (jDesk,desktop2) settings to your actual desktop size, minus the bar (and anything else you'd want your maximized windows to not maximize over). Read the docs in your litestep\modules\docs directory for more info on doing that.

Hope this helps.

Posted by member 129779 on 2004-03-02 18:43:10 link

thanks, took a few tries but i hit the right number but got it thank you very much

Posted by member 103254 on 2004-03-02 18:45:51 link

heh, no problem. Im kind of a n00b too and those are some problems I ran into.

Posted by member 129779 on 2004-03-02 22:21:56 link

well i have another question, in explorer shell whenever u hit the windows key on the keyboard it would bring up start menu, is there someway to make that same key bring up a menu?

Posted by member 1 on 2004-03-02 22:51:53 link

personal.rc
;jKeyLWinKey "!Popup"
;jKeyRWinKey "!PopupTheme"


Remove the ;'s

and as for your moving icons...you can't do that in LS...sorry

Posted by member 129779 on 2004-03-02 23:11:40 link

thanks, im finding LS to have alot of editing, but im learning. also i see some skins have a box where you can enter ! commands, what is that called and how can i bring that up and where can i find a list of ! commands from? sorry if its so many questions

Posted by member 1 on 2004-03-03 00:25:45 link

there is an option in most themes for that. check your theme config popup for the optional addition. as for the !Bang commands...you can find a list in !About or the docs for each and every module.

Posted by member 129779 on 2004-03-03 03:19:50 link

couldnt find it in silverfleep theme, but thanks for mentioning where i can find the list, been great help

Posted by member 103254 on 2004-03-03 07:28:55 link

The module to execute commands and bangs is called lsxcommand. You might wanna check out how austerity did it and reproduce that in silverfleep.

Posted by member 129779 on 2004-03-03 20:35:55 link

okay back again for one last time, im trying to edit my jKeyLWinKey "!Popup" so when i hit it, a popup folder will come up with my desktop icons but ive tried everything and havent got it to work. ive tried !desktops but my theme doesnt have icons on the desktop and i sort of like it that way, ive also tried !popupfolder: "c:\my docs\desktop etc.. but no luck there maybe im typing in something wrong?

Posted by member 1 on 2004-03-03 21:14:06 link

jKeyLWinKey !PopupDynamicFolder $Desktop$|$CommonDesktop$

Posted by member 129779 on 2004-03-03 21:36:53 link

thank you

Posted by member 129779 on 2004-03-03 22:19:18 link

hmm i get a error saying Variable "CommonDesktop" not defined
Expression: !PopupDynamicFolder $Desktop$|$CommonDesktop$

Posted by member 1 on 2004-03-03 22:31:10 link

then drop it off...

jKeyLWinKey !PopupDynamicFolder $Desktop$

Posted by member 129779 on 2004-03-03 22:52:01 link

hmm that brings up nothing but a popup just like when i used !popupdesktops, i was thinking something like !PopupDynamicFolder:"C:\Documents and Settings\user\Desktop\" maybe? i tried to use that but it doesnt bring anything up

Posted by member 7 on 2004-03-04 10:20:03 link

No ':' if used as a regular !bang. Try
!PopupDynamicFolder "$Desktop$"


"Quotes" may be important. If that doesn't help try "$DesktopDir$".

Posted by member 125450 on 2004-03-04 12:14:54 link

Add this to popup.rc in Personal Dir

*Popup "Desktop" !New !Desktopmenu
*Popup "My Computer" !PopupMyComputer
*Popup "File Manager" "$FileManager$"
*Popup "Tasks" !PopupTasks
*Popup "recent files" !PopupRecentDocuments
*Popup "Favorites" !DynamicFolder:"$Favorites$"
*Popup "Desktop" !DynamicFolder:"$Desktop$"
IF Win9x
*Popup "Programs" !DynamicFolder:"$Programs$"
ELSE
*Popup "Programs" !DynamicFolder:"$Programs$|$CommonPrograms$"
ENDIF
*Popup "Control Panel" !PopupControlPanel
*Popup "Run" !Run
*Popup "Console" "$CmdPrompt$"
*Popup "Display" control.exe desk.cpl
*Popup "Regedit" regedit.exe
*Popup "Recycle Bin" explorer /root,,::{645FF040-5081-101B-9F08-00AA002F954E}
*Popup "Show Clipboard" clipbrd.exe
*Popup "Logoff" !LogOff
*Popup "Shutdown" !ShutDown
*Popup ~New

Add this to hotkey.rc in Personal Dir

*Hotkey Win D !Desktopmenu

If theme has CKHotspot add this to Hotspot settings

*ckHotspot 0 -1 1 1 "!Desktopmenu" x=0 y=-28 left bottom" !None

this will give you the menu when you put your mouse in
the bottom left of screen

Posted by member 125450 on 2004-03-04 12:20:19 link

You can toss this in there somewhere
maybe under *Popup "Desktop" !DynamicFolder:"$Desktop$"

*Popup "QuickLaunch" !DynamicFolder:"$Quicklaunch$"

Posted by member 129779 on 2004-03-04 12:56:15 link

wow magic !PopupDynamicFolder "$Desktop$" works.. thank you ilmcuts, also thank you techronin

well for my first few days of using LS ive found it very not so friendly when you want to customize, but found the forum very friendly when you need help. i love LS so far only found a few problems with changing themes and loading time when u startup but not to be to picky about a free program. i love LS, thanks for the great help everyone

Posted by member 1 on 2004-03-04 12:57:12 link

uhhh...the whole point was that he didn't want all that crap...he just wanted his desktop stuff. If he wanted all that he could have just used his Right Windows key and got his popup. Also...never use those nasty old CSLID thingies...always go for the evar. $BitBucket$ I think is what you wanted.