catpreneur
catpreneur
@audreyfeldroy any update on this?
@pydanny
Same error as well.
Forgot to mention, if I switch tty's, this happens as well.
Not sure what drivers are being loaded but here are the ones that are installed ``` $ qlist -IRv driv x11-base/xorg-drivers-1.20-r2::gentoo x11-drivers/xf86-input-libinput-0.30.0::gentoo x11-drivers/xf86-video-amdgpu-19.1.0::gentoo x11-drivers/xf86-video-ati-19.1.0::gentoo x11-drivers/xf86-video-dummy-0.3.8::gentoo x11-drivers/xf86-video-fbdev-0.5.0-r1::gentoo x11-drivers/xf86-video-intel-2.99.917_p20200515::gentoo x11-drivers/xf86-video-nouveau-1.0.16::gentoo x11-drivers/xf86-video-vesa-2.4.0::gentoo ```...
Hi, Thanks for getting back to me. I tried your suggestion, but it didn't work unfortunately. Here's the log ``` Jan 31 19:08:01.105 INFO Starting anvil on a tty using...
Distro is gentoo. It's a minimal install with no display manager or systemd, hence the elogind support. I'm running anvil as root from the tty. In order to set XDG_RUNTIME_DIR,...
This appears to be working ``` new WebpackObfuscatorPlugin({ sourceMap: true, }) ``` This is because `sourceMap` is an option no `ObfuscatorOptions` from `javascript-obfuscator`. It is generating sourcemaps for me, but...
Btw here's a code example for gtk-layer-shell-rs https://github.com/subgraph/gtk-layer-shell-rs/blob/master/examples/example.rs
And as a reference, this is what it should look like. Notice I'm setting sway background to light blue, and the empty GTK box has 10 margin all around 