[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Menu entries not appearing



Hi,

  I tried to add a menu entry for application 'sqledit', but the entry does not
  appear if I use standard menu entry in debian as:

?package(python-sqlkit):needs="X11" section="Applications/Office"\
  title="sqledit" command="/usr/bin/sqledit"

  it gets placed in /usr/share/menu/python-sqlkit but it does not show in the
  menu. In postinst scipt I correctly see:

    if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
	    update-menus
    fi

  It *does* appear correctly if I place a sqlkit.desktop in
  /usr/share/applications. 

  I'm doing something wrong with the menu entry?
  Is it ok to use only sqlkit.desktop?

  thanks again

  sandro
  *:-)



-- 
Sandro Dentella  *:-)
http://sqlkit.argolinux.org        SQLkit home page - PyGTK/python/sqlalchemy


Reply to: