Tiny Core Base > TCB Bugs
tc2.0rc21 .desktop has wm: jwm entry - good or bad I don't know
(1/1)
bigpcman:
Just noticed .desktop has wm: jwm entry. I don't know if it matters.
roberts:
Likely came from your backup.
See the TCB News item which states:
--- Quote ---Files likely in your backup that need update:
.xsession
.desktop
--- End quote ---
.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: ---DESKTOP="$(awk '/wm:/{print $2}' .desktop)"
"${DESKTOP:=flwm}" &
--- End code ---
bigpcman:
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
roberts:
Ah yes, correct. At least the .xsession default overrides it.
I will correct it for the next cut.
Navigation
[0] Message Index
Go to full version