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

Safe Eyes Installation in Fedora 38 – Step-by-step

March 14, 2023 | By the+gnu+linux+evangelist.

Installing

  1. 2. Installing PIP

    How to Install Python 3 PIP in Fedora GNU/Linux

    PIP 3 Fedora Installation Guide
  2. 3. Installing Packages

    Then to Install Required Packages
    Execute:

    sudo dnf install libappindicator-gtk3 cairo-devel cairo-gobject-devel gcc gobject-introspection-devel python3-devel python3-psutil python3-dbus
  3. 4. Installing Safe Eyes

    Then to Install Safe Eyes on Fedora 38
    Simply run:

    sudo pip3 install safeeyes

    And again to Re-Load the Icons cache:

    sudo gtk-update-icon-cache /usr/share/icons/hicolor

Contents