v30rc1 Weird GUI windowing behavior #33432

issue benthecarman openend this issue on September 19, 2025
  1. benthecarman commented at 2:59 am on September 19, 2025: contributor

    Is there an existing issue for this?

    • I have searched the existing issues

    Current behaviour

    Changing tabs in the GUI will close and re-open the app, it also will reposition the app

    Expected behaviour

    Just switch tab

    Steps to reproduce

    https://github.com/user-attachments/assets/86be4b98-de5e-4a4a-a7d4-3eaed7d32491

    Relevant log output

    No response

    How did you obtain Bitcoin Core

    Compiled from source

    What version of Bitcoin Core are you using?

    v30rc1

    Operating system and version

    ubuntu 24.04 TLS

    Machine specifications

    No response

  2. benthecarman commented at 3:36 am on September 19, 2025: contributor
    Doing sudo apt install libxcb-cursor0 seems to have fixed the issue but also removed dark mode for me!
  3. fanquake added the label GUI on Sep 19, 2025
  4. fanquake commented at 9:58 am on September 19, 2025: member

    Doing sudo apt install libxcb-cursor0

    Related to #32097.

  5. hebasto commented at 10:14 am on September 19, 2025: member

    @benthecarman

    Doing sudo apt install libxcb-cursor0 seems to have fixed the issue but also removed dark mode for me!

    What are the first 10 lines of your debug log file in both cases?

  6. fanquake added this to the milestone 30.0 on Sep 19, 2025
  7. benthecarman commented at 4:14 pm on September 19, 2025: contributor

    compiled from source without libxcb-cursor0

     02025-09-19T16:11:53Z Ignoring unknown configuration value mempoolfullrbf
     12025-09-19T16:11:53Z Ignoring unknown configuration value signet.signetblocktime
     22025-09-19T16:11:53Z Bitcoin Core version v30.0rc1 (release build)
     32025-09-19T16:11:53Z Qt 6.4.2 (dynamic), plugin=wayland
     42025-09-19T16:11:53Z No static plugins.
     52025-09-19T16:11:53Z Style: fusion / QFusionStyle
     62025-09-19T16:11:53Z System: Ubuntu 24.04.3 LTS, x86_64-little_endian-lp64
     72025-09-19T16:11:53Z Screen: eDP-1 1920x1200, pixel ratio=1.0
     82025-09-19T16:11:53Z Using the 'x86_shani(1way;2way)' SHA256 implementation
     92025-09-19T16:11:54Z Using RdSeed as an additional entropy source
    102025-09-19T16:11:54Z Using RdRand as an additional entropy source
    112025-09-19T16:11:54Z Default data directory /home/ben/.bitcoin
    122025-09-19T16:11:54Z Using data directory /home/ben/.bitcoin
    132025-09-19T16:11:54Z Config file: /home/ben/.bitcoin/bitcoin.conf
    142025-09-19T16:11:54Z Config file arg: blockfilterindex="1"
    152025-09-19T16:11:54Z Config file arg: coinstatsindex="1"
    162025-09-19T16:11:54Z Config file arg: peerblockfilters="1"
    172025-09-19T16:11:54Z Config file arg: server="1"
    182025-09-19T16:11:54Z Config file arg: txindex="1"
    192025-09-19T16:11:54Z Config file arg: v2transport="1"
    

    30rc1 guix binary (with libxcb-cursor0 so i can run it)

     02025-09-19T16:13:43Z Ignoring unknown configuration value mempoolfullrbf
     12025-09-19T16:13:43Z Ignoring unknown configuration value signet.signetblocktime
     22025-09-19T16:13:43Z Bitcoin Core version v30.0.0rc1 (release build)
     32025-09-19T16:13:43Z Qt 6.7.3 (static), plugin=xcb
     42025-09-19T16:13:43Z Static plugins:
     52025-09-19T16:13:43Z  QMinimalIntegrationPlugin, version 395008
     62025-09-19T16:13:43Z  QXcbIntegrationPlugin, version 395008
     72025-09-19T16:13:43Z Style: fusion / QFusionStyle
     82025-09-19T16:13:43Z System: Ubuntu 24.04.3 LTS, x86_64-little_endian-lp64
     92025-09-19T16:13:43Z Screen: eDP-1 1920x1200, pixel ratio=1.0
    102025-09-19T16:13:43Z Using the 'x86_shani(1way;2way)' SHA256 implementation
    112025-09-19T16:13:43Z Using RdSeed as an additional entropy source
    122025-09-19T16:13:43Z Using RdRand as an additional entropy source
    132025-09-19T16:13:43Z Default data directory /home/ben/.bitcoin
    142025-09-19T16:13:43Z Using data directory /home/ben/.bitcoin
    152025-09-19T16:13:43Z Config file: /home/ben/.bitcoin/bitcoin.conf
    162025-09-19T16:13:43Z Config file arg: blockfilterindex="1"
    172025-09-19T16:13:43Z Config file arg: coinstatsindex="1"
    182025-09-19T16:13:43Z Config file arg: peerblockfilters="1"
    
  8. hebasto commented at 4:21 pm on September 19, 2025: member

    Thanks, @benthecarman!

    From the provided logs, it appears that the reported bug occurs when building with the system’s Qt 6.4.2, rather than with the statically linked release binary.

    The requirement to install libxcb-cursor0 is already a known issue and is being tracked elsewhere.


benthecarman fanquake hebasto

Labels
GUI

Milestone
30.0


github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2025-09-26 15:13 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me