PDA

View Full Version : [xubuntu] How to add application icons to the dropdown menu?



7nQecEL
July 31st, 2013, 11:22 PM
I'm trying to figure out how to add a category "Development" and sub-icons within that category. I know that sounds very confusing but please take a look at the link.
http://i44.tinypic.com/2vwvk9j.png
Awhile back, someone set up PyCharm and a "Development" category appeared, and when I hovered over it, it would show PyCharm, Postgres, Sublime Text, etc
Unfortunately, I don't remember how it was done.. Right now I'm trying to set it up like that for my laptop.
If anyone is familiar with what I'm talking about and can help, that'd be great!

Dennis N
August 1st, 2013, 12:04 AM
Try this in Xubuntu:

Right Click on Main (Applications) Menu Button.
Select Properties, and you get the Applications Menu Dialog.
Click on Edit Menu opens another dialog.
On the right side of this window, click on 'New Menu'
Enter information into the dialog which appears.
This creates a new Menu (category) in the list on the left.

You can then select the new category and add items to it with 'New Item'

Buntu Bunny
August 1st, 2013, 01:18 AM
Do you have PyCharm installed on your laptop? Or any developer tools from the software center? If the Development Submenu doesn't already exist, it will be added when you install any of those tools. If you just want an empty development submenu, then follow Dennis N's instructions.

7nQecEL
August 2nd, 2013, 05:27 AM
Do you have PyCharm installed on your laptop?
I think I do.. I'm still quite new to linux (just recently started using it for internship and school) and the only instructions I've found for installing are these:



tar -xvzf [name of the tar.gz]
cd /bin
./pycharm.sh


Since the Development Submenu isn't showing up, I'm guessing this is wrong?

Buntu Bunny
August 2nd, 2013, 03:13 PM
7nQecEL, one thing about the Ubuntu Forums is that the folks here are always willing to help.

I didn't see Pycharm in either the Ubuntu Software Center or Synaptic Package Manager. I did find installation instructions for Ubuntu 12.04 here (http://nourlcn.ownlinux.net/2012/10/install-pycharm-and-jdk-on-ubuntu-1204.html).

And here is a video that might be helpful: Ubuntu Install applications packaged in tar.gz (https://www.youtube.com/watch?v=Hl6qvn63rfs)

slickymaster
August 2nd, 2013, 03:40 PM
You can also achieve it by navigating to Applications Menu -> Settings Manager. Once the Settings dialogue window is opened, click the Main Menu icon and you'll be presented with the Main Menu dialogue window and in the left panel you should have the Development category listed between Accessories and Education categories. If not just click the 'New Menu' button and create it.

7nQecEL
August 13th, 2013, 03:55 AM
Ah yes thank you all for your help!