GammaSQ
GammaSQ
Just happened again, twice in a row. This time, I tried killing `xfce4`, restarted with `startxfce4`. When returning to tty1, I was greeted by a login-screen, mouse was moving, but...
I'll try that! Quick note: Xen claims `iommu=no-igfx` having an effect [points to a bug](https://xenbits.xen.org/docs/unstable/misc/xen-command-line.html), though they don't say weather it's a Xen-bug or dom0-driver-bug.
No, 4.1 doesn't show this problem. Can be closed.
Thanks to apparatus in the forum: https://forum.qubes-os.org/t/audio-qube/20685/64 The proposed solution is to install the package `pasystray`, a different package from pulseaudio: https://github.com/christophgysin/pasystray It's easy enough to install and I am...
Thank you, this PR just saved me a lot of time! Though I would feel even more comfortable if it was accepted into the next release ... ;)
Same issue here, with some teeny differences in numbers: ``` [ 69%] Built target libfive-test [ 69%] Generating libfive/kernel.go Backtrace: In ice-9/boot-9.scm: 222:17 19 (map1 (((libfive lib)) ((libfive vec)))) 3899:31...
I just found out that node version 11.3 introduced a TLSSocket-class. This means that my cleartextStream-check will fail! So please run tests with node.js < 0.11.3 ! So far I...
Host-object now has a .TLS boolean. The .socket attribute is always used to save the cleartextStream/TLSSocket (if useTLS == true).