You are not logged in.

#1 2025-04-13 17:37:19

archlinuxforever
Member
Registered: 2015-06-18
Posts: 88

gnucash don't show Budget Profit & Loss

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

#2 2025-04-14 09:07:58

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 13,628

Re: gnucash don't show Budget Profit & Loss

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

#3 2025-04-14 09:22:27

archlinuxforever
Member
Registered: 2015-06-18
Posts: 88

Re: gnucash don't show Budget Profit & Loss

$ 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

#4 2025-04-14 09:30:21

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 13,628

Re: gnucash don't show Budget Profit & Loss

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

#5 2025-04-14 10:43:11

archlinuxforever
Member
Registered: 2015-06-18
Posts: 88

Re: gnucash don't show Budget Profit & Loss

$ 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

Board footer

Powered by FluxBB