reddcoin-project / reddcoin-3.10

Reddcoin: the digital social currency
http://www.reddcoin.com
MIT License
287 stars 114 forks source link

QT does not build clickable Icon, but can be launched from terminal #87

Closed Stoner19 closed 7 years ago

Stoner19 commented 7 years ago

I was able to successfully git clone the new repo and compiled it just fine, however there is something wrong with the QT. It either doesn't build right, or the system can't properly read the file type. I can't double-click it like other QT wallets, however if I launch ./redddcoin-qt from the terminal it opens the QT wallet just fine.

You can see from this screenshot that the QT doesn't properly display as it should.

screen shot 2016-08-14 at 9 35 21 pm

If I try to double click it this is what I get:

screen shot 2016-08-14 at 9 38 34 pm

Any thoughts on what might be going on here? This is a fresh OS install of Ubuntu 14.04 LTS.

reddink commented 7 years ago

Thanks @Stoner19. What is missing in the .desktop from the installation. in BItcoin space, this is quite a manual process of editing and copying files around.

I have updated the installation directions

https://github.com/reddcoin-project/reddcoin/commit/02572a635ea6d56eca1434d54202cf365340479d Update Debian installation instructions

Stoner19 commented 7 years ago

Perfect, thank you for updating the documentation in order to build the .desktop app.