Hi neonix
And if alsa-set.tcz or alsamixer-set.tcz will contains this?
pause 5
amixer set Master unmute
amixer set PCM unmute
amixer set Headphone unmute
amixer set Master 75%
amixer set PCM 75%
amixer set Headphone 75%
...
I'm guessing you meant sleep 5 for the first line.
If that is supposed to be a startup script that goes in
/usr/local/tce.installed , then no.
When Tinycore boots, it first loads all of the extensions
in onboot.lst. it then runs all of the startup scripts for
those extensions. Any extensions that were loaded after
yours, would now have their startup scripts blocked from
running while yours sits there and sleeps.
... [Desktop Entry]
Name=alsamixer
Exec=aterm -e alsamixer
Icon=
Terminal=false
X-FullPathIcon=
Type=Application
;OnlyShowIn=Old;
Categories=Utility;
That one is fine. As shown, it will only provide an entry
for the desktop menu, but no icon for the wbar.
If you want an icon, you need to provide one and add
something like this:
Icon=alsamixer
X-FullPathIcon=/usr/local/share/pixmaps/alsamixer.png