librewolf graphic system engine

Something is wrong here,thunar uses gtk3 and respect the theme and icons that I have in settings.ini
But librewolf dont

Ps: the web browsers never respect system themes(firefox,chromium,etc) besides palemoon, but if good to know if can be changed
 
You can find out with ldd(1):

Code:
% ldd /usr/local/lib/firefox/libxul.so | grep gtk
        libgtk-3.so.0 => /usr/local/lib/libgtk-3.so.0 (0x1414e8200000)

Just need to find the "main" binary or so file to query.
 
You can find out with ldd(1):

Code:
% ldd /usr/local/lib/firefox/libxul.so | grep gtk
        libgtk-3.so.0 => /usr/local/lib/libgtk-3.so.0 (0x1414e8200000)

Just need to find the "main" binary or so file to query.
Is Gtk3 , thanks
cannot change the "grey out of life" icons..but well
 
Back
Top