subgraph / subgraph-os-issues

Subgraph OS issues repository
73 stars 10 forks source link

Chromium sandbox does not inherit the host GTK theme #224

Closed rsdy closed 7 years ago

rsdy commented 7 years ago

The colour scheme and theme settings are easily fixed by copying the environment block from the Evince sandbox description file, however the fonts aren't inherited, and therefore stay big and ugly.

/var/lib/oz/cells.d/chromium.json

, "environment": [
        {"name":"GTK_THEME", "value":"Adwaita:dark"}
        , {"name":"GTK2_RC_FILES", "value":"/usr/share/themes/Darklooks/gtk-2.0/gtkrc"}
]
xSmurf commented 7 years ago

Closing as duplicate, this is an existing issue specific to OZ: https://github.com/subgraph/oz/issues/27