Results 1 to 1 of 1

Thread: Adding menu items to your custom ISO image

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

    Post Adding menu items to your custom ISO image

    Adding menu items to your custom ISO image

    If you’re looking to download an ISO image go here: http://www.kali.org/downloads/
    If you’re looking to create an updated ISO image go here: http://docs.kali.org/live-build/gene...dated-kali-ISO
    If you’re looking to change your desktop check here: http://docs.kali.org/live-build/cust...op-environment and here: https://forums.kali.org/showthread.p...E-LXDE-e17-etc
    This guide assumes that you have already been able to successfully build a custom or at the very least, an updated ISO image using the live build system. It also assumes that you are using the Gnome desktop.

    Adding custom menu items is very simple. The process is no different than adding any other files to a custom ISO image. I have found it easiest to simply create the menu items in your existing installation. “Applications Menu> System Tools> Preferences> Main Menu” if your doing this from the desktop.
    Then copy the files that were created to the proper directory inside the live build directory. You can accomplish this by copying the files located at
    Code:
    $HOME/.config/menus/
    to $HOME/.config/menus/ inside your build folder.
    In my case I copied “$HOME/.config/menus/” to “$HOME/live-build-config/config/includes.chroot/root/.config/menus/”.
    Now we need to move the .desktop files from
    Code:
    $HOME/.local/share/applications/
    to the corresponding directory inside your build folder.
    In my case I copied “$HOME/.local/share/application/” to “$HOME/live-build-config/config/includes.chroot/root/.local/share/applications/”.
    You must create the menu items first or these directories will be empty.
    I used this to add a menu item to the Media Capture menu for the record my desktop GUI (gtk-recordmydesktop) after I added it to the ISO image.
    Hope this saved you some time.
    j7
    Last edited by jackal713; 2014-03-12 at 04:35. Reason: Added Gnome pre-req

Similar Threads

  1. Edit or add new menu items in kali 2.0
    By ShatStank in forum General Archive
    Replies: 13
    Last Post: 2017-06-17, 04:07
  2. Problem adding/removing items to top panel in kali linx
    By hsotnas in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2015-11-23, 14:50
  3. Adding menu items to custom ISO (live-build)
    By jackal713 in forum Building Archive
    Replies: 2
    Last Post: 2014-03-10, 17:28
  4. Running menu items as su
    By Cyaegha in forum General Archive
    Replies: 1
    Last Post: 2013-08-11, 16:41

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
  •