Tiny Core Linux
Tiny Core Base => TCB Bugs => Topic started by: bigpcman on May 20, 2009, 11:16:42 PM
-
Just noticed .desktop has wm: jwm entry. I don't know if it matters.
-
Likely came from your backup.
See the TCB News item which states:
Files likely in your backup that need update:
.xsession
.desktop
.desktop file is created during boot, but a backup will overwrite it.
Change it to be correct.
.xsession has a construct to use a default if specifiec WM in .desktop is missing.
DESKTOP="$(awk '/wm:/{print $2}' .desktop)"
"${DESKTOP:=flwm}" &
-
No I don't use the backup system. I use a custom tce to load my "unique" files. The .desktop file is not in my tce file.
This is the /etc/skel/.desktop file just to be clear.
The .desktop file has just 2 entries:
wm: jwm
icons: wbar
-
Ah yes, correct. At least the .xsession default overrides it.
I will correct it for the next cut.