Results 1 to 3 of 3

Thread: Adding menu items to custom ISO (live-build)

  1. #1
    Join Date
    2014-Mar
    Location
    USA
    Posts
    6

    [Solved]Adding menu items to custom ISO (live-build)

    Hello,
    I would like to add some menu items to a custom iso but can't seem to find any info on how to get started. If someone could point me to some docs or a config file I think I can take it from there. I just can't figure out where to start. Any help, suggestions, advice is more than appreciated. I have no issues creating an iso with custom/add-on packages and all packages installed have menu items, I just want to add some of my own.
    Thank you,
    j7



    Edit: I have posted this info in the how-to section. https://forums.kali.org/showthread.p...stom-ISO-image
    Last edited by jackal713; 2014-03-11 at 03:37. Reason: Added link to how-to post, removed qmark icon

  2. #2
    Join Date
    2014-Mar
    Location
    USA
    Posts
    6

    Post Follow-up

    After several hours of reading I found this post https://forums.kali.org/showthread.p...highlight=menu that gave me the key words to search for which then lead me to this page. http://www.centos.org/docs/4/html/rh...ddg-menus.html A short but good overview of the menu system and with the information from that page some searching lead me to this. https://developer.gnome.org/menu-spec/ I am not a programmer so it's all a bit confusing to me but I think I'll find more answers on the menu items there. Now I just need to incorporate that in to an iso.
    j7

  3. #3
    Join Date
    2014-Mar
    Location
    USA
    Posts
    6

    Smile Finished

    I've got it. It's handled just like anything else you want to add to a custom iso. The easiest way I found was to create the menu items in your existing install then copy the file(s) and directory structure from
    Code:
    $HOME/.config/menus/
    to your includes.chroot folder inside your build(live-build-config) folder. There is an option to show hidden folders if your doing this from the desktop.
    Then copy the file(s) and directory structure from
    Code:
    $HOME/.local/share/applications/
    to your includes.chroot folder. When it's all said and done you should have copied at least one ".directory" file and one or more ".desktop" files.
    Finish building the iso as normal and your done.
    I used this to add the recordmydesktop GUI (gtk-recordmydesktop) to the media capture menu (after adding it to the iso) inside the Kali Linux menu.

    I would like to say thank you to the Kali community. This may be my first post but I have resolved many issues(mostly caused by me or lack of updates) with help from the forum. I hope this will help someone in the future.
    j7

Similar Threads

  1. Replies: 5
    Last Post: 2017-09-22, 18:08
  2. Non PAE custom build install boot menu option don't work
    By erasmo52 in forum Building Archive
    Replies: 5
    Last Post: 2015-09-03, 20:23
  3. Adding menu items to your custom ISO image
    By jackal713 in forum How-To Archive
    Replies: 0
    Last Post: 2014-03-10, 19:37

Tags for this Thread

Posting Permissions

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