GNOME Bugzilla – Bug 768451
Problem with loading the RTL icons with adwaita
Last modified: 2018-08-27 08:29:21 UTC
Hi, With adwaita (the default GTK3 icon theme), the RTL icons have been renamed from *-rtl-symbolic to *-symbolic-rtl. According to mclasen, gtk should already load the rtl icons for you. I tried and indeed, loading "media-playback-start-symbolic" with a RTL locale has the expected behaviour (arrow pointing left) I /think/ that all this RTL code could be removed
Created attachment 330910 [details] [review] Let's GTK+ automatically load rtl icon variants Since GTK 3.13.2, it will automatically load the RTL variant of the icons when needed.
Pushed to master, thank you.