Am Donnerstag, dem 17.07.2025 um 18:24 +0200 schrieb Alberto Garcia: > 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 >
$ LANG=C && GBM_BACKENDS_PATH=/usr/lib/x86_64-linux-gnu/nvidia/current GBM_BACKEND=nvidia-drm && liferea <sys>:0: Warning: g_atomic_ref_count_dec: assertion 'old_value > 0' failed KMS: DRM_IOCTL_MODE_CREATE_DUMB failed: Permission denied KMS: DRM_IOCTL_MODE_CREATE_DUMB failed: Permission denied Failed to create GBM buffer of size 469x199: Permission denied Result is the same: Liferea starts but the window is empty Regards Thorsten

