mandelbulber2 icon indicating copy to clipboard operation
mandelbulber2 copied to clipboard

minor change to 'prepare_for_dev_ubuntu.sh'

Open TasMania17 opened this issue 2 years ago • 3 comments

After upgrading to new current Ubuntu 22.04.

Error: Package 'qt5-default' has no installation candidate' Solution: sudo apt-get install qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools

qt5-default has been dropped.

TasMania17 avatar May 07 '22 09:05 TasMania17

comments from facebook member Howdy mandlebulbarians!. Just a heads up. It appears that Ubuntu and some of it's derivative distros like Lubuntu are moving to fuse v3. fuse is an interface for userspace programs to export a filesystem to the Linux kernel. As I use the v2.27 64-bit AppImage, and the newer Lubuntu 22.04 "Jammin' Jellyfish" release, the AppImage won't run unless you use the --extract-filesystem option. Then run "AppRun" from the newly created application folder. Cheers.

Frankly I still run 20.04 on my desktop and just put 22.04 on my lappy. There are still a ton of daily updates going into 22.04 right now so it may be worthwhile to keep your 20.04 running a bit longer. I haven't see much improvement between the 2 releases to warrant replacing 20.04 if it's working well for you. I won't change over to 22.04 on my desktop until long term support ends for it probably. Cheers.

mclarekin avatar May 07 '22 09:05 mclarekin

@TasMania17 Will it run if you install qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools instead of qt5-default?

buddhi1980 avatar May 07 '22 19:05 buddhi1980

Yes compiles and runs well.

AppImages work all the time on Xubuntu 22-04. I made some recently. I found how to convert a DEB file into an AppImage.

TasMania17 avatar May 07 '22 23:05 TasMania17