Tiny Core Base > Release Candidate Testing
tinycore_v2.10rc2
curaga:
I think the DEFAULT_BACKGROUND var in tc-config is now unused.
roberts:
That is true. Removed.
Speaking of some cleanup...
Someone had mentioned jwmTheme in .xsession
--- Code: ---[ -n "$THEME" ] && cp /opt/jwmThemes/"$THEME" .jwmrc-theme
--- End code ---
Since jwm is an extension this option should be noted in the jwm extension info file.
And while we are at it.
Both flit and watcher are both extensions, so...
--- Code: ---[ $(which flit) ] && flit &
[ $(which watcher) ] && watcher -g +0-0 &
--- End code ---
Should also be removed and noted in their respective info files.
I had left them in .xsession only as a convience and possible example of both testing existence and starting extension upon startuo of X.
But if we are cleaning up a single unused variable, then these extension references should be removed from .xsession.
maro:
Talking of cleanups: I guess '/etc/inittab-save' is another candidate for removal. Bye the way, this file indicates to me that some time ago multiple terminals were used (which could be selected by Ctrl-Alt-Fn). I wonder if it would make sense to have at least one or two additional terminals available. I know, I could create a changed '/etc/inittab' file (and e.g. re-master the initrd) to (hopefully) achieve this. I just curious what lead to the decision to drop all but one.
With regards to the removal of entries from '/etc/skel/.xsession': I'd suggest to not merely mention something in some info files, but ensure that the '/usr/local/tce.installed' start-up scripts are adding those entries into '${HOME}/.xsession'. For a moment I thought of '/root/.xsession' as well, but since root should typically not start a X server, I'll now consider this a silly idea.
curaga:
Watcher info file edited.
jls:
I have problems with the new colors in the appbrowser, see attached screenshot
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version