Here's my stupid question, there are 2 parts, the first is essentially a basic unix question
part1:
Is there a way to run the current light client on Linux/Ubuntu without fully installing/embedding it into my system?
With various QT wallets I prefer to just call the bin files directly rather than installing .deb files with dpkg. Is this actually even any different or could I just move the binary file from /usr/bin to somewhere else and have it work the same after building?
part2:
As a work around till I figured this out I have been running the web-wallet locally (so I don't have to constantly call JavaScript from a server somewhere) downloaded from
https://github.com/bitshares/bitshares-2-ui/releases but it is released very infrequently and there have been many changes to the UI lately. Is this release going to be maintained going forward or is the assumption that people are just going to be using the light wallet?
Thanks