How to fire up openbox wm 03 August 2025, 16:20:04 New to Artix. RIGHT NOW, I'm running Artix in VirtualBox to learn before the hard install.I'm using the ISO with Xfce, but I want to use Openbox instead. I "installed" openbox (might have just been an update??) and logged out and selected Openbox in the LightDM greeter. I enter my password and it blinks and shows me the login screen again. Doesn't work. I'm used to other distros like MX Linux, Q4OS, etc., where when I switch to another DE/WM, it works. This has me puzzled. Is there some configuration missing in LightDM?Thanks in advance as I learn! Quote Selected
Re: How to fire up openbox wm Reply #1 – 03 August 2025, 20:22:17 Quote from: Durhammer – on 03 August 2025, 16:20:04New to Artix. RIGHT NOW, I'm running Artix in VirtualBox to learn before the hard install.I'm using the ISO with Xfce, but I want to use Openbox instead. I "installed" openbox (might have just been an update??) and logged out and selected Openbox in the LightDM greeter. I enter my password and it blinks and shows me the login screen again. Doesn't work. I'm used to other distros like MX Linux, Q4OS, etc., where when I switch to another DE/WM, it works. This has me puzzled. Is there some configuration missing in LightDM?Thanks in advance as I learn!Hey, welcome to Artix. Not sure what is causing your problem but i also have openbox installed (running Artix XFCE dinit) so i rebooted and selected the OpenBox session to check and it worked fine. It could be something to do with the Virtual environment that you're using, or maybe just try installing OpenBox again and see if that makes any difference? Also check /etc/lightdm.conf and see what your default session is set to? I can't remember exactly but there are a few different things within lightdm.conf that you can try changing which could make a difference. It may be none of them but it's worth a go. Quote Selected
Re: How to fire up openbox wm Reply #2 – 03 August 2025, 20:40:35 I ran openbox from the command line in an alternation console. I did a CTL ALT F3 and logged in and ran it as xinit /usr/bin/openbox -- :1 and it started up and ran.sudo pacman -Ss openbox[sudo] password for ruben: flatbush:[ruben]:~$ sudo pacman -Ss openbox|grep instgalaxy/lxappearance-obconf 0.2.4-2 (lxde) [installed: 0.2.4-2.1]galaxy/openbox 3.6.1-12 (lxde lxde-gtk3 lxqt) [installed]extra/lxappearance-obconf 0.2.4-2 (lxde) [installed: 0.2.4-2.1]extra/openbox 3.6.1-12 (lxde lxde-gtk3 lxqt) [installed]which do you have installed?It does sound like a but or a miss configuration - what does the X log say? Quote Selected
Re: How to fire up openbox wm Reply #3 – 03 August 2025, 22:22:54 Thanks, @Zendjinn and @mrbrklyn . Looks like it came in with LXxx, which I don't remember asking for (not a fan of either flavor. I also could be mis-interpreting why they're shown). (Oh, crap. Even configuring Vbox with shared clipboard, it's not working, so can't share the output.)Only these two are installed:galaxy/openbox 3.6.1-12 (lxde lxde-gtk3 lxqt) [installed]extra/openbox 3.6.1-12 (lxde lxde-gtk3 lxqt) [installed]Not sure what X log there is other than /var/log/Xorg.0.log, but there's nothing in there with "openbox" (old log file as well).In the lightdm.conf file, the default seat has user-session=xfce (autologin-session =xfce also, FWIW). No mention of openbox anywhere in that file. Dang, where does it get "Openbox" for the session menu at the top??? Quote Selected
Re: How to fire up openbox wm Reply #4 – 03 August 2025, 22:25:33 Oh yeah, if I DO go the install openbox again route, should I remove it first? (And apologies for the pacman newbie in me, how is that done but yeah, I'll try RTFM also.?) Quote Selected
Re: How to fire up openbox wm Reply #5 – 03 August 2025, 22:27:52 FWIW - can you try running it from the command lineCTL ALT F3 and logged in and ran it asxinit /usr/bin/openbox -- :1You might need root permisions. I just want to see if it works Quote Selected
Re: How to fire up openbox wm Reply #6 – 03 August 2025, 22:46:33 Quote from: mrbrklyn – on 03 August 2025, 22:27:52FWIW - can you try running it from the command lineCTL ALT F3 and logged in and ran it asxinit /usr/bin/openbox -- :1You might need root permisions. I just want to see if it worksOkay, won't try THAT a third time! Ctrl-Alt-F3 gets interpreted by my MX Linux session hosting my VirtualBox! Kinda have to killalll -u to get back in via login. (I AM running OpenBox on MX, FWIW.) Quote Selected
Re: How to fire up openbox wm Reply #7 – 04 August 2025, 00:45:49 Another thing you could check is that you have the 3D Accelerated Graphics setting (in Virtualbox) switched "off" or try using different display settings from within VirtualBox (just a thought but worth checking).Also, have a look at your openbox.desktop file in /usr/share/xsessions and check that it's there and is populated with the correct info? Might want to also install the *lxappearance-obconf-gtk3" package as that "may" have an impact on whether Openbox starts or not. FYI, I have all of the above and I'm also using xfce as my main (default) session, and OpenBox (if selected at lightdm login) runs as it should.... 👍 Quote Selected
Re: How to fire up openbox wm Reply #8 – 04 August 2025, 17:20:27 Thanks, @Zendjinn -- I actually now have a problematic actual install of Artix -- and Openbox STILL does not work. What the heck am I missing?EDIT: I also did a VirtualBox install of EndeavourOS, and also not a big fan of Budgie, so I just logged in, installed Openbox, logged out, and it works fine. I got a blank screen, of course, but I got the Openbox menu with a righ-click and was able to launch a terminal (Xterm, it couldn't find a couple of others). What is Artix missing?? Quote Selected Last Edit: 04 August 2025, 17:29:31 by Durhammer
Re: How to fire up openbox wm Reply #9 – 04 August 2025, 19:57:53 Quote from: Durhammer – on 03 August 2025, 22:46:33Quote from: mrbrklyn – on 03 August 2025, 22:27:52FWIW - can you try running it from the command lineCTL ALT F3 and logged in and ran it asxinit /usr/bin/openbox -- :1You might need root permisions. I just want to see if it worksOkay, won't try THAT a third time! Ctrl-Alt-F3 gets interpreted by my MX Linux session hosting my VirtualBox! Kinda have to killalll -u to get back in via login. (I AM running OpenBox on MX, FWIW.)You are running this in a VM? Quote Selected
Re: How to fire up openbox wm Reply #10 – 05 August 2025, 18:35:59 Quote from: mrbrklyn – on 04 August 2025, 19:57:53Quote from: Durhammer – on 03 August 2025, 22:46:33Okay, won't try THAT a third time! Ctrl-Alt-F3 gets interpreted by my MX Linux session hosting my VirtualBox! Kinda have to killalll -u to get back in via login. (I AM running OpenBox on MX, FWIW.)You are running this in a VM?Well, yeah! Apparently you didn't read what you quoted! Quote Selected 1 Likes