Post
Topic
Board Development & Technical Discussion
Topic OP
Get the Bitcoin-Qt menus back on Unity Ubuntu 12.04 and up
by
Raoul Duke
on 25/04/2013, 11:20:17 UTC
How will you do that?
Easy!

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

Save the file.

Open Unity HUD and start Bitcoin-qt.

If the above doesn't work, then try the following workaround.

Start it from the terminal using the following command
Code:
APPMENU_DISPLAY_BOTH=1 bitcoin-qt &


You should have at least one of the menus available now. Smiley