Package Details: boomaga-git 3.0.0.r13.g7f7ad47-1

Git Clone URL: https://aur.archlinux.org/boomaga-git.git (read-only, click to copy)
Package Base: boomaga-git
Description: A virtual printer for viewing a document before printing it out using the physical printer
Upstream URL: http://www.boomaga.org
Keywords: boomaga printer virtual
Licenses: LGPL
Conflicts: boomaga, boomaga-qt5
Provides: boomaga
Submitter: hoky
Maintainer: hoky
Last Packager: hoky
Votes: 3
Popularity: 0.039356
First Submitted: 2016-03-14 20:34 (UTC)
Last Updated: 2025-08-19 20:21 (UTC)

Dependencies (6)

Required by (0)

Sources (1)

Latest Comments

GaryScottMartin commented on 2025-12-19 03:16 (UTC) (edited on 2025-12-23 02:03 (UTC) by GaryScottMartin)

NOTE OF CAUTION for users of the proprietary NVIDIA driver under Wayland: My research indicates that Boomaga relies on functionality that is fragile when using the proprietary NVIDIA driver on Wayland. A recent update to the NVIDIA driver apparently broke Boomaga for me. Not only would the GUI not start, but even after being started from the command line, printing to Boomaga failed. NVIDIA driver release 580.119.02-2 fixed part of the issue. I could print to Boomaga after starting the GUI from the command line, but the GUI still failed to start if it hasn't already been opened from my desktop session. (Printing from the command line with lpr avoided the GUI starting problem). Even after successful prints, I still got the error message:

[Boomaga GUI] WARNING: Can\'t read DBUS session direcory /var/spool/cups/tmp/.dbus/session-bus

in /var/log/cups/error_log

As far as I can determine, a robust solution to this issue would require overhauling Boomaga to make it fully compatible with Wayland. Since that seems very unlikely at this point, be aware that NVIDIA driver updates may at times break Boomaga.

  • NVIDIA driver release 590.48.01-1 appears to have restored full functionality to boomaga. The boomaga GUI starts normally and no boomaga error messages are left in /var/log/cups/error_log.

hoky commented on 2025-08-19 20:26 (UTC)

@GaryScottMartin: Thanks a lot for the report and the exact solution!

I've just pushed the fix to the AUR. The package should build correctly now.

SoftExpert commented on 2025-06-29 05:27 (UTC)

@GaryScottMartin: thank you !

GaryScottMartin commented on 2025-06-11 19:46 (UTC) (edited on 2025-06-11 19:46 (UTC) by GaryScottMartin)

This package will build and install without error only if the PKGBUILD is edited to include

         -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \

In the cmake command of the build() function.