Hello all,
I was following the how to in the magazine on how-to Xfce 4.6.1: Customize Your Xfce Menu and I followed the directions but when I got my menu item added it would not work. Here is my file
[Desktop Entry]
Version=1.0
Encoding=UTF-8
Type=Application
Name=XFCE Menu Editor
Comment=XFCE Menu Editor
Categories=Application;System;Utility;X-MandrivaLinux-System
Exec=gksu -l 'exo-desktop-edit-item --create-new /usr/share/applications'
Icon=gnome-settings-default-applications
Terminal=false
StartupNotify=false
When I run this line gksu -l 'exo-desktop-edit-item --create-new /usr/share/applications' in terminal it returns this gksu 'exo-desktop-edit-item --create-new /usr/share/applications'
sh: exo-desktop-edit-item: command not found
I am stumped