You just need to run:
rm -r /tmp/gpu-viewer.

BTW you can tell the upstream about it.


-- Seyed Mohamad Amin Modaresi

Sent from Proton Mail for Android.

-------- Original Message --------
On Thursday, 02/26/26 at 10:28 VA <[email protected]> wrote:
Le 25/02/2026 à 23:05, Seyed Mohamad Amin Modaresi a écrit :
> And for the third, gpu-viewer uses /tmp/gpu-viewer for its data,
> If the programme doesn't close correctly, the tmp dir won't be removed, so it 
> is not a bug.

Well, "if the program doesn't exit cleanly then it can't be restarted
afterwards" is definitely a bug. There are several ways to solve it:

- if the dir exists when starting, discard and regenerate all data
- or if the dir exists when starting, just reuse the data
- or use a different temp dir (with mkdtemp) every time, so there's no
conflict

Reply via email to