Author Topic: Customizing the Xfce Menu  (Read 2249 times)

Offline charsan2

  • Full Member
  • ***
  • Posts: 142
Customizing the Xfce Menu
« on: June 02, 2010, 10:35:30 PM »
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

Code: [Select]
[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
Code: [Select]
gksu -l 'exo-desktop-edit-item --create-new /usr/share/applications' in terminal it returns this
Code: [Select]
gksu 'exo-desktop-edit-item --create-new /usr/share/applications'
sh: exo-desktop-edit-item: command not found
I am stumped

Offline charsan2

  • Full Member
  • ***
  • Posts: 142
Re: Customizing the Xfce Menu
« Reply #1 on: June 02, 2010, 10:42:10 PM »
I just found out there was a typo which was: gksu -l 'exo-desktop-edit-item --create-new /usr/share/applications' it should read gksu -l 'exo-desktop-item-edit --create-new /usr/share/applications'

 :)
« Last Edit: June 02, 2010, 10:44:17 PM by charsan2 »

Offline parnote

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 4439
  • The truth is out there ... PCLinuxOS!
Re: Customizing the Xfce Menu
« Reply #2 on: June 02, 2010, 10:53:44 PM »
I just found out there was a typo which was: gksu -l 'exo-desktop-edit-item --create-new /usr/share/applications' it should read gksu -l 'exo-desktop-item-edit --create-new /usr/share/applications'

 :)

charsan2,

Sorry about the typo. And sorry if it created you any undue distress.

I stand corrected.

parnote
PCLinuxOS Magazine Chief Editor

Linux Registered User #485009

In a world without walls, who needs Windows?

PCLinuxOS Wiki: Contribute tips/tricks/how-to's!

Offline charsan2

  • Full Member
  • ***
  • Posts: 142
Re: Customizing the Xfce Menu
« Reply #3 on: June 02, 2010, 11:11:58 PM »
Oh no, don't be sorry. I should have looked closer earlier, thank you for the articles :)

Online gseaman

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3788
Re: Customizing the Xfce Menu
« Reply #4 on: June 02, 2010, 11:31:12 PM »
The html page is updated. It was correct in one location and incorrect in another. Thanks for reporting.

Galen

Offline parnote

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 4439
  • The truth is out there ... PCLinuxOS!
Re: Customizing the Xfce Menu
« Reply #5 on: June 03, 2010, 06:11:51 AM »
Oh no, don't be sorry. I should have looked closer earlier, thank you for the articles :)

Thank you, charsan2! I have updated the PDF file and it has been uploaded to the magazine web site.

parnote
PCLinuxOS Magazine Chief Editor

Linux Registered User #485009

In a world without walls, who needs Windows?

PCLinuxOS Wiki: Contribute tips/tricks/how-to's!