11-23-2024, 09:08 PM
Unclear of particulars, but seems lots of options. This would lean toward dropping the line inside .xinitrc right before the exec fluxbox if I'm reading right.
Another way might be to indeed drop your .desktop file into /etc/xdg/autostart and then remove the 5 entries that are already there but also enable the autostart (LOAD_XDG_AUTOSTART="true") in ./..desktop-session/desktop-session.conf
If, OTOH, what you really want is a service, you'd need to make one. Yeah, DSL uses runit instead of sysV or berkeley or whatever else. The runit FAQ is here, too.
Maybe none of that is any help. If you get it going the way you want it, it'd be great if you could leave a breadcrumb trail.
Another way might be to indeed drop your .desktop file into /etc/xdg/autostart and then remove the 5 entries that are already there but also enable the autostart (LOAD_XDG_AUTOSTART="true") in ./..desktop-session/desktop-session.conf
If, OTOH, what you really want is a service, you'd need to make one. Yeah, DSL uses runit instead of sysV or berkeley or whatever else. The runit FAQ is here, too.
Maybe none of that is any help. If you get it going the way you want it, it'd be great if you could leave a breadcrumb trail.