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

GitEye Installation on Linux Mint 21 – Step by step

December 2, 2022 | By the+gnu+linux+evangelist.

Installing

  1. 2. Downloading GitEye

    Download CollabNet GitEye Client for Linux

    GitEye for Linux .zip

    If possible Choose to ‘Open with Archive Manager’.

  2. 3. Extracting GitEye

    Then Extract it into /tmp/GitEye
    Possibly Double-Click/Right-Click and Open with Archive Manager:

    How to Install GitEye on Linux Mint 21 - GitEye Extraction
    Or from Shell:

    mkdir /tmp/GitEye
    unzip -d /tmp/GitEye ~/Downloads/GitEye*.zip

    (But if you are in Trouble to Find the Location on Terminal then See: How to Access Downloads Folder from Browser.)

  3. 4. Setting Up GitEye

    Relocating GitEye
    First, Set the SuperUser as Owner:

    sudo chown -R root:root /tmp/GitEye

    Then Switch Contents:

    sudo mv /tmp/GitEye /opt/GitEye

    Authenticate with the User Admin Pass.
    If Got “User is Not in Sudoers file” then see: How to Enable sudo.

  4. 5. Launching GitEye

    Now Launch & Enoy GitEye from Shell
    Create a Symlink to make it Easier:

    sudo ln -s /opt/GitEye/GitEye /usr/local/bin/GitEye

    Then Launch it simply with:

    GitEye

    How to Create a GitEye desktop Menu App Launcher

    Desktop Launcher Guide

    How to Install GitEye on Linux Mint 21 - UI

Contents