Results 98 comments of josch

Hi @lugia-kun, could you mark `test/t/dladdr.t` as executable with `chmod +x test/t/dladdr.t` and add this change to this pull request? Thanks!

``` $ identify working.orig.jpg working.orig.jpg JP2 60x60 60x60+0+0 8-bit sRGB 0.000u 0:00.001 $ file --mime working.orig.jpg working.orig.jpg: image/jp2; charset=binary $ file working.orig.jpg working.orig.jpg: JPEG 2000 Part 1 (JP2) ``` I...

No, my laptop is arm64 and not x86_64 -- otherwise the `apt install ./axolotl_1.6.0-1_arm64.deb` step wouldn't have worked. :slightly_smiling_face: ``` $ dpkg --print-architecture arm64 ``` Since I filed this bug...

The answer is easy. The postinst runs this: bash -c "source /etc/profile.d/axolotl.sh" exit 0 So you spawn a bash process and that sources the axolotl.sh. From that point on, that...

Fixed by this: https://github.com/dex4er/fakechroot/pull/85/commits/693a3597ea7fccfb62f357503ff177bd3e3d5a89#diff-9c810d4a3b460bbc810ddccbed00e5f631ad4e5c208029149644b354c2597bff

Can you provide a more minimal and reproducible test-case for this issue?

I'm getting similar problems with another .NET game (stardew valley) with the latest git HEAD (1d6eee32624561140a85eacefa5cfd496029a974), i.e. that `libcoreclrtraceptprovider.so` fails to load because `liblttng-ust.so.0` fails to load: ``` Running on...

It would be nice to see just by glancing at my taskbar if I have new messages. One way would be urgency hints as requested in this issue. Another way...