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

Step-by-step – Kvantum Theme Installation on Manjaro 19

December 13, 2020 | By the+gnu+linux+evangelist.

Installing

  1. 2. Downloading

    Download Kvantum Manjaro Theme

    Get Kvantum .zip App Style
  2. 3. Extracting

    And to Extract Kvantum Archive
    Possibly Double-Click/Right-Click on Package and Open with Archive Manager:

    Extraction
    Or from Command Line:

    unzip -d /tmp/ ~/Downloads/Kvantum-master.zip

  3. 4. Installing Dependencies

    Then to Install Prerequisite Software
    Simply run:

    sudo pacman -Sy cmake gcc libx11 libxext qt5-base qt5-svg qt5-x11extras kwindowsystem qt5-tools
  4. 5. Installing Kvantum

    Then to Install Kvantum for Manjaro
    So first, access the Target directory with:

    cd /tmp/Kvantum

    Then generate and entry the build directory:

    mkdir build && cd build

    Now make it:

    cmake ..
    make

    And finally, to Set up it:

    sudo make install