GNOME: Difference between revisions

Normalcea (talk | contribs)
m Troubleshoots: Rename section to Troubleshooting as per manual of style.
Normalcea (talk | contribs)
Running GConf-based applications: Replace Ic template with code style with full attribute name.
Line 223: Line 223:
</syntaxhighlight>
</syntaxhighlight>


you will need to add {{ic|gnome2.GConf}} to the list of dbus packages in your NixOS configuration:
you will need to add <code>pkgs.gnome2.GConf</code> to the list of dbus packages in your NixOS configuration like so:


{{File|3={
{{File|3={