[GNC] How do I print a transaction register
G McAlister
gmac at bitsofstring.co.uk
Thu Mar 12 05:20:40 EDT 2026
On 11/03/2026 16:16, Jerry Criswell (JC) wrote:
> I appreciate your suggestion, but I'm afraid, based on the docs, that
> flatseal is over my head.
>
> JC
>
>
> On 3/11/26 10:12 AM, Mark Penner wrote:
>> Mar 10, 2026 13:59:54 Jerry Criswell (JC) <jcriswell58 at gmail.com>:
>>
>>> Using the flatpak version worked. I am so happy.
>>>
>>> It's been close to forever since I've set an environmental
>>> variable. Where and how?
>> I believe you can install Flatseal and use it to set the environment
>> variable for the GnuCash flatpak. Docs:
>> https://github.com/tchx84/Flatseal/blob/master/DOCUMENTATION.md#environment
>>
>> _______________________________________________
>> gnucash-user mailing list
>> gnucash-user at gnucash.org
>> 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
> gnucash-user at gnucash.org
> 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.
Jerry,
If you want to stay with flatpak, then here is how to set the
environment variable using the command line:
flatpak override --env=WEBKIT_DISABLE_COMPOSITING_MODE=1 org.gnucash.GnuCash
To view what overrides you have set:
flatpak override --show org.gnucash.GnuCash
To remove an override:
flatpak override --unset-env=WEBKIT_DISABLE_COMPOSITING_MODE
If you use flatpak per user as opposed to system, then add --user to
these commands after the override, so for example:
flatpak override --user --show org.gnucash.GnuCash.
Graham.
More information about the gnucash-user
mailing list