Bug#1053199: liferea does not show feed item contents after 1.15.2-1->1.15.3-1 update

Alberto Garcia berto at igalia.com
Thu Jul 17 17:24:57 BST 2025


On Thu, Jul 17, 2025 at 06:00:44PM +0200, Thorsten G. wrote:
> LANG=C && GBM_BACKENDS_PATH=/usr/lib/x86_64-linux-gnu/nvidia/current && GBM_BACKEND=nvidia-drm && liferea

I think that you need to remove those '&&', otherwise liferea won't
get those variables.

$ COLOR=green && SHAPE=circle && sh -c 'echo $COLOR $SHAPE'


$ COLOR=green SHAPE=circle sh -c 'echo $COLOR $SHAPE'
green circle

Berto



More information about the Pkg-webkit-maintainers mailing list