Samuel Tschiedel

Results 51 comments of Samuel Tschiedel

Here's `spacemacs` rendered through x11-bridge (left) vs native (right).

Yup, that's exactly what I've tried fiddling with! e.g. setting both mentioned vars to 192 gives me the same result, with the following output: ``` 2018-07-18 00:52:26,335 client 1: setting...

I forgot to mention: setting `desktop-scaling` to 50% gives me the correct screen size for monitor 2 from Xpra's server logs, as well as the expected (smaller) font size on...

Good call! Tried it and unfortunately got the same results 😞. Is there a way to advertise a forced, fake screen size (2x) to Xpra? Since it works when I...

Tested Firefox with XQuartz, same behavior. (followed this: https://fredrikaverpil.github.io/2016/07/31/docker-for-mac-and-gui-applications/) Correct size (consistent with the OS), but extra-large pixels. Turning off system scaling "fixes" it as well (1-to-1 pixel mapping, everything...

Firefox with Xpra using the web client behaves as the local client with DPI flags set: rendered as a HiDPI app, but at twice the size. (even with the DPI...

I've asked on xpra's IRC channel and I was told the version we're using (`2.0.1`) is a bit old and unsupported. They've also asked if we're using the patched dummy...

I'm trying to build it with version 2.3, but the `RUN` command fails with `returned a non-zero code: 3`

OK, will check! The full output is: ``` ERROR: unsatisfiable constraints: gst-plugins-base1 (missing): required by: world[gst-plugins-base1] gst-plugins-good1 (missing): required by: world[gst-plugins-good1] gstreamer1 (missing): required by: world[gstreamer1] The command '/bin/sh -c...

Thanks for the hand-holding, I'm really out my depth here!