:: Re: [DNG] My experience with Devuan…
Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Isaac Dunham
Fecha:  
A: Robert Storey
Cc: dng
Asunto: Re: [DNG] My experience with Devuan Alpha2
On Fri, Jul 03, 2015 at 09:24:52AM +0800, Robert Storey wrote:
> Hi All,
>
> Steve Litt said...
>
> > Like I said, fvwm is excellent. LXDE and Openbox are two others to look
> > at, and as far as I know they have few if any systemd dependencies,
> > direct or otherwise.
>
> I too am a fan of fvwm and LXDE. But another I recommend is IceWM. Only
> weakness is (like fvwm) it doesn't by default automount plugin USB devices.
> If that could be tweaked, IceWM would be my preferred default desktop.


And grep doesn't initialize your wireless, right? ;^)
(Though I have used it in some of my wireless-related scripts.)

If you want to automount devices, use an automounter. A window manager
manages windows, not disks.
If you don't want a full automounter, it shouldn't be too much work to
pipe

udevadm monitor --kernel --subsystem-match=block

through awk or sed, and use the derived information with pmount.
But if you mean to make this widespread, make it easy to turn off.

Thanks,
Isaac Dunham