alphasnd
alphasnd
I just tried it and it does compile fine, but it doesn't run (ubuntu 17.10 x64). As soon it displays the main window, it crash with this error: Thread 1...
After some investigation, it appears that GetWindowState() uses X11 specifics calls, but Ubuntu 17.10 uses the Wayland window manager. So it fails to get the XWindow and crash. We will...
PB 6.0 now works natively on Wayland, so it should be OK for GTK3. Could you merge it to devel ? I fear it will diverge too much if we...
I fixed the layout issue for Wayland in PB6.0 as well, so it should be good now. I would prefer still having GTK2 as default unless you're confident it will...
Cool stuff ! May be you can change the name for the pref file when QT is active so it's easier to test
I successfully compiled and run the IDE on Ubuntu 22.04, it looks solid so far, very good work ! I noticed a crash on the Color chooser, last panel ('name')...
I will list the issues I found here: - crash on the Color Chooser (tab name) when scrolling the name - when using a Tree in the 'Explorer' tool, double...