See the picture for more information.
This is the German version of the dialog, but for the missing button the language is irrelevant.
-
tuxmaster commented at 10:01 AM on March 16, 2015: none
-
Diapolo commented at 10:11 AM on March 16, 2015: none
What OS is that?
-
fsb4000 commented at 10:11 AM on March 16, 2015: contributor
I have the button at current master (I have Windows 7x64)

-
jonasschnelli commented at 10:12 AM on March 16, 2015: contributor
Could you give us some more information about your environment? OS, Window Manager, etc.
Just tested 0.10.0 on ubuntu. Looks good. It seems like your window manager is removing the standard window buttons.

-
tuxmaster commented at 10:28 AM on March 16, 2015: none
No, all dialog's has an extra close/ok button. But only her it will be missing. For example the the about bitcoin dialog, there exits an button which close the dialog.

I don't mean the button at the dialog title box. Because it is Qt default, that this don't exits an button must be added. See: http://doc.qt.io/qt-4.8/qt.html#WindowType-enum Part Qt::Dialog By default no button are shown on the title bar.
OS: Fedora 20/21 using Gnome.
-
jonasschnelli commented at 10:36 AM on March 16, 2015: contributor
Agreed with @tuxmaster. The rpcconsole should be a QWindow currently it is a QWidget.
- laanwj closed this on May 18, 2015
- laanwj reopened this on May 18, 2015
- laanwj added the label GUI on May 18, 2015
-
jonasschnelli commented at 4:51 PM on May 18, 2015: contributor
@tuxmaster: would you mind retesting this issue with #6155 on top? http://builds.jonasschnelli.ch/pulls/6155/
-
tuxmaster commented at 6:52 AM on May 19, 2015: none
Tested, now the debug window is part of the main window?

-
jonasschnelli commented at 6:55 AM on May 19, 2015: contributor
@tuxmaster: did you used
--disable_walletduring.configureor-disablewallet=1as startup arg? Also mind that i'll probably add another change to #6155 (change from QDialog to QWindow). -
tuxmaster commented at 7:00 AM on May 19, 2015: none
Hi, I used: -disablewallet like shown in the help: Wallet options: -disablewallet Do not load the wallet and disable wallet RPC calls
-
jonasschnelli commented at 1:22 PM on May 19, 2015: contributor
@tuxmaster: I just tested this (nightly build) on Fedora Workstation 21. Looks all good also without #6155. Are you sure this is a real issue? Can you try again with the official 0.10.2 release: https://bitcoin.org/bin/bitcoin-core-0.10.2/?
-
tuxmaster commented at 3:55 PM on May 19, 2015: none
Tested with 0.10.2. The same error as the original. No close button.

-
jonasschnelli commented at 7:57 PM on May 19, 2015: contributor
@tuxmaster: Right. I could reproduce the issue on Fedora 21. The current master looks okay.
Do you mind retesting this with a nightly build: https://builds.jonasschnelli.ch/nightlybuilds/2015-05-19/?
-
tuxmaster commented at 6:39 AM on May 20, 2015: none
Yes the nightly looks ok. Tested on F20.

-
jonasschnelli commented at 6:51 AM on May 20, 2015: contributor
@theuni: was there a Qt version change between 0.10.X and current master?
-
tuxmaster commented at 7:00 AM on May 20, 2015: none
As far I can see, from 4.8.6 to 5.x.x.
-
jonasschnelli commented at 7:04 AM on May 20, 2015: contributor
Okay. Than it was a probably Qt4.X "bug". @tuxmaster: If you like you can build bitcoin-qt yourself with Qt4. Add #6155 on top and see if it fixes your issue.
-
tuxmaster commented at 10:09 AM on May 20, 2015: none
Result of rebuild with Qt4 of F20 (using my own openssl) So I think is no Qt bug. build openssl with: ./config --prefix=/tmp/openssl --openssldir=/tmp/openssl enable-ec enable-ecdh enable-ecds -fPIC shared And run with: LD_PRELOAD=/tmp/openssl/lib/libssl.so:/tmp/openssl/lib/libcrypto.so ./bitcoin-qt

-
jonasschnelli commented at 10:58 AM on May 20, 2015: contributor
Before closing this i'd like to find the change which fixes this bug. Maybe someone can help by checking the changes between 0.10.0 and 0.10.2. I couldn't find anything related to this issues behavior.
- laanwj closed this on Nov 11, 2015
-
laanwj commented at 10:02 AM on November 11, 2015: member
Closing (inactivity)
- DrahtBot locked this on Sep 8, 2021