Gtk3 themes...

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
baldrick.777

Gtk3 themes...

Post by baldrick.777 »

Hi all,

Once downloaded, how do you activate gtk3 themes? I've tried in the same way as gtk2, through the appearance panel, but most don't want to work.

Using Mate1.8/LM17RC.

Any help would be much appreciated!
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Monsta
Level 10
Level 10
Posts: 3071
Joined: Fri Aug 19, 2011 3:46 am

Re: Gtk3 themes...

Post by Monsta »

You simply need a theme with support for both GTK+ 2 and 3. Use this command to find such themes in your system:

Code: Select all

find /usr/share/themes -exec test -d {}/gtk-2.0 -a -d {}/gtk-3.0 \; -print -prune | sort
Locked

Return to “MATE”