Development environment with nix-shell: Difference between revisions

imported>Stunkymonkey
fix location for `}` in hicolor-icons
imported>Stunkymonkey
add note about plural of schemas
Line 112: Line 112:
}
}
</syntaxHighlight>
</syntaxHighlight>
This may also called: <code>$GSETTINGS_SCHEMA'''S'''_PATH</code>.


=== Icons not working ===
=== Icons not working ===
Similar to the Gsettings issue, icons can be added with XDG_DATA_DIRS:
Similar to the Gsettings issue, icons can be added with XDG_DATA_DIRS:
<pre> XDG_DATA_DIRS=...:${hicolor-icon-theme}/share:${gnome3.adwaita-icon-theme}/share</pre>
<pre> XDG_DATA_DIRS=...:${hicolor-icon-theme}/share:${gnome3.adwaita-icon-theme}/share</pre>