Old Dip Tracker

Results 573 comments of Old Dip Tracker

I concur with @michilumin on the rationale above. However, torv3 remains a very high priority for me no matter what comes of all this, because despite all the banter, this...

Since you have an Nvidia card in there, this may be one of the known issues with the current Qt version we use. Could you try launching `dogecoin-qt` from a...

> Is this expected? Yes, it is. How do you launch `dogecoin-qt` normally? You should add these environment variables to the launcher so that it picks it up every time,...

I think it's because you need to run with `--lxc --setup` first? It should create `base-bionic-amd64` (an image file) in the working directory you're calling the script from.

what kind of errors do you get? Would be good to cover them in the doc.

You should be able to take the contributed `.desktop` file from [here](https://raw.githubusercontent.com/dogecoin/dogecoin/master/contrib/debian/dogecoin-qt.desktop) and change the `Exec=` line to be (with your dogecoin-qt path, not `/path/to/`): ```ini Exec=env QT_SCALE_FACTOR=1 QT_AUTO_SCREEN_SCALE_FACTOR=0 /path/to/dogecoin-qt...

Thanks @xanimo. I also have spun up a Ubuntu Jammy box to be able to test there and I run into similar issues as you there, your script works for...

I've added debootstrap, added the steps @xanimo and I took last night to get past a package install issue, and added the note that lxc only works on bionic.

You should be able to put it in `~/.local/share/applications` to not need to make changes with `root` and keep everything in user space. If that doesn't exist yet, do: ```bash...

Can you share your `var/install.log`?