23 C
Texas
Melhttp://www.osradar.com
Guru Unix /Linux and GNU supporter

How to Organize Apps in GNOME

If you’re a Linux user, you’ve definitely heard about the famous desktop environment – GNOME. It’s one of the most popular and mainstream desktop environments that offer lots of comfort and flexibility. Interestingly, you’ll find the basic interface of it quite similar to Android or other smartphone OS. The apps page is quite powerful and systematic, but can be disorganized.

Do you want to folder out every apps according to different category? You have the option of switching to different desktop environment like Xfce, KDE etc. but this also can be done on GNOME. In fact, the folder system is quite similar you would do on Android.

Now, let’s take a look how to do the job with this simple script.

Prerequisites

Before we dive deep into the script, let’s set up the system first. You need Git to download the script. Let’s take a look at how to install Git.

- Advertisement -

You also need to update your Python to the latest version. For checking the version, run this command:

python3 --version

You have to use the Python 3. You may already have Python 2 installed, but that won’t be necessary for running this script.

After installation is complete, you can download the script from GitHub.

Downloading the script

Run this command:

git clone https://github.com/BenJetson/gnome-dash-fix

Now, change the working directory to the downloaded folder:

cd gnome-dash-fix

Add the following file permissions:

sudo chmod +x interactive.py

sudo chmod +x appfixer.sh

Running the script

For running the script, launch the “interactive.py” using this command:

python3 interactive.py

You’ll have to go through different questions and steps. Answer them and the script will create the needed modification in the system.

If you have problem running the script, you should change to the legacy bash script. Run the script using the following command:

./appfixer.sh

However, you should exercise caution as this shell script uses a tool called “gsettings”. There’s no way of undoing the system changes, so use it as a last resort if you’re desperate and/or facing problem running Python 3 or other system issue.

Removing the app folder

If you want to revert the changes of your system, run the script. Except this time, select “option 3” that will remove all the modification from your system.

Everything should be up and running. Enjoy!

- Advertisement -
Everything Linux, A.I, IT News, DataOps, Open Source and more delivered right to you.
Subscribe
"The best Linux newsletter on the web"

LEAVE A REPLY

Please enter your comment!
Please enter your name here



Latest article