Results 1 to 2 of 2

Thread: Ubuntu package doesn't appear in dash

  1. #1
    Join Date
    Aug 2015
    Beans
    4

    Ubuntu package doesn't appear in dash

    Hi,

    I have created some packages, and placed them in my PPA

    https://launchpad.net/~jonathon-love...ve/ubuntu/jasp

    They install correctly, however, I'm having difficulty getting the program to appear in the dash.

    My menu file (placed inside the debian directory)

    Code:
    ?package(jasp): needs="X11" section="Applications/Science/Data Analysis" title="JASP" icon="/usr/share/pixmaps/jasp.xpm" command="/usr/lib/JASP/JASP"
    and if i scroll to the bottom of the build log, i see that it is placed into the .deb file correctly:

    https://launchpadlibrarian.net/21371...UILDING.txt.gz

    However, when I install this package, and type 'JASP' into the dash, i don't get the option to execute this package.

    Any ideas what I might be doing wrong?

    I wondered if I needed to add a call to the debian 'update-menus' script, but it doesn't seem to be installed in ubuntu.

    with thanks

  2. #2
    Join Date
    Aug 2015
    Beans
    4

    Re: Ubuntu package doesn't appear in dash

    ah, ok, i needed to add a desktop entry file:

    http://standards.freedesktop.org/des...ec-latest.html

    jonathon

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •