gui icon indicating copy to clipboard operation
gui copied to clipboard

`-min` does not minimize wallet loading dialog

Open achow101 opened this issue 2 years ago • 4 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Current behaviour

A user on the Bitcoin stackexchange reported that starting -min still results in the Loading wallets dialog box appearing.

Expected behaviour

-min should minimize all startup dialogs.

Steps to reproduce

Start with -min with wallets automatically loaded (presumably, I haven't tried yet)

Relevant log output

No response

How did you obtain Bitcoin Core

Pre-built binaries

What version of Bitcoin Core are you using?

unknown

Operating system and version

Some Linux with XFCE

Machine specifications

No response

achow101 avatar Aug 13 '23 19:08 achow101

Closed via 9561e497e9f6387b0173343ef686496efb515c51.

hebasto avatar Aug 31 '23 12:08 hebasto

A user on IRC says that this was not fixed in 26.0, although they are now using KDE rather than XFCE.

Edit: I am not able to replicate the reported issue.

achow101 avatar Dec 08 '23 16:12 achow101

Was able replicate in 26.0, needed to use the release built binaries. I guess something in the way we build qt is causing this?

achow101 avatar Dec 09 '23 01:12 achow101

Confirming that the issue still exists for the release/Guix built bitcoin-qt.

I guess something in the way we build qt is causing this?

The static Qt in depends misses GTK+ support. However, I'm not sure if it is the cause of the issue.


Other issues with different behavior for release binaries:

  • https://github.com/bitcoin-core/gui/issues/33
  • https://github.com/bitcoin-core/gui/issues/639

hebasto avatar Jan 03 '24 19:01 hebasto