I'm running 12.10 and in 12.04 I was able to move the items (into other categories than where they're presently situated) in the applications menu by means of moving them in the application, main menu.
Asked
Active
Viewed 2,217 times
0
-
Which desktop environment are you using? – jplatte Dec 15 '12 at 16:45
-
Ubuntu, I think. [I have a highly customised desktop it looks almost identical to Mac OS X] – Josh Pinto Dec 15 '12 at 16:46
-
Do you mean Unity? With Dash, Launcher, panel, globalmenu? So you're talking about rearranging the items in the Dash? – jplatte Dec 15 '12 at 17:41
-
No I'm using Cairo-Dock and its 'Application Menu' is what I'm talking about – Josh Pinto Dec 15 '12 at 17:43
-
So what's your exact problem? Do you want to know the name of the program that calls itself "main menu" or doesn't it work anymore since 12.10? – jplatte Dec 15 '12 at 17:48
-
It works, it opens and everything is working fine except in 12.10 I can't move the application launchers around and place them under the title I would like them to be under. – Josh Pinto Dec 15 '12 at 17:51
-
let us continue this discussion in chat – jplatte Dec 15 '12 at 18:14
1 Answers
1
--- this problem was solved in the chat ---
The problem was that the file /home/brentonhorne/.config/menus/applications.menu wasn't writable by the standard user. brentonhorne is the standard user on this system, for everyone reading this, you'll have to exchange this username of course.
The problem was fixed by setting the permissions of the .config folder and all of it's subfolders as they should be (owned by the user, readable and writable by the owner) - again for everyone else, you'll have to insert your own username for brentonhorne.
sudo chown -R brentonhorne:brentonhorne /home/brentonhorne/.config && sudo chmod u+rw /home/brentonhorne/.config

jplatte
- 1,280