Tiny Core Base > Alpha Releases
Tiny Core 3.0 Alpha 6 Testing
roberts:
Got it. Thanks!
althalus:
Has the code for the app browser changed since 2.11? (And if so, is there a way you could make it available?) I'd like to tinker with it a little, and experiment with a couple of ideas.
althalus:
I'm also curious as to how the TC team managed to compile the mnttool on TC3 - It will only seem to compile for me if I include stdlib.h, which unfortunately blows out it's size monstrously.
maro:
I bet Robert has already squashed this whilst I ran a little loop over all the "usual suspects":
--- Code: ---tc@box:~$ echo $PATH | tr ':' '\n' | while read DIR ; do sudo grep 'chown ' ${DIR}/* /dev/null ; done
/usr/bin/flwm_topside_initmenu:chown tc.staff -R /home/"$USER"/.wmx
/usr/bin/startx: sudo chown root.staff "$TCEWBAR"
/usr/bin/tce-setdrive: sudo chown -R tc.staff "$TCEDIR"
/usr/bin/tce-setup:chown -R "$USER".staff "$TCEINSTALLED"
/usr/bin/tce-setup:chown -R "$USER".staff "$TCEDIR" /opt/.tce_dir 2>/dev/null
/usr/bin/xsetup:sudo chown "$USER" "$HOME"/.xsession
/usr/bin/xsetup.sh:sudo chown "$USER" "$HOME"/.xsession
--- End code ---
What stands out are the two occasions where 'tc' is hard coded (i.e. '/usr/bin/flwm_topside_initmenu' and '/usr/bin/tce-setdrive') and the fact that in '/usr/bin/xsetup.sh' no group is specified. I have not checked the other "*_initmenu" scripts for the other legacy WM, but they might be worth a look as well.
bmarkus:
Just a small cosmetics. During boot there is a message:
--- Quote ---Loading Tiny Core Applications Extensions
--- End quote ---
This would be better:
--- Quote ---Loading Tiny Core Extensions
--- End quote ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version