Results 13 comments of Patrick Mackinlay

I am running FreeBSD 13.0 which does not have `/run/user/`. I believe desktop environments on FreeBSD which use `XDG_RUNTIME_DIR` set it to `/tmp/$(id -u)`, but I am not sure. IMHO,...

Setting `XDG_RUNTIME_DIR` to /tmp/$(id -u) on my system: ``` 22:27:42 ~ pim@patrick$ > pactl info Server String: /tmp/pulse-H4z67MNfD3Rr/native Library Protocol Version: 34 Server Protocol Version: 34 Is Local: yes Client...

This is not a FreeBSD issue, its my desktop environment, which doesn't use `XDG_RUNTIME_DIR`. I have had linux machines with the same desktop environment and dont set `XDG_RUNTIME_DIR`. xpra works...

I am pretty sure that would work great. Thanks for your help!

The machines I use tend not to run an X Display Manager chooser (in which case I run startx from a terminal) or they run xdm. Either way my desktop...

I can run: ``` xpra proxy :20 --tcp-auth=allow --bind-tcp=127.0.0.1:14501 Warning: XDG_RUNTIME_DIR is not defined and '/run/user/500' does not exist using '/tmp' Entering daemon mode; any further errors will be reported...

On FreeBSD, I can't get it to work with the proxy command. I can run `XDG_RUNTIME_DIR=/tmp/500 xpra proxy :14500 --tcp-auth allow --bind-tcp=127.0.0.1:14500 --daemon=no` and it will start fine. However when...

On arch linux it also doesn't work, but I get a different error in my web browser. It simply says `The connection was reset` The log in the xpra daemon...

I think the main issue is that newer minecrafts need lwjgl version 3, FreeBSD's lwjgl port is very old and I dont think its easy to upgrade

Try the fork at: https://github.com/patrickSpaceSurfer/lwjgl3-port Note that the changes cannot be merged back or put into the ports system because they only change LWJGL 3 to make minecraft work, LWJGL...