summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2022-09-06 19:15:33 +0200
committerChristian Persch <chpe@src.gnome.org>2022-09-06 19:15:33 +0200
commit47a10740389b5a9b8b888c89253645d323a63794 (patch)
tree4ab66e97c033179e9ab4e3930f23921d4542bf2c
parent13b10df0d830e29f42910d4429dfc3170add449a (diff)
downloadgnome-terminal-47a10740389b5a9b8b888c89253645d323a63794.tar.gz
build: Update README
Remove obsolete steps.
-rw-r--r--README.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/README.md b/README.md
index eb4107a2..84c66032 100644
--- a/README.md
+++ b/README.md
@@ -68,14 +68,6 @@ you should also pass `--reconfigure` option to it.
(i.e. `sudo ninja -C _build install`) if installing to system directories. Use a
user-writable directory as `--prefix` instead to avoid that.
-* You may need to set the gsettings schema path so that gnome-terminal can find
-its schemas. E.g. use
-```
-$ export GSETTINGS_SCHEMA_DIR=/some/where/share/glib-2.0/schemas
-```
-and if you skipped the `ninja install` step, you need to create the
-gsettings schema cache yourself.
-
* Since GNOME Terminal uses a D-Bus activated server, you cannot simply run
the self-built gnome-terminal directly. Instead, you need to start the new `gnome-terminal-server` directly using
```