johnny-mayo

Results 12 comments of johnny-mayo

I barely just installed Atuin, and found myself here because, yes, I really want to be able to see the output of commands, more than just the exit code. Sometimes...

FIXED...? I was beat and ready to give up, then I thought I would give Gittyup one last shot. I cloned the repository and compiled from source, AND IT WORKED....

I've created a flatpak build on my Debian box with the -DCMAKE_BUILD_TYPE=Debug flag in the manifest. It still does not open a GUI window. It crashes at exactly the same...

I finally got back to this issue and figured it out...well, because another flatpak app was touching /dev/dri/renderD128 and dying a miserable death the same as Gittyup, according to strace....

Yes, adding --env=LIBGL_ALWAYS_SOFTWARE=1 to the finish-args: section of https://github.com/Murmele/Gittyup/blob/master/com.github.Murmele.Gittyup.yml produces a Gittyup flatpak bundle file that, when installed, properly sets the environment variable and allows the Gittyup flatpak to produce...

I agree, completely. My solution is a hacky kluge work-around. The problem is not with Gittyup. This used to work, then stopped, with the same 1.4 version of Gittyup. It...

Thank you very much for the input. From my limited googling, I got the impression that even the proprietary Nvidia binary blobs were causing issues with flatpak, but I had...

``` I offer my reflections, but in no way wish to steer opinions. This is just a thought experiment for me, at this point. One little thing...Gittyup is built from...

I was using the flatpak version of gittyup, when it suddenly stopped showing the gui, as per https://github.com/Murmele/Gittyup/issues/783 I've found that the AppImage version of gittyup does work, but when...

I considered some odd problem with AppImage having permission issues when mounting /tmp/mount_...., so I extracted the contents of the Gittyup AppImage, which created a squashfs-root directory tree with Gittyup...