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

How to Reduce Computer Eye Strain on openSUSE 15.x Desktops

June 11, 2019 | By the+gnu+linux+evangelist.

Installing

  1. 4. Installing PIP

    Install Python 2/3 PIP for Red Hat GNU/Linux

    Python PIP Install Guide
  2. 5. Installing Dependencies

    Then Install Required Packages.

    sudo pip install pexpect

    And again:

    sudo zypper in python-gconf python-xdg python-gtk python-appindicator

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

  3. 6. Installing F Lux

    Installing f.lux GUI
    First, Access the Target:

    cd /tmp/xflux-gui

    And then to Make Setup:

    sudo python ./setup.py install