$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Manually Create A Custom Application Launcher on Gnome 3 Desktop

October 17, 2012 | By Duchateaux.

Create GNOME 3 Launcher

The Guide shows you How to Manually Create a Custom Application Launcher on Linux GNOME 3 Desktop.

at the Moment the Default Alacarte GUI Menu Editor Tool still Manifest some Issues…

And this Visual Guide includes the Basic Screenshots of All GUI Steps involved.

The Contents and Details of Post are Expressly Minimal to Give Focus Only to the Essentials Tips, Instructions and Commands so to Make the Tut Easier to Read & Understand ;)

How to Manually Create A Custom Application Launcher on Gnome 3 Desktop
  1. Open a Terminal Window
    (Press “Enter” to Execute Commands)

    Mageia Linux 2 GNOME 3 Open Terminal

    In case first see: Terminal QuickStart Guide.

  2. Here Linux How to Easy Locate/Search/Find Files/Directories/Paths on Command Line:

    Linux Locate Command Utility
    locating files/icons/Directories and Paths on linux Command Line
  3. Login as SuperUser

    Copy
    su 

    If Got “User is Not in Sudoers file” then see: How to Enable sudo
    Or

    Copy
    sudo su

    If Got “User is Not in Sudoers file” then see: How to Enable sudo

  4. Create Launcher Manually with Editor

    Copy
    nano /usr/share/applications/nightly.desktop

    Example:

    Copy
    [Desktop Entry]
    Name=Nightly
    Comment=Firefox Nightly Browser
    Exec=/opt/firefox/firefox
    Icon=/opt/firefox/icons/mozicon128.png
    StartupNotify=true
    Terminal=false
    Type=Application
    Categories=Network

    Ctrl+x to Save and Exit.

    Linux How to Properly SetUp the Launcher Category:

    Here Linux Launcher SetUp Category
    Gnome/Xfce/Lxde Howto Set the Category on Application Launcher
  5. The New Launcher on GNOME 3 Desktop Applications

    Mageia Linux 2 Custom GNOME 3 Launcher on Applications

  6. Howto Install Firefox Nightly on Linux:
    Here Firefox Nightly on Linux Distros
    Linux Howto Install Firefox Nightly