Kyle Kienapfel

Results 115 comments of Kyle Kienapfel

Looks like the FC does give enough information. 4.0.3 ``` dump - dump configuration [master|profile|rates|hardware|all] {defaults|bare} ``` 4.1.0 ``` diff - list configuration changes from default [master|profile|rates|hardware|all] {defaults|bare} ``` Regex...

I've noticed that different goggles and televisions crop the image in different places. A configurable stencil that masks out a certain part of the display as a reminder to the...

What sort of granularity is needed on this option? https://forum.qt.io/post/496178 In the thread they say quick and dirty, but it's been 4 years and it wasn't dirty enough to change...

trace.27217:openat(AT_FDCWD, "/usr/lib/ssl/cert.pem", O_RDONLY) = -1 ENOENT (No such file or directory) trace.27217:stat("/usr/lib/ssl/certs/8e363097.0", 0x7fef78dfc250) = -1 ENOENT (No such file or directory) trace.27217:stat("/usr/lib/ssl/certs/653b494a.0", 0x7fef78dfc250) = -1 ENOENT (No such file or...

@lat9nq https://github.com/darealshinji/AppImageKit-checkrt was rewritten to primarily use a shell script for AppRun, but it now has a checkrt binary. I think we should do this, but executed better. I think...

Maybe explicitly add checked to every theme

This icon seemed fine until I pasted a token in, I thought I did something wrong.. ![image](https://user-images.githubusercontent.com/190571/189891354-008cf127-63fd-458c-8825-32ce79c2f37a.png) Settling on this blue icon when the text is changed in the field....

@Tachi107 definitely willing to take advice on importing the thing. my concern is that https://github.com/darealshinji/AppImageKit-checkrt is kind of restarted. I see an old branch, so maybe if they redo it...

Filed a PR to get checkrt-x86_64 into proper ext-linux-bin repository, see: https://github.com/yuzu-emu/ext-linux-bin/pull/10 I took a closer look at what exec.so I think its unchanged, so using the one already checked...

Looking at that PR, I think that the AppRun shell script itself should be part of the yuzu repository. Specifically I could see a future Wayland PR wanting to remove...