I have tried several times to intall the openbox window manager to my spare laptop following the below suggestions but have not been successful.
Select "No desktop" during the Calamares install.
After Calamares install, reboot
switch to TTY3 (Ctrl-Alt-F3)
Login and run:
git clone https://github.com/EndeavourOS-Community-Editions/openbox.git
cd openbox
bash openbox-install.sh (see if this is executable, if not "chmod 755 openbox-install.sh")
Reboot and login via lightdm
I get this output in terminal when I do the bash openbox-install.sh operation.
no such file as openbox-install.sh
Any help greatly appreciated!
$ tree openbox/
openbox/
βββ LICENSE
βββ netinstall.yaml
βββ openbox-install
βββ openbox-play-tutorial.png
βββ openbox-screenshot.png
βββ packages-repository.txt
βββ README.md
βββ setup_openbox_isomode
Looks it is called just openbox-install and not openbox-install.sh
So:
$ chmod 755 openbox-install
$ ./openbox-install
unless this is a new install you shouldnβt need the installer just the package-repository.txt and then make sure to enable your login manger of choice before rebooting. If its new then the installer is helpful but still not really necessary you can move things manually.
This is a new install on a spare laptop. I am starting from scratch and reinstalling it at the moment. Will update you all after I give it a try again.
Havenβt used the eos openbox in a while so please note any errors so we can get them fixed. Thanx
Okay, your suggestion worked. That seems to be the way to do it now. Many thanks!