Posted by member 61084 on 2003-12-17 09:31:45 link

Yeah that was kind of confusing me, the theme that I'm applying uses desktop2-2.0 I apologoze in advance for the relatively large post.

theme.rc
include "$ConfigDir$color.rc"
include "$ConfigDir$barpos.rc"
*NetLoadModule desktop2-2.0
*NetLoadModule popup2-2.0
*NetLoadModule systray2-2.0.1
*NetLoadModule ckvwm-1.40
*NetLoadModule chronos-1.5
*NetLoadModule tasks-0.92-b3
*NetLoadModule lsxcommand-1.8.5
*NetLoadModule dynamp-0.50 threaded
*NetLoadModule lsfonts-0.1
*NetLoadModule textedit-2.4l-13
*NetLoadModule mzscript-0.8.6l
LoadModule "C:\LiteStep\modules\lsslider-1.71.dll"
*LoadFont "$ThemeDir$misc\slkscr.TTF"
TextEditNewSyntax
mzScriptFile "$ConfigDir$script.rc"
mzAutosaveVars replaceinclude

;--> I added this below
SetDesktopArea
SDALeft -5
SDARight -5
SDATop -5
SDABottom -5


Is that what you meant? It doesn't work if that's what you meant, and yes, I have even tried it with it's synonym
LoadModule "C:Litestep\modules\desktop2-2.0.dll"

The end result is the same.

deuce
03.12.16 @ 14:02

if the desktop area isn't defined in the theme.rc, it is in your personal.rc


Not that I could find, the only desktop specifics that are held in my personal.rc, are VWM settings and standard jdesk settings like

;------------------------------------------------------------------------------
; personal settings: jDesk
;------------------------------------------------------------------------------

;--> prevents LiteStep from recycling automatically when your screen resolution
; changes, e.g. when you launch a game.
jDeskRecycleOnRezChange false

;--> see jDesk's readme for a description of this feature. this is being set so
; that the right-click menu launches quickly.
jDeskDisableDoubleClick


Those are the only destop specific settings that I could find in my personal.rc

Regards,

1beb