Post
Topic
Board Development & Technical Discussion
Re: Get the Bitcoin-Qt menus back on Unity Ubuntu 12.04 and up
by
Landstander
on 23/08/2013, 19:13:19 UTC
Open up your terminal and type
Code:
sudo gedit /usr/share/applications/bitcoin-qt.desktop

Find the following line
Code:
Exec=/usr/bin/bitcoin-qt
and replace it with
Code:
Exec=APPMENU_DISPLAY_BOTH=1 bitcoin-qt

Thank you Psy! I'm still learning my way through Linux and I'd already written this problem off as something I'd have to live with. So nice to not have to boot into Windows or OSX just to run bitcoin-qt!