Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Main window default size unreasonable #113

Closed
luke-jr opened this issue Oct 24, 2020 · 7 comments · Fixed by #116
Closed

Main window default size unreasonable #113

luke-jr opened this issue Oct 24, 2020 · 7 comments · Fixed by #116
Labels
Bug Something isn't working

Comments

@luke-jr
Copy link
Member

luke-jr commented Oct 24, 2020

I think this was caused by the removal of the default wallet:
Screenshot_20201024_092308

@luke-jr luke-jr added the Bug Something isn't working label Oct 24, 2020
@hebasto
Copy link
Member

hebasto commented Oct 24, 2020

Is #104 the same?

@luke-jr
Copy link
Member Author

luke-jr commented Oct 24, 2020

Probably, but it's not HiDPI-related.

@hebasto
Copy link
Member

hebasto commented Oct 25, 2020

Fixed in #116.

@hebasto
Copy link
Member

hebasto commented Dec 26, 2020

Unfortunately, on master (02cf20b) I can see a similar (the same?) issue on Fedora 33 + Qt 5.15.2:

$ src/qt/bitcoin-qt -regtest -printtoconsole
QSocketNotifier: Can only be used with threads started with QThread
2020-12-26T22:34:10Z Bitcoin Core version v21.99.0-02cf20b9f (release build)
2020-12-26T22:34:10Z Qt 5.15.2 (dynamic), plugin=wayland (dynamic)
2020-12-26T22:34:10Z System: Fedora 33 (Workstation Edition), x86_64-little_endian-lp64
2020-12-26T22:34:10Z Screen: Virtual-1 1920x1200, pixel ratio=1.0
...

Screenshot from 2020-12-27 00-36-53

UPDATE: It happened only once after the first build in the just cloned repo. All of the next startups are fine. I haven't managed to reproduce this issue by removing datadir and ~/.config/Bitcoin/ 🤷‍♂️

UPDATE 2: see #113 (comment)

@jonasschnelli
Copy link
Contributor

The Bitcoin Core GUI (Qt) stores the window size and position. So I guess it could have been the problem in your case (@hebasto).

@hebasto
Copy link
Member

hebasto commented Dec 30, 2020

The Bitcoin Core GUI (Qt) stores the window size and position. So I guess it could have been the problem in your case (@hebasto).

I suspect that that were old Qt settings in my test VM.

@bitcoin-core bitcoin-core locked as resolved and limited conversation to collaborators Feb 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants
@jonasschnelli @luke-jr @hebasto and others