From 591d581cbf31d13aa53e38323757c200848b7698 Mon Sep 17 00:00:00 2001 From: fiftydinar <65243233+fiftydinar@users.noreply.github.com> Date: Mon, 22 Jul 2024 17:25:45 +0200 Subject: [PATCH] docs(gnome-extensions): Slight style fixes for "Known Issues" section --- modules/gnome-extensions/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/gnome-extensions/README.md b/modules/gnome-extensions/README.md index 211b51b..45ebfdb 100644 --- a/modules/gnome-extensions/README.md +++ b/modules/gnome-extensions/README.md @@ -66,7 +66,7 @@ Most extensions which follow Gnome extension standards don't have this issue. Standard location for global `gschema.compiled` file is: `/usr/share/glib-2.0/schemas/gschema.compiled` -Those problematic extensions explicitly ask for this extension-only location instead: +Those problematic extensions explicitly ask for this extension-only location instead: `/usr/share/gnome-shell/extensions/$EXT_UUID/schemas/gschemas.compiled` If you get the error similar to this one (Fly-Pie extension example): @@ -78,7 +78,7 @@ https://github.com/blue-build/modules/issues/new ### Some extensions published in https://extensions.gnome.org are hard-coded to user locations Those type of extensions are fixed to these locations (... indicates further folders): -- `/usr/local/share/...` (`/var/usrlocal/share/...`, local system location) +- `/usr/local/share/...` (local system location) - `$HOME/.local/share/...` (user location) Those locations are not writable in build-time.