Simon McVittie
Simon McVittie
> I was watching the total disk writes and it instantly jumped to 3.5 TB when installing `org.freedesktop.Platform.GL.nvidia-565-77`. > > I doubt my drive is capable of writing that many...
> assuming "Data Units Written" is what I should be looking at Yes, if `smartctl` says `Data Units Written: xxx,xxx,xxx [yyy TB]`, I believe that means that *yyy* terabytes have...
I believe the GL runtime extensions belong to , which has its own issue tracker.
> What Linux distribution are you using?: Debian > > Linux distribution version: 4.14.91 This is not a version of Debian, and also not an official kernel version for any...
> bwrap: Can't bind mount /oldroot/run/user/1000/app/com.discordapp.Discord on /newroot/run/user/1000/app/com.discordapp.Discord: Unable to mount source on destination: Too many levels of symbolic links What is the output of `ls -ald /run/user/1000/app/com.discordapp.Discord` on the...
> I am using shimboot for chromebooks With what kernel? The one that came with the hardware? If you are using an ordinary desktop Linux distribution (like Debian) but with...
> They made a script https://github.com/ading2210/shimboot/blob/main/rootfs/usr/local/bin/fix_bwrap This puts bubblewrap into a mode that is no longer the recommended one, probably to work around limitations of a non-standard kernel. See https://github.com/flatpak/flatpak/wiki/User-namespace-requirements...
> Output of `flatpak run -v -v org.vinegarhq.Sober` is very long, I have pasted it at https://pastebin.com/0gSrPHMY Sorry, I can't read that: "This page is no longer available. It has...
I think what's happening here is that if the Response signals successful completion before the `g_dbus_connection_call` that created it has returned, then the Call is freed while it is still...
I tried inserting some debug logging in functions that interact with the `Call` and using `pytest -s -x` (don't capture stdout/stderr, do fail as soon as one test-case fails) to...