bitcoin-core / gui

Bitcoin Core GUI staging repository
https://github.com/bitcoin/bitcoin
MIT License
572 stars 257 forks source link

Generate .desktop file for Gnome and other desktop environments. #31

Open caiofaustino opened 4 years ago

caiofaustino commented 4 years ago

I got this idea from Android Studio/IntelliJ where they have a menu option to "Create Desktop entry..." and it generates a .desktop file for Gnome for example.

I created an entry for myself, but I didn't know where to get the icons at first. And I still don't know where the green icon for Testnet comes from. It would be convenient to have this option on bitcoin-qt as well.

hebasto commented 4 years ago

@caiofaustino

... And I still don't know where the green icon for Testnet comes from.

https://github.com/bitcoin-core/gui/blob/a42631775afadf7e8cf07e917f733bd54dc3080e/src/qt/networkstyle.cpp#L21

It would be convenient to have this option on bitcoin-qt as well.

Concept ACK.

hebasto commented 3 years ago

@caiofaustino Mind testing #38?