Chase Colman
Chase Colman
> ``` > ❯ cat ~/awrit/awrit_error.txt > size { cols: 114, rows: 55, width: 1824, height: 1980 } > ``` That's pretty odd. Can you provide the output from kitty?...
> Thanks for the quick reply. Here it is: Nothing out of the ordinary there either, pretty strange. Would you mind doing a clean reinstall? `rm -rf ~/awrit; curl -fsS...
Hmm, that's pretty odd. It almost seems like recent versions of the Linux version of Electron is broken. This should revert to the last known version that was definitely working...
> I tried it. Still no effect with the same error log. > > ``` > ❯ cat ~/awrit/awrit_error.txt > [9209:0817/100801.699673:FATAL:setuid_sandbox_host.cc(163)] The SUID sandbox helper binary was found, but is...
> Unfortunately, `awrit` does not work on my Mac Studio either. [@chase](https://github.com/chase) FYI. > > ``` > ❯ cat awrit/awrit_error.txt > building toolbar > Failed to query terminal colors >...
@Maverobot Hey there, I've made a few changes that might at least get things running on macOS for you. I'm still working on getting Linux setup on my MacBook Air...
I was able to install Fedora 42 and it seems it runs on a fresh install just fine, so I'm closing this for now. Feel free to re-open if you...
> However, it still does not work on my Linux/Ubuntu PC. > > ``` > ❯ awrit > vite v7.1.3 building for production... > transforming... > ✓ 7 modules transformed....
Potentially I could setup something like https://github.com/webdriverio-community/wdio-electron-service/blob/main/packages/wdio-electron-service/src/apparmor.ts Still need to figure out how to get Kitty working with Ubuntu through a VM though, the OpenGL passthrough is rather out of...
> I got it working after I did chown and chmod though. My system is > > * Ubuntu 24.04 > > * kitty version: 0.42.2 > > * awrit...