lumina-desktop / lumina

Lumina Desktop Environment
http://lumina-desktop.org
BSD 3-Clause "New" or "Revised" License
530 stars 115 forks source link

bogus fluxbox-init\ -no-slit file created under Void Linux #814

Open karlgrose opened 2 years ago

karlgrose commented 2 years ago

With Void Linux running Lumina 1.6.2, I found that sometimes a bogus fluxbox-init file is created as fluxbox-init -no-slit (with the embedded space character in the filename). The running fluxbox process is listed for my desktop as /usr/bin/fluxbox -rc /home/karl/.config/lumina-desktop/fluxbox-init -no-slit -no-toolbar and so this bogus file is being used for the fluxbox configuration rather than the intended fluxbox-init which Lumina updates via its configuration GUI app. If I replace the bogus file with a symlink to the correct one:

ln -sf fluxbox-init fluxbox-init\ -no-slit

most if not all Fluxbox-related Lumina configuration things begin to work as intended.

q5sys commented 2 years ago

This might require an ifdef. A few extra lines were added to resolve a problem on FreeBSD. https://github.com/lumina-desktop/lumina/issues/787