[Users] a way to do in GTK+3 the same as the former "gtk-button-images = 0" that was in GTK+2 ?

Ralf Mardorf kde.lists at yahoo.com
Sun Aug 8 02:11:04 CEST 2021


On Sat, 7 Aug 2021 21:27:08 +0300, Cristian Secară wrote:
>gtkrc
 ^^^^^

Hi,

the file for GTK2 is
  
  .gtkrc-2.0

but for GTK3 it is

  .config/gtk-3.0/settings.ini

the same gtk-foo-bar settings seem to work for both configs, just test
what happens if you add gtk-button-images to
.config/gtk-3.0/settings.ini .

[rocketmouse at archlinux ~]$ grep -v \# .gtkrc-2.0

include "/home/rocketmouse/.gtkrc-2.0.mine"
gtk-theme-name="Arc-RM-Cornflower"
gtk-icon-theme-name="Sardi-Mono-Papirus-Colora-Havelock"
gtk-font-name="Cantarell 11"
gtk-cursor-theme-name="Paper"
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=1
gtk-menu-images=1
gtk-enable-event-sounds=0
gtk-enable-input-feedback-sounds=0
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle="hintfull"
gtk-xft-rgba="rgb"
[rocketmouse at archlinux ~]$ grep -v \# .config/gtk-3.0/settings.ini
[Settings]
gtk-theme-name=Arc-RM-Cornflower
gtk-font-name=Cantarell 11
gtk-icon-theme-name=Sardi-Mono-Papirus-Colora-Havelock
gtk-cursor-theme-name=Paper
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=1
gtk-menu-images=1
gtk-enable-event-sounds=0
gtk-enable-input-feedback-sounds=0
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintfull
gtk-xft-rgba=rgb

Regards,
Ralf



More information about the Users mailing list