crowning
Well-known member
I have this same problem on Ubuntu, since testing - as has someone else, but I never saw a post explaining why or what to do:
https://bitcointalk.org/index.php?topic=421615.msg12182210#msg12182210
I've been opening a terminal to execute dash-qt because of this. And this is not an issue with having the executable box checked in properties. It's simply not looking or acting like a double clickable executable. Did a setting get messed up? It's annoying not to be able to use it GUI style. This happens on my laptop and ubuntu box.
Since it's not just me, I'd appreciate the help, so I can help others, thanks.
- Login via ssh.
- cd Desktop
- vi Dash-Wallet.desktop (or whatever text editor you are using)
- Insert the following lines:
Code:
[Desktop Entry] Icon=application-x-executable Name=Dash-Wallet Type=Application Exec=/home/tante/bin/dash-qt
- Save it
- Make it executable: chmod +x Dash-Wallet.desktop (or, on the Desktop itself: right-click on the new icon, Properties -> Permissions-tab, check "Execute" checkbox)
- Double-click on the new icon "Dash-Wallet" which magically appeared on your Ubuntu desktop
Enjoy :smile:
Last edited by a moderator: