Theme help easy. Thread last updated on 2007-07-26 18:38:45

Posted by member 378548 on 2007-07-25 02:38:57

Hi I am currently running a theme and the docs section is down on the site so I figured I would just post it here:
Just curious why autoswitch isnt working.
heres the step.rc Im sure it is relatively easy just the last time I used litestep was in 2001.

;------------------------------------------------------------------------------
; define critical folder locations
;------------------------------------------------------------------------------

PersonalDir "$LiteStepDir$personal\"
ThemesDir "$LiteStepDir$themes\"



;------------------------------------------------------------------------------
; load personal settings and theme
;------------------------------------------------------------------------------

include "$ThemesDir$themeselect.rc"
include "$ThemeDir$config\_compatibility_patch.rc"

IF ThemeIsOTS1Compliant
ShortcutsDir "$Desktop$"
ModulesDir "$ThemeDir$modules\"
include "$PersonalDir$personal.rc"
include "$ThemeDir$step.rc"

ELSE
ThemeIsOTS1Compliant false
ModulesDir "$LiteStepDir$modules\"
LoadModule "$LiteStepDir$NLM\NetLoadModule2.dll"
*NetLoadModuleSite "http://www.loose-screws.com/download.php?netloadmodule="
*NetLoadModuleSite "http://modules.shellfront.org/"
NetLoadModulePath "$ModulesDir$"
NetLoadModuleDocPath "$ModulesDir$docs\"
NetLoadModuleZipPath "$ModulesDir$archive\"
NetLoadModuleAliasFile "$LiteStepDir$NLM\NetLoadModule.ini"
include "$PersonalDir$personal.rc"
include "$ThemeDir$theme.rc"
ENDIF


; ----------
; Virtual Window Manager
; ----------

VWMAutoSwitch

Posted by member 212670 on 2007-07-25 08:42:51 link

Look at \litestep\personal\personal.rc, line 179. It's already set to false there.

Posted by member 378548 on 2007-07-25 23:12:43 link

I changed it to false its still not working.

Posted by member 375904 on 2007-07-26 01:58:34 link

I assume you meant "... changed it to true its still not working."

If it still doesn't work: which VWM does your theme use?

Posted by member 378548 on 2007-07-26 17:15:28 link

ckVWM 1.40 changed it to true and it still isnt working. lol ya.

Posted by member 1 on 2007-07-26 18:38:45 link

uhmm...you wanted to change the entry in your personal.rc to TRUE.