Hayden Barnes

Results 99 comments of Hayden Barnes

Are other snaps able to load? What happens if you try clearing your font cache: ``` sudo rm /var/cache/fontconfig/* rm ~/.cache/fontconfig/* ```

Are you getting this with any other snap on Arch? This is going to seem odd, but what happens when you install and run an app from https://snapcraft.io/icloud-for-linux?

This is an inherent limitation of how this was created. I will need to look to see if there is a QML module that does native file picking.

Now in Chrome Dev channel, getting closer.

I like that idea. I will include it in the work to be done on wsl-kernel-build.

In talking with @Saijin-Naib about packaging ODM I think snaps might be able to help. I am not familiar with ODM but it sounds like you have some dependency and...

I would like to second the previous comments. Thank you for providing these.

Interesting. `/dev/random` should block (unlike `/dev/urandom`) until the entropy pool is sufficiently seeded and mixed. Instead, you seem to be getting unitialized stack or page cache memory that still holds...

Curiously, I can't seem to drain `/dev/random` with the following on 6.6.y or earlier kernels: ``` #/bin/bash while [ "$(cat /proc/sys/kernel/random/entropy_avail)" -gt 0 ]; do dd if=/dev/random of=/dev/null bs=1 count=1...

Thank you @0xbadfca11 I guess I am showing my age working with the kernel.