Page 1 of 1

[DONE][Cinnamon] menu editor bug

PostPosted: Feb 13th, '14, 16:10
by RataDP
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
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?

Re: [Cinnamon] menu editor bug

PostPosted: Feb 13th, '14, 21:28
by martinw
I've already reported this bug - see bug 12560. Hopefully the Cinnamon packager will get to it soon.

Re: [Cinnamon] menu editor bug

PostPosted: Feb 13th, '14, 21:39
by RataDP
Oh waw, I was looking for any concordarce but I didnt see :S. Next time I will search better.

Thanks for your answer

Re: [Cinnamon] menu editor bug

PostPosted: Feb 13th, '14, 22:55
by doktor5000
Please mark the thread accordingly by editing the topic of the first post and prefix it by [DONE], thanks