Gnome tweak tool kali linux

gnome-tweak-tool

This package is not part of any Kali Linux distribution. Thus you won’t find much information here. The package is either very new and hasn’t appeared on mirrors yet, or it’s an old package that eventually got removed. The old news are kept for historic purpose only.

  • [ 2018-02-11 ] gnome-tweak-tool 3.26.4-1 removed from kali-rolling ( Kali Repository )
  • [ 2018-02-11 ] gnome-tweak-tool 3.26.4-1 removed from kali-dev ( Kali Repository )
  • [ 2017-12-18 ] gnome-tweak-tool 3.26.4-1 imported into kali-rolling ( Kali Repository )
  • [ 2017-11-17 ] gnome-tweak-tool 3.26.3-1 imported into kali-rolling ( Kali Repository )
  • [ 2017-11-09 ] gnome-tweak-tool 3.26.2.1-2 imported into kali-rolling ( Kali Repository )
  • [ 2016-09-26 ] gnome-tweak-tool 3.22.0-1 imported into kali-rolling ( Kali Repository )
  • [ 2016-09-11 ] gnome-tweak-tool 3.21.91-1 imported into kali-rolling ( Kali Repository )
  • [ 2016-05-03 ] gnome-tweak-tool 3.20.1-1 imported into kali-rolling ( Kali Repository )
  • [ 2016-04-18 ] gnome-tweak-tool 3.20.0-1 imported into kali-rolling ( Kali Repository )
  • [ 2015-12-07 ] gnome-tweak-tool 3.18.1-1 migrated to Kali Safi
  • [ 2015-11-18 ] gnome-tweak-tool 3.18.1-1 has been added to Kali Devel
  • [ 2015-11-18 ] gnome-tweak-tool 3.18.1-1 has been added to Kali Rolling
  • [ 2015-10-23 ] gnome-tweak-tool 3.18.0-1 has been added to Kali Devel
  • [ 2015-10-23 ] gnome-tweak-tool 3.18.0-1 has been added to Kali Rolling
  • [ 2015-08-27 ] gnome-tweak-tool 3.4.0.1-2 migrated to Kali Moto
  • [ 2015-08-11 ] gnome-tweak-tool 3.14.2-2 migrated to Kali Moto
  • [ 2015-07-21 ] gnome-tweak-tool 3.14.2-2 has been added to Kali Sana
  • [ 2015-07-04 ] gnome-tweak-tool 3.16.2-2 migrated to Kali Devel
  • [ 2015-07-04 ] gnome-tweak-tool 3.16.2-2 migrated to Kali Rolling
  • [ 2014-12-20 ] gnome-tweak-tool 3.14.2-2 has been added to Kali Devel
  • [ 2014-12-20 ] gnome-tweak-tool 3.14.2-2 has been added to Kali Rolling
  • [ 2014-12-05 ] gnome-tweak-tool 3.14.2-1 has been added to Kali Devel
  • [ 2014-12-05 ] gnome-tweak-tool 3.14.2-1 has been added to Kali Rolling
  • [ 2014-10-22 ] gnome-tweak-tool 3.14.0-1 migrated to Kali Rolling
Читайте также:  Linux вывод содержимого файла экран

Источник

How To Install gnome-tweak-tool on Kali Linux

In this tutorial we learn how to install gnome-tweak-tool on Kali Linux.

What is gnome-tweak-tool

GNOME Tweak Tool allows the adjustment of several advanced GNOME options that can’t be configured in gnome-control-center.

This package is here to ensure smooth upgrades. It can be removed when you see fit.

There are three ways to install gnome-tweak-tool on Kali Linux . We can use apt-get , apt and aptitude . In the following sections we will describe each method. You can choose one of them.

Install gnome-tweak-tool Using apt-get

Update apt database with apt-get using the following command.

After updating apt database, We can install gnome-tweak-tool using apt-get by running the following command:

sudo apt-get -y install gnome-tweak-tool 

Install gnome-tweak-tool Using apt

Update apt database with apt using the following command.

After updating apt database, We can install gnome-tweak-tool using apt by running the following command:

sudo apt -y install gnome-tweak-tool 

Install gnome-tweak-tool Using aptitude

If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Kali Linux. Update apt database with aptitude using the following command.

After updating apt database, We can install gnome-tweak-tool using aptitude by running the following command:

sudo aptitude -y install gnome-tweak-tool 

How To Uninstall gnome-tweak-tool on Kali Linux

To uninstall only the gnome-tweak-tool package we can use the following command:

sudo apt-get remove gnome-tweak-tool 

Uninstall gnome-tweak-tool And Its Dependencies

To uninstall gnome-tweak-tool and its dependencies that are no longer needed by Kali Linux, we can use the command below:

sudo apt-get -y autoremove gnome-tweak-tool 

Remove gnome-tweak-tool Configurations and Data

To remove gnome-tweak-tool configuration and data from Kali Linux we can use the following command:

sudo apt-get -y purge gnome-tweak-tool 

Remove gnome-tweak-tool configuration, data, and all of its dependencies

We can use the following command to remove gnome-tweak-tool configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge gnome-tweak-tool 

References

Summary

In this tutorial we learn how to install gnome-tweak-tool using different package management tools like apt, apt-get and aptitude.

Читайте также:  Astra linux moxa 1150

Источник

Change Install Theme in Kali Linux – GTK 3 themes

Kali Linux default GNOME Theme is very boring and plain. The reason it is like that is because Kali Linux Dev team wanted to make a fast and reliable environment so that you can boot your system quickly and ge to work. But work (or hacking?) is just part of it. Like you, I sometimes get bored looking into the same old desktop over and over again and feel like having a new desktop or change color here and there. If you have a decent enough graphics card and processor (and RAM??) you might want to change or install theme in Kali Linux (this guide applies to any Kali version, so don’t worry which version you have). As Kali uses GNOME3 (GDM) Window Manager, so we will stick with GTK3 themes. The whole process takes only a few minutes and by the end of that, you should be able to:

  1. Install theme in Kali Linux
  2. Change default theme in Kali Linux
  3. Most importantly, roll back your changes and get same old Desktop back.

I’m a big fan of being able to roll back my changes so that if I mess up things, at least I will know where to go back and how to roll back. This saves a lot of trouble for later usage. Some themes are poorly made and throws errors all over my terminal. In that case, rolling back and using a different theme is the best idea. At the same time, I prefer to remove that erroneous theme or clean up theme directory. I guess that’s sound good, so let’s get on with it.

Читайте также:  Linux изменить свойство файла

Before we start, there’s two different ways you can change theme.

I will show both because both got their own merits and the only way you learn enough is by trying every possible corners on anything.

Choice A: Manually install theme

A lot of people wants to manually install theme and there’s nothing wrong with it. Takes a few more minutes, but in this way you learn how theme works in Linux rather than just blindly typing in few commands and install themes.

Step A.1: Install gnome-tweak-tool in Kali Linux

To install themes manually, we need to install a tool called Gnome Tweak Tool . But before you do that, please ensure you have the correct Kali Repositories added. You can follow my guide on adding official repositories in Kali Linux.

At this point I would assume you have the correct repositories added. So just type in the following command to install gnome-tweak-tool.

root@kali:~# apt-get install gnome-tweak-tool

1 - Install Gnome Tweak Tool - Change Install Theme in Kali Linux - GTK 3 themes - blackMORE Ops

Step A.2: Open Gnome Tweak Tool

You can now go to Applications > System Tools > Preferences > Advanced Settings and select Theme TAB to inspect the current settings.

2 - Open Gnome Tweak Tool - Change Install Theme in Kali Linux - GTK 3 themes - blackMORE Ops

STOP : At this point I would like to take a screenshot of GNOME Tweak Tool. The reason I want it because I want to keep a copy of existing settings so that if I want, I can re-select the same settings to roll back my changes.

3 - Gnome Tweak Tool default settings - Change Install Theme in Kali Linux - GTK 3 themes - blackMORE Ops

See the Tab Window Theme, Theme Icon and GTK + Theme I still use (the default) as my default settings.

Источник

Оцените статью
Adblock
detector