It appears that obconf is no longer supported as a stand alone application. After a user tried to install openbox I discoverd that obconf was no longer available and my installed copy isn’t working.
It appears its now a part of lxappearance.
The correct names now are
lxappearance-obconf & lxappearance-obconf-gtk3
I installed the gtk3 version and it seems to work ok. doesn’t give a preview of the theme though.
I checked again EndeavourOS/Community-Editions/openbox.git.
Deleted obconf from packages-repository.txt and some minor hocus-pocuses installation succeeded.
What did I miss? It’s so unfinished – or shall we call it unbloated? – as opposed to mabox.
Edit:
Two baby steps ahead:
yay -S openbox-themes obconf-qt
su
cd /usr/bin
ln -s obconf-qt obconf
and a half
# jgmenurc
#at_pointer # obsolete = 0
position_mode = pointer
Any idea how lxappearance-obconf is supposed to work? I installed it, but creating an openbox menu item that calls lxappearance-obconf doesn’t work. I’m also unable to find any binary file called lxappearance-obconf on my system, although a pacman -Ss lxappearance-obconf shows it installed.
git clone https://github.com/archcraft-os/archcraft-openbox-themes.git cd archcraft-openbox-themes/ sudo cp -r OB* /usr/share/themes/
if it helps
edit: I saw you are not against Debian. Have you tried BunsenLabs?
I also forgot to mention that I also didn’t care for some of the customization done with Bunsen Labs. For example, instead of using simple commands to reboot or shutdown, a Python script is used. So, unless you can code in Python (I can’t), you are at the mercy of the devs.
To shutdown or reboot, you only need a simple systemctl command. The development team’s reasoning for using Python was so that they could show off their coding skills.