2021-01-20 02:24:52
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```
Clueless
2021-01-20 02:25:27
@Fireduck btw, does the gui not use a conf file? seems like it might be choosing where to put it's own storage?
Clueless
2021-01-20 02:25:41
needs to familiarize more with java
Clueless
2021-01-20 02:25:46
It does not use a config
Fireduck
2021-01-20 02:26:03
Java has an operating system specific mechanism to hold settings and I'm using that
Fireduck
2021-01-20 02:26:40
In Linux at crams them in Dot files on Windows it puts it in the registry
Fireduck
2021-01-20 02:27:14
There are default settings for everything and then other settings can be changed by the UI itself
Fireduck
2021-01-20 02:28:49
alright, just making sure it's very clear how storage is handled, especially around wallets for docker. :P
Clueless
2021-01-20 02:30:56
Is running GUI things in docker something that people do?
Fireduck
2021-01-20 02:32:53
On linux, yes. Just requires connecting the x window manager.
On windows, uncertain, docker is run in a linux virtual machine, I think.
Clueless
2021-01-20 09:51:22
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
Rotonen
2021-01-20 09:51:50
on windows you can also do windows containers, but please don’t
Rotonen
2021-01-20 11:31:53
[snowblossomcoin/snowblossom] Issue closed by ZacharyACoon
GitHub
2021-01-20 11:33:00
[snowblossomcoin/snowblossom] Issue closed by ZacharyACoon
GitHub
2021-01-20 11:39:34
[snowblossomcoin/snowblossom] Issue closed by ZacharyACoon
GitHub