You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be a bitcoin logo icon when running the application under a wayland session.
Right now it looks like this on my machine.
This should be fixed, because it looks like it's running W-coin or some altcoin and that could be confusing, and/or misleading.
Expected behaviour
It should look like this (run on the same machine, same everything, but with platform xcb):
Steps to reproduce
Compile and run normally.
Relevant log output
No response
How did you obtain Bitcoin Core
Compiled from source
What version of Bitcoin Core are you using?
master
Operating system and version
Debian 12 (bookworm) with KDE Plasma (Wayland)
Machine specifications
The text was updated successfully, but these errors were encountered:
I think Wayland is much stricter about loading the icon from the .desktop file (which must have an exactly matching name). I didn't test this any further, but running Wayland on my system with an appropriate .desktop file installed I do get the correct icon:
That said, I added my .desktop file manually a while ago, and I notice now that on my machine the code which appears to write the .desktop file is not being included in the compilation, after being exluded by the C preprocessor. Specifically Q_OS_LINUX does not appear to have been set by ./configure, so the code following this is skipped:
Did you try installing with sudo make install, or are you just running the binary as built by make? If you didn't install, you could try running sudo make install; bitcoin-qt and see if the installed version references the correct icon? (Note this will overwrite any previously-installed version).
I've not worked on the GUI or QT much, so will defer to others here. For reference, my .desktop file in /usr/local/share/applications is in the form:
Is there an existing issue for this?
Current behaviour
There should be a bitcoin logo icon when running the application under a wayland session.
Right now it looks like this on my machine.
This should be fixed, because it looks like it's running W-coin or some altcoin and that could be confusing, and/or misleading.
Expected behaviour
It should look like this (run on the same machine, same everything, but with platform xcb):
Steps to reproduce
Compile and run normally.
Relevant log output
No response
How did you obtain Bitcoin Core
Compiled from source
What version of Bitcoin Core are you using?
master
Operating system and version
Debian 12 (bookworm) with KDE Plasma (Wayland)
Machine specifications
The text was updated successfully, but these errors were encountered: