0

Love this site, just joined because I finally figured out exactly how I want Ubuntu to behave and I haven't been able to find a way to do this. I know there are things like the classic menu indicator, and I have mostly used cairo-dock because I like it's main menu, instead of Unity's dash, which I still can't stand. I've messed around with all kinds of Ubuntu flavors and I really think in the end Ubunutu would be perfect with Unity, but with the dash system replaced.

Elder Geek
  • 36,023
  • 25
  • 98
  • 183

2 Answers2

0

You can always switch to the gnome desktop. Open a terminal and issue the following command.

sudo apt-get update; sudo apt-get install gnome-session-fallback

Logout and then back in, choosing Gnome. (You'll have to click the Ubuntu symbol next to your user name on the login screen to access the options for Gnome Metacity and Gnome Compiz).

Elder Geek
  • 36,023
  • 25
  • 98
  • 183
  • Yeah, I am aware of that. It's not really what I am looking for though. The closest thing I can find is something called Cardapio, but it appears the ppa doesn't work anymore? Anyone know how to get Cardapio if the ppa isn't working? link – Joshua Doomslang McCormack Oct 22 '14 at 20:47
  • @JoshuaDoomslangMcCormack The comment section is for comments, requesting clarification and such if you have a new question please use the ask question button at the upper right. I'm sorry my solution wasn't the one you wanted. – Elder Geek Oct 22 '14 at 20:50
0

you can install Cardapio as following:

sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install cardapio
Mamdouh
  • 242