Yeah I had issues with Ubuntu 20.04 as per your email - I think I fixed the canberra-gtk module error by installing it as per https://itslinuxfoss.com/fix-failed-load-module-canberra-gtk-module-error/
I also have an NVidia video card in one of my pc's and had issues with Ubuntu 20.04 or 20.10 - finally blew it away and did a fresh install of 22.10 from memory. Cheers David H. On Sun, 18 Dec 2022 at 04:36, Dr. David Kirkby < [email protected]> wrote: > On Sat, 17 Dec 2022 at 10:01, David H <[email protected]> wrote: > > > Dave, > > > > Check this out, there was an issue on Ubuntu 20.04 with Flatpak 8-9 > months > > ago - > > > https://askubuntu.com/questions/1398945/why-have-my-gnucash-reports-stopped-working > > - there's a couple of bug reports linked there that provide a lot of > > detail. Basically the answer was to run Flatpak Update 1 or more times > to > > update all dependencies and if that doesn't fix the issue try the other > > work around - > > > > Try running GnuCash from terminal like this: > > > > WEBKIT_DISABLE_COMPOSITING_MODE=1 flatpak run org.gnucash.GnuCash > > > > That will disable OpenGL rendering in Webkit. > > > > Cheers David H. > > > > Thank you. That's helpful. > > *WEBKIT_DISABLE_COMPOSITING_**MODE=1 flatpak run org.gnucash.GnuCash* > > did get it working, although there are numerous errors about > > *Failed to load module "canberra-gtk-module"* > > and tons of source files being newer than the compiled version. > > Then after running > > drkirkby@canary:~/accounts$ flatpak update > Looking for updates… > > > ID > Branch Op Remote Download > 1. [✓] org.freedesktop.Platform.GL.nvidia-470-141-03 1.4 > u flathub 273.0 MB / 273.8 MB > 2. [✓] org.freedesktop.Platform.GL.nvidia-470-161-03 1.4 > i flathub 272.9 MB / 273.2 MB > 3. [✓] org.gnome.Platform.Locale 42 > u flathub 16.8 kB / 336.5 MB > 4. [✓] org.gnome.Platform 42 > u flathub 29.8 MB / 280.2 MB > > Changes complete. > > It now runs without the hack. I noticed the other thread mentioned > updates to Nvidia drivers. I am using an Nvidia P620 GPU, which is a > pretty low-end one. > > That does solve it, but there are quite a few error messages - see below. > > drkirkby@canary:~/accounts$ WEBKIT_DISABLE_COMPOSITING_MODE=1 flatpak run > org.gnucash.GnuCash > Gtk-Message: 17:48:33.245: Failed to load module "canberra-gtk-module" > Gtk-Message: 17:48:33.247: Failed to load module "canberra-gtk-module" > ;;; note: source file /app/share/guile/2.2/ice-9/boot-9.scm > ;;; newer than compiled /app/lib/guile/2.2/ccache/ice-9/boot-9.go > ;;; note: source file /app/share/guile/2.2/ice-9/psyntax-pp.scm > ;;; newer than compiled /app/lib/guile/2.2/ccache/ice-9/psyntax-pp.go > ;;; note: source file /app/share/guile/2.2/ice-9/posix.scm > ;;; newer than compiled /app/lib/guile/2.2/ccache/ice-9/posix.go > ;;; note: source file /app/share/guile/2.2/ice-9/networking.scm > ;;; newer than compiled /app/lib/guile/2.2/ccache/ice-9/networking.go > ;;; note: source file /app/share/guile/2.2/ice-9/match.scm > ;;; newer than compiled /app/lib/guile/2.2/ccache/ice-9/match.go > + hundreds more similar lines. > _______________________________________________ > gnucash-user mailing list > [email protected] > To update your subscription preferences or to unsubscribe: > https://lists.gnucash.org/mailman/listinfo/gnucash-user > ----- > Please remember to CC this list on all your replies. > You can do this by using Reply-To-List or Reply-All. > _______________________________________________ gnucash-user mailing list [email protected] To update your subscription preferences or to unsubscribe: https://lists.gnucash.org/mailman/listinfo/gnucash-user ----- Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.
