I keep getting blocked trying to implement this so I'm putting this note here: on linux, you can run the gui like: ```xhost local:root docker run -it --rm --net=host --env="DISPLAY" -v /tmp/.X11-unix --entrypoint=/bin/bash snowblossom/snowblossom:dev \ /usr/local/openjdk-11/bin/java -cp /snowblossom/Everything_deploy.jar snowblossom.iceleaf.IceLeaf```
@Fireduck btw, does the gui not use a conf file? seems like it might be choosing where to put it's own storage?
needs to familiarize more with java
It does not use a config
Java has an operating system specific mechanism to hold settings and I'm using that
In Linux at crams them in Dot files on Windows it puts it in the registry
There are default settings for everything and then other settings can be changed by the UI itself
alright, just making sure it's very clear how storage is handled, especially around wallets for docker. :P
Is running GUI things in docker something that people do?
On linux, yes. Just requires connecting the x window manager. On windows, uncertain, docker is run in a linux virtual machine, I think.
negative, on newer versions of windows 10 you run it through WSL2 and that’s a windows implementation of the linux kernel and they have a weird X11 <-> DX bridge, so that should work
on windows you can also do windows containers, but please don’t
[snowblossomcoin/snowblossom] Issue closed by ZacharyACoon
[snowblossomcoin/snowblossom] Issue closed by ZacharyACoon
[snowblossomcoin/snowblossom] Issue closed by ZacharyACoon