Tiny Core Linux

Tiny Core Base => TCB Bugs => Topic started by: bigpcman on May 20, 2009, 11:16:42 PM

Title: tc2.0rc21 .desktop has wm: jwm entry - good or bad I don't know
Post by: bigpcman on May 20, 2009, 11:16:42 PM
Just noticed .desktop has wm: jwm entry. I don't know if it matters.
Title: Re: tc2.0rc21 .desktop has wm: jwm entry - good or bad I don't know
Post by: roberts on May 20, 2009, 11:59:42 PM
Likely came from your backup.
See the TCB News item which states:

Quote
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.
Code: [Select]
DESKTOP="$(awk '/wm:/{print $2}' .desktop)"
"${DESKTOP:=flwm}" &


Title: Re: tc2.0rc21 .desktop has wm: jwm entry - good or bad I don't know
Post by: bigpcman on May 21, 2009, 01:14:55 AM
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

Title: Re: tc2.0rc21 .desktop has wm: jwm entry - good or bad I don't know
Post by: roberts on May 21, 2009, 01:24:50 AM
Ah yes, correct. At least the .xsession default overrides it.
I will correct it for the next cut.