X and Fluxbox :: .fluxbox/slitlist gets overwritten! ?!



Hello,

I want to remove dmix from the slit, since my DSL-Box doesn't have a soundcard...

I'm using DSL 2.2 & can't find an entry concerning dmix in neither /usr/bin/enhance nor .xinitrc
(only things like 'system("docked.lua &>/dev/null &" );'

Also, even as root, enhance stays RO...

Hang Loose,
Mr. Duck-Jibe

docked.lua is the one you want.  It's a separate script from dmix
should I edit /usr/local/bin/docked.lua , /KNOPPIX/usr/local/bin/docked.lua or /ramdisk/usr/local/bin/docked.lua?

all files stay RO (read only), even as root (as does /usr/bin/enhance)

how can I edit those files?

If you want to stop it from loading, edit /home/dsl/.xinitrc.  I believe it's just one line that needs to be commented or removed.
mikshaw, thank you very much for your help & patience, but I'm still not getting there...

If I comment the "docked.lua &" line in .xinitrc , slit won't appear at all

I looked into the docked.lua - also the mount-button in slit is defined here

Code Sample
dofile("/etc/init.d/mount_common.lua")
.
.
mount_down = Button{....}
.
.
mount_me = Button{....}
.
.

...and I'd like to keep the mount button

I also found the definitions of the mixer:

Code Sample
execute("umix vol 50")
.
.
vol = Value_Slider{...}
.
.
dmix = Button{...}
.
.


THESE are the lines I'd like to edit / comment - but I'm not succeeding into turning the file writable...

Mr. Duck-Jibe

Next Page...
original here.