Bitcoin Forum
June 28, 2024, 02:34:56 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Menu is not showing up on Ubuntu Bitcoin-Qt!  (Read 795 times)
Beef Supreme (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100

Put your trust in MATH.


View Profile
January 20, 2014, 03:34:01 AM
 #1

So I downloaded the Bitcoin-Qt from the Ubuntu Software Centre, and after it took one helluva long time to download the whole blockchain I noticed there are no menu icons!  No File, settings, debug, or encryption options!  Really bummed about it.

How can I get the menu to show up?

Oh yeah, I am running Ubuntu 13.10, and the client is called v0.8.5-gef14a26-beta.
SlidingHorn
Full Member
***
Offline Offline

Activity: 196
Merit: 100

★Bitvest.io★ Play Plinko or Invest!


View Profile
January 20, 2014, 04:34:47 AM
 #2

Found this solution on the Ubuntu Forums...give it a try:

Code:
sudo gedit /usr/share/applications/bitcoin-qt.desktop

Find the line:

Code:
Exec=/usr/bin/bitcoin-qt %u

and paste the following after:

Code:
APPMENU_DISPLAY_BOTH=1

Close bitcoin-qt, then restart bitcoin-qt

Beef Supreme (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100

Put your trust in MATH.


View Profile
January 20, 2014, 05:16:39 AM
 #3

Nope, getting

(gedit:5847): Gtk WARNING **:  cannot open display:

I did it with the client open, and then closed it and tried it again with the same result.
SlidingHorn
Full Member
***
Offline Offline

Activity: 196
Merit: 100

★Bitvest.io★ Play Plinko or Invest!


View Profile
January 20, 2014, 05:47:03 AM
 #4

Nope, getting

(gedit:5847): Gtk WARNING **:  cannot open display:

I did it with the client open, and then closed it and tried it again with the same result.

I've had problems using gedit in sudo mode in the past.  Let's try it using vi instead...type exactly as I type:

Code:
sudo vi /usr/share/applications/bitcoin-qt.desktop

Type the following (you'll see it at the very bottom of your terminal) and hit Enter

Code:
/bitcoin-qt

I don't have the file myself, so if it doesn't take you to the line we were looking for last time right away, hit the ''n" key until you're there.  Once you're on that line hit:

Insert - End - Enter

Code:
APPMENU_DISPLAY_BOTH=1

Hit Escape

Type the following and hit Enter:

Code:
:wq

Beef Supreme (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100

Put your trust in MATH.


View Profile
January 20, 2014, 04:39:22 PM
 #5

Thanks.

I will try it when I get home from work and let you know the result.
Beef Supreme (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100

Put your trust in MATH.


View Profile
January 21, 2014, 05:18:06 AM
 #6

Nope, getting

(gedit:5847): Gtk WARNING **:  cannot open display:

I did it with the client open, and then closed it and tried it again with the same result.

I've had problems using gedit in sudo mode in the past.  Let's try it using vi instead...type exactly as I type:

Code:
sudo vi /usr/share/applications/bitcoin-qt.desktop

Type the following (you'll see it at the very bottom of your terminal) and hit Enter

Code:
/bitcoin-qt

I don't have the file myself, so if it doesn't take you to the line we were looking for last time right away, hit the ''n" key until you're there.  Once you're on that line hit:

Insert - End - Enter

Code:
APPMENU_DISPLAY_BOTH=1

Hit Escape

Type the following and hit Enter:

Code:
:wq

Nope.  Didn't work.

The code goes like this...

Name=Bitcoin
Comment=Bitcoin P2P Cryptocurrency
Exec=/usr/bin/bitcoin-qt
APPMENU_DISPLAY_BOTH=1  <----I added this part and tried to run it
Terminal=false
Type=Application
Icon=bitcoin
MimeType=x-scheme-handler/bitcoin;
Categories=Office;
Beef Supreme (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100

Put your trust in MATH.


View Profile
January 22, 2014, 09:58:13 PM
 #7

Anybody else care to help solve this issue?
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!