Page 1 of 1

BUG: Black rectangle instead of splash screen

Posted: Thu Sep 06, 2018 4:05 pm
by zervanko
Arch Linux with audacity 2.2.2
Bug is well explained here https://github.com/awesomeWM/awesome/issues/2292 and https://github.com/awesomeWM/awesome/issues/2382
Can you please check, is it audacity problem or not.

Re: BUG: Black rectangle instead of splash screen

Posted: Thu Sep 06, 2018 4:54 pm
by steve
Doesn't happen for me on Xubuntu.
My guess is that it is specific the AwesomeWM. Have you tried with a different WM? Is Audacity OK on AwesomeWM other than the splash screen?

Re: BUG: Black rectangle instead of splash screen

Posted: Fri Sep 07, 2018 6:16 pm
by zervanko
steve wrote:
Thu Sep 06, 2018 4:54 pm
Doesn't happen for me on Xubuntu.
My guess is that it is specific the AwesomeWM. Have you tried with a different WM? Is Audacity OK on AwesomeWM other than the splash screen?
Yea. Audacity has no problem on other wm's. But, as I see, you are using wxwidgets to make splash screen. If I run wxwidgets' splash screen exaple it works correctly on awesome. Maybe you are doing somethink specific. It looks like race condition, as audacity shows splash screen in 40%. See more https://trac.wxwidgets.org/ticket/18216#comment:9

Re: BUG: Black rectangle instead of splash screen

Posted: Fri Sep 07, 2018 8:36 pm
by steve
zervanko wrote:
Fri Sep 07, 2018 6:16 pm
If I run wxwidgets' splash screen exaple it works correctly on awesome.
Which version of WxWidgets, built against which version of gtk?

Re: BUG: Black rectangle instead of splash screen

Posted: Fri Sep 07, 2018 8:49 pm
by zervanko
steve wrote:
Fri Sep 07, 2018 8:36 pm
zervanko wrote:
Fri Sep 07, 2018 6:16 pm
If I run wxwidgets' splash screen exaple it works correctly on awesome.
Which version of WxWidgets, built against which version of gtk?
3.0.4

Re: BUG: Black rectangle instead of splash screen

Posted: Fri Sep 07, 2018 9:10 pm
by steve
I don't think Audacity 2.2.2 was tested with WxWidgets 3.0.4, though I wouldn't expect major problems. It's supposed to be built against Wx 3.0.2 (with gtk2 - gtk3 is known to cause major problems). The next version of Audacity should be built against Wx 3.1.1 and gtk2.