You are not logged in.
Since last Sunday after full system upgrade, gnucash don't show screen Budget Profit & Loss.
I have an NVidia GPU and before was solved with WEBKIT_DISABLE_COMPOSITING_MODE=1.
$ LC_ALL=C WEBKIT_DISABLE_COMPOSITING_MODE=1 gnucash
libpq.so.5: cannot open shared object file: No such file or directory
libdbi: Failed to load driver: /usr/lib/dbd/libdbdpgsql.so
nvc0_screen_create:899 - Base screen init failed: -19
libEGL warning: egl: failed to create dri2 screen
libEGL warning: DRI2: failed to create screen
MESA: error: ZINK: vkCreateInstance failed (VK_ERROR_INCOMPATIBLE_DRIVER)
$
But now, the issue comes again.
The lines:
...
libEGL warning: egl: failed to create dri2 screen
libEGL warning: DRI2: failed to create screen
MESA: error: ZINK: vkCreateInstance failed (VK_ERROR_INCOMPATIBLE_DRIVER)
...
Come because I set up nouveau.noaccel=1 on GRUB_CMDLINE_LINUX_DEFAULT= because Xorg broke to console randomly without it.
Anybody knows how solve this issue?
Offline
Looks like you may be missing a dependency .
Please post the output of pacman -Qi gnucash
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
$ LC_ALL=C pacman -Qi gnucash
Name : gnucash
Version : 5.11-1
Description : Personal and small-business financial-accounting application
Architecture : x86_64
URL : https://gnucash.org/
Licenses : GPL-2.0-or-later
Groups : None
Provides : None
Depends On : aqbanking gwenhywfar boost-libs guile libdbi webkit2gtk libofx
Optional Deps : gnucash-docs: documentation
libdbi-drivers: open and save data into SQL database [installed]
perl-date-manip: stock information lookups
perl-finance-quote: stock information lookups
Required By : None
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 74.46 MiB
Packager : Antonio Rojas <arojas@archlinux.org>
Build Date : Sat Apr 5 00:54:43 2025
Install Date : Sun Apr 6 08:33:04 2025
Install Reason : Explicitly installed
Install Script : No
Validated By : Signature
$
Offline
output of pacman -Qi libdbi-drivers ?
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
$ LC_ALL=C pacman -Qi libdbi-drivers
Name : libdbi-drivers
Version : 0.9.0-10
Description : Database drivers for libdbi (MySQL, PostgreSQL, and SQLite)
Architecture : x86_64
URL : http://libdbi-drivers.sourceforge.net/
Licenses : LGPL
Groups : None
Provides : None
Depends On : libdbi
Optional Deps : mariadb-libs: To work with MariaDB using libdbdmysql [installed]
postgresql-libs: To work with PostgreSQL using libdbdpgsql
sqlite: To work with SQLite using libdbdsqlite3 [installed]
Required By : None
Optional For : gnucash
Conflicts With : None
Replaces : None
Installed Size : 808.36 KiB
Packager : Felix Yan <felixonmars@archlinux.org>
Build Date : Tue Jul 7 17:21:43 2020
Install Date : Sun Jul 21 20:47:18 2024
Install Reason : Explicitly installed
Install Script : No
Validated By : Signature
$
Offline