[DONE][Cinnamon] menu editor bug

I'm new on Mageia, i just installed that distro few days ago. It is amazing cute and working so well. But now I m trying to add a new item or new menu in my cinnamon menu but I can't. There are some problem there. I tried with root permission but neither.
On the terminal I wrote the next lines
When I try to add a new object on some menu and the terminal shows:
My Pc and mageia are:
Mageia Release 4 (Official) for x86_64
Linux version 3.12.9-desktop-1.mga4 (iurt@jonund.mageia.org) (gcc version 4.8.2 (GCC) ) #1 SMP Sat Feb 1 18:16:06 UTC 2014
Laptop: ASUS A55A (i7 3610QM, integrated gpu, and 4 GBs RAM)
Thanks
EDIT:
Must I install the "cinnamon-desktop-editor" or something more?
On the terminal I wrote the next lines
- Code: Select all
~$ cinnamon-menu-editor
When I try to add a new object on some menu and the terminal shows:
- Code: Select all
Traceback (most recent call last):
File "/usr/bin/cinnamon-desktop-editor", line 5, in <module>
os.execvp("/usr/lib/cinnamon-desktop-editor/cinnamon-desktop-editor.py", ("",) + tuple(sys.argv[1:]))
File "/usr/lib64/python2.7/os.py", line 344, in execvp
_execvpe(file, args)
File "/usr/lib64/python2.7/os.py", line 368, in _execvpe
func(file, *argrest)
OSError: [Errno 2] No such file or directory
My Pc and mageia are:
Mageia Release 4 (Official) for x86_64
Linux version 3.12.9-desktop-1.mga4 (iurt@jonund.mageia.org) (gcc version 4.8.2 (GCC) ) #1 SMP Sat Feb 1 18:16:06 UTC 2014
Laptop: ASUS A55A (i7 3610QM, integrated gpu, and 4 GBs RAM)
Thanks
EDIT:
- Code: Select all
~$ cat /usr/bin/cinnamon-desktop-editor
#!/usr/bin/python
import os, sys
os.execvp("/usr/lib/cinnamon-desktop-editor/cinnamon-desktop-editor.py", ("",) + tuple(sys.argv[1:]))
- Code: Select all
~$ ls /usr/lib/cin*
Data does't exist
Must I install the "cinnamon-desktop-editor" or something more?