Hi guys,
No you cannot adjust the Tootips. GTK 3 sucks or it was release way too early.
My guess is one day... they'll get around to it.
FYI:
/* GIMP theme.css
*
* This file is written on GIMP startup and on every theme change.
* It is NOT supposed to be edited manually. Edit your personal
* gimp.css file instead (/home/UserName/.config/GIMP/3.0/gimp.css).
*/
That means to create the file.
But then there is no line in the theme.css to import a gimp.css under the user's .config. Just from /etc which is root owned.
Will try adding this line to the theme.css if it doesn't get applied :
@import url("file://~/.config/GIMP/3.0/gimp.css");
Thank You and HF!
No you cannot adjust the Tootips. GTK 3 sucks or it was release way too early.
My guess is one day... they'll get around to it.
FYI:
/* GIMP theme.css
*
* This file is written on GIMP startup and on every theme change.
* It is NOT supposed to be edited manually. Edit your personal
* gimp.css file instead (/home/UserName/.config/GIMP/3.0/gimp.css).
*/
That means to create the file.
But then there is no line in the theme.css to import a gimp.css under the user's .config. Just from /etc which is root owned.

Will try adding this line to the theme.css if it doesn't get applied :
@import url("file://~/.config/GIMP/3.0/gimp.css");
Thank You and HF!
