Quote |
New themes working: 7Matrix. 7color, amber, natured, rox, sid1, strawberry All work fine. |
Quote |
Tried the xmms skins package and some worked, some didn't. Do you want a list? The ones that didn't just give you a standard xmms. |
Quote |
Tried the revamped barrage and it works. |
Quote |
dsl-fluxbox-0.9.9 - seems to run and it adds the menu items, but doesn't seem to do anything. The restart in the menu does force the wm to restart. |
Quote |
wmfrog - The website to look up stations is http://www.nws.noaa.gov/tg/siteloc.shtml That address should probably be put in the .info file along w/ how to run it. Works great. |
Quote |
dsl-fluxbox-0.9.9 - seems to run and it adds the menu items, but doesn't seem to do anything. The restart in the menu does force the wm to restart. |
Quote |
I'm still working on it, trying to get it to function properly without the custom scripts in it. DSL doesn't distribute custom software, only subsets of installs |
Code Sample |
#!/bin/sh #tells xinit to use a different rc file export XINITRC=$HOME/.fluxbox/fluxinitrc #copy/create configs for fluxbox-dev if [ ! -f $HOME/.fluxbox/dev-init ]; then cp /opt/fluxbox-0.9.9/share/fluxbox/dev-init $HOME/.fluxbox/ touch $HOME/.fluxbox/{apps,dev-groups,dev-keys,dev-slitlist} fi # copy .xinitrc as fluxinitrc, removing the last command and replacing with new command cd $HOME sed '/^$/d;s/^[ \t]*//' .xinitrc | grep -v ^\# | sed '$d' > .fluxbox/fluxinitrc echo '/opt/fluxbox-0.9.9/bin/fluxbox -rc $HOME/.fluxbox/dev-init -log $HOME/.fluxbox/dev-log' >> .fluxbox/fluxinitrc #startx apparently doesn't pass the $XINITRC variable xinit |