Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: nekodjin on 16 August 2022, 06:38:17

Title: Moksha hangs on initial setup
Post by: nekodjin on 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?
Title: Re: Moksha hangs on initial setup
Post by: nekodjin on 16 August 2022, 06:40:18
The text on the button on the bottom is difficult to read - it says, "Please Wait..."
Title: Re: Moksha hangs on initial setup
Post by: AndBenn on 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.
Title: Re: Moksha hangs on initial setup
Post by: Artist on 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
Title: Re: Moksha hangs on initial setup
Post by: nekodjin on 16 August 2022, 18:28:25
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.
I installed the moksha WM from the repositories listed on Artix website, i.e. [omniverse] and [moksha].

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
The "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.
Title: Re: Moksha hangs on initial setup
Post by: Artist on 16 August 2022, 20:03:25
Switch to the console and check file ~/.xsession-errors; that might offer a clue.
Title: Re: Moksha hangs on initial setup
Post by: nekodjin on 17 August 2022, 00:48:00
Switch to the console and check file ~/.xsession-errors; that might offer a clue.
The file reads:
Code: [Select]
action halt 3
action reboot 3
action suspend 3
action hibernate 3
Title: Re: Moksha hangs on initial setup
Post by: Artist on 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...)
Title: Re: Moksha hangs on initial setup
Post by: nekodjin on 20 August 2022, 18:55:16
I clicked on the button and it worked. Thank you :)