Moksha hangs on initial setup 16 August 2022, 06:38:17 Hello friends,I am trying to set up Moksha WM on my new Artix install. I am using base OpenRC ISO with not much else on the installation so far. The DM is LightDM, and it seems to open Moksha correctly. However, once Moksha is open, it is stuck on the page which you can see in the attached image, saying "Please Wait As We Are Loading Moksha Settings!". You can scroll up and down the list of languages, and select different languages, and move the mouse around, but beyond that nothing ever happens, it is just stuck on this screen. What could be going wrong? What can I do to fix this?
Re: Moksha hangs on initial setup Reply #1 – 16 August 2022, 06:40:18 The text on the button on the bottom is difficult to read - it says, "Please Wait..."
Re: Moksha hangs on initial setup Reply #2 – 16 August 2022, 08:27:15 Did you pull and build the 0.3.3 tag or his main branch? If main branch, you may have an unfinished project.Best to probably file a github issue. There don't appear to be any issues filed yet this year. This project doesn't look very active - then again, it might be a single dev and they likely have a life.
Re: Moksha hangs on initial setup Reply #3 – 16 August 2022, 11:23:10 At startup the Mixer module is loaded, which needs pulse-audio. If this package is not installed a hang will occur. This is the only reason I've seen for a hang so far. So make sure pulse-audio is installed. After disabling the Mixer module, pulse-audio can be de-installed.artist
Re: Moksha hangs on initial setup Reply #4 – 16 August 2022, 18:28:25 Quote from: AndBenn – on 16 August 2022, 08:27:15Did you pull and build the 0.3.3 tag or his main branch? If main branch, you may have an unfinished project.Best to probably file a github issue. There don't appear to be any issues filed yet this year. This project doesn't look very active - then again, it might be a single dev and they likely have a life.I installed the moksha WM from the repositories listed on Artix website, i.e. [omniverse] and [moksha].Quote from: Artist – on 16 August 2022, 11:23:10At startup the Mixer module is loaded, which needs pulse-audio. If this package is not installed a hang will occur. This is the only reason I've seen for a hang so far. So make sure pulse-audio is installed. After disabling the Mixer module, pulse-audio can be de-installed.artistThe "pulseaudio" package is already installed. As far as I can tell, there is no package in any of the repositories called as "pulse-audio". Therefore, I think this is not the issue.
Re: Moksha hangs on initial setup Reply #5 – 16 August 2022, 20:03:25 Switch to the console and check file ~/.xsession-errors; that might offer a clue.
Re: Moksha hangs on initial setup Reply #6 – 17 August 2022, 00:48:00 Quote from: Artist – on 16 August 2022, 20:03:25Switch to the console and check file ~/.xsession-errors; that might offer a clue.The file reads:Code: [Select]action halt 3action reboot 3action suspend 3action hibernate 3
Re: Moksha hangs on initial setup Reply #7 – 17 August 2022, 22:26:36 This sounds counterintuitive, but did you click on the 'Please Wait' button at the bottom of the page? (yes, it's a button...)
Re: Moksha hangs on initial setup Reply #8 – 20 August 2022, 18:55:16 I clicked on the button and it worked. Thank you