TITLE: When changing themes the theme does not appear
SYMPTOMS:
When you change themes using LSTS the theme does not appear and you can only see a wallpaper.
CAUSE:
The problem may occur if the theme was not distributed with a .thm file and you have an earlier version of LiteStep Theme Switcher (LSTS) installed. This LSTS will attempt to create a .thm file for the theme if one is not present. The .thm file contains a reference to the themes step.rc file but this version of LSTS spells the file name incorrectly.
RESOLUTION:
To change back to a theme that will work such as Simplicity follow these steps.
1. Press Ctrl+Alt+F1.
2. Go to
Utilities > LiteStep Control Panel.
3. In the left hand pane select
Theme Switcher, in the right hand pane select
Simplicity then click the
Switch Theme button.
If you are unable to change themes using the above method and you are using an NT based version of Windows do the following.
1. Press Ctrl+Alt+Del and open the
Task Manager.
2. Select the
Processes tab then from the list of
Image Names select
litestep.exe then click the
End Process button.
3. Select the
Applications tab then click on
File > New Task (run...).
4. In the
Open text box of the
Create New Task window, type
explorer and click
OK
5. In
Windows Explorer navigate to
C:\LiteStep\, where
C:\LiteStep is the drive and folder in which LiteStep is installed.
6. Open the
step.rc file and modify it's contents to match the same as this...
rcStep "step.rc";
dirTheme "$LitestepDir$themes\simplicity";
include "$dirTheme$$rcStep$";
7. Save and close the file.
8. From in
Windows Explorer double click on
litestep.exe
To fix the cause of the problem and correct the .thm file do the following.
1. Download and install the fixed LSTS from
http://charliehamster.co.uk/litestep.html.
2. Open the LSTS from
Popup > LiteStep > Change Theme > LSTS.
3. Hover the mouse over the theme you had attempted to change to to select it then click the
Edit Settings button.
4. Under the
Theme Info tab make sure the
Step text box has
step.rc in it. If it doesn't, change it and click
OK.
5. Click the
Select button to change to that theme.
Note: Steps 2 to 5 can be performed without the fixed LSTS but installing the fixed LSTS will prevent this problem from occuring in the future.
Please let me know if there are any mistakes in this post.