OieIcons is a enjoyable modification of the KDE Breeze icon theme, combined in with Numix, Papirus, and others. It’s a wonderful icon theme to use on KDE Plasma 5, Gnome Shell, or different desktops should you’re on the lookout for one thing neat and contemporary. Right here’s how to install it on your system.

Get Git on Linux

The OieIcons icon theme is hosted on Opencode. To work together with this web site, you will need to use the Git software. To make use of the app, it wants to be put in. Open up a terminal window by urgent Ctrl + Alt + T or Ctrl + Shift + T on the keyboard. From there, comply with the command-line directions that correspond together with your Linux working system to get

Ubuntu

sudo apt install git

Debian

sudo apt-get install git

Arch Linux

sudo pacman -S git

Fedora

sudo dnf install git

OpenSUSE

sudo zypper install git

Generic Linux

For those who want to install the Git software on a Linux working system that was not lined on this submit, please go over to Pkgs.org to get your copy of the program. Or, obtain the supply code here to get it working on your system.

Obtain OieIcons icon theme

The OieIcons theme is hosted on Opencode.internet, a web site that builders can use for supply management. It’s an identical to GitHub, in that if you would like to obtain information from it, you will need to use the git clone command. So, use the following command beneath to get your copy of OieIcons.

git clone 

The downloading course of is not going to take lengthy. When the whole lot is completed, the whole lot can be in the “oieicons” listing. You may run the ls command beneath to confirm all of the information are there.

ls oieicons

If the ls command exhibits that each one information are in the “oieicons” listing, transfer on to the subsequent step in the set up course of. In any other case, re-run the git clone command and take a look at once more.

Install OieIcons icon theme

Putting in icons on Linux may be accomplished in two methods. The primary method is named “single-user,” as just one particular person can have entry to the icon theme. The second method known as “system-wide,” which signifies that each person on the system can entry it. On this information, we’ll go over each.

Single-user

To install the OieIcons theme on your Linux PC, you will need to first create a brand new listing in your house folder with the title of “.icons”. To create this new folder, use the mkdir command beneath.

mkdir -p ~/.icons

After creating the new folder, you possibly can confirm that it’s in the house listing with the ls -a command beneath.

ls -a

Once you’ve verified that the new “.icons” folder is in your house listing, it’s time to begin the set up of OieIcons. Utilizing the mv command, place the “oieicons” folder into the “.icons” folder you simply made.

mv oieicons/OieIcons/ ~/.icons/

As soon as the information are moved into the “.icons” folder, you possibly can confirm that the set up was profitable by utilizing the ls command and the grep pipe.

ls ~/.icons | grep "oieicons"

Working the ls command above together with grep will print out “oieicons” if it was certainly put in appropriately. If it wasn’t, comply with the set up directions once more, as one thing might have gone mistaken.

System-wide

Putting in the OieIcon theme on Linux in system-wide mode means instantly interacting with the system listing on your PC. To achieve entry to this folder, you will need to log in with the Root account. Utilizing the sudo -s command, log in as root.

sudo -s

After logging into the terminal as the root person, the icon theme set up can lastly start. Utilizing the mv command, place the “OieIcons” folder into the “/usr/share/icons/” listing.

mv oieicons/OieIcons/ /usr/share/icons/

As soon as the icon information have been moved to the “/usr/share/icons/” listing, you possibly can confirm that the set up was profitable by working the ls command together with the grep pipe.

ls /usr/share/icons/ | grep oieicons

The command above will filter via the icons listing for the OieIcon theme. If the information are appropriately put in, it’s going to present “oieicons” in the outcomes. If nothing comes up, the set up has failed, and you will need to comply with the directions once more, as one thing might have gone mistaken throughout the setup course of.

Allow OieIcons icon theme on Linux

OieIcons is put in on your Linux PC, however it’s not enabled as the default icon theme. You have to manually allow OieIcons on your system for it to be your icon theme.

Enabling the OieIcons theme on the Linux desktop is simple. To do it, begin by opening up “System Settings.” As soon as open, look via for “Icons” or “Appearance.” Then, change the present icon theme to “OieIcons.” It ought to immediately apply to your desktop surroundings.

Need assistance getting the OieIcons working on your Linux desktop environments? Take a look at our record beneath for assist making use of icon themes.

 



Source link

Share.
Leave A Reply

Exit mobile version