Hi Tobias!

I'm so sorry, I didn't see your answer.
My bad! This is a scandal!

Yes:
- I removed the logic for libpango
- I changed the mv to cp in rules (yes I can also rename the file directly... it's just shortened like that)


For the file in /etc/profile.d:

export FREETYPE_PROPERTIES="truetype:interpreter-version=35"
-> to configure pango rendering like before

export GTK_OVERLAY_SCROLLING=0
-> to disable overlay scrolling of gtk3, so to use classic scroll bars

export GTK_BACKDROP=1
-> to enable backdrop state with gtk3-classic (when a window doesn't have focus)

export GTK_FOCUS_VISIBLE=1
-> to enable "full focus" on first toolbar element with gtk3/4-classic
-> without the outline is not rendered

export GTK_PROGRESS_TEXT_INSIDE=1
-> to restore dual text color for progress bars with gtk3/4-classic

export GTKM_INSERT_EMOJI=1
-> I don't remember exactly :D, for gtk3-classic

export QT_QPA_PLATFORMTHEME=gtk2
-> to use gtk2 theme for qt5 apps

export GTK_USE_IEC_UNITS=1
-> to use IEC units with open/save dialog when it's configured with gtk3/4-classic

gtk3-classic & gtk4-classic
https://gist.github.com/luigifab/0fce786cdb93b5687069a82f490ea95e


v2.2.0-1 was uploaded to mentors
Thanks

Reply via email to