List the commands that you put into the terminal. I know we could just look at Bitcoin.org to see the instructions you followed, but I think it's better if we get you to list it as you might realize your mistake. (may of missed something)
Also, you specifically say you can't launch from Dash, but have you tried launching it via the terminal? Also, are there any errors or does it simply not launch?
I have restarted my machine to see if that would solve anything. So I dont have the cli text. I know I double checked my input but I did exactly this:
~$ sudo apt-add-repository ppa:bitcoin/bitcoin
~$ sudo apt-get update
~$ sudo apt-get install bitcoin-qt
after that was done I followed the GUI instructions and when it said to use the Dash menu to run it, nothing ever happened or happens thereafter. No error, no program window...nothing.
i then tried to run it in terminal and CORRECT me if im wrong i try to
~$ sudo apt-get install bitcoind
Reading package lists... Done
Building dependency tree
Reading state information... Done
bitcoind is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
~$ bitcoind
The program 'bitcoind' is currently not installed. You can install it by typing:
sudo apt-get install bitcoind
Im not to sure how to properly run programs from terminal, I researched some articles and it seems pretty straight forward.
typing in the program name in terminal should launch it, right?
I know im doing something wrong. It doenst help that I dont know how to start over from the beginning either.