From 6008d10c144b6f7a16ffcfdfbb1a23d08d0a7946 Mon Sep 17 00:00:00 2001 From: fiftydinar <65243233+fiftydinar@users.noreply.github.com> Date: Mon, 22 Jul 2024 17:33:53 +0200 Subject: [PATCH] docs(gnome-extensions): Use 3 ticks instead of 1 for showcasing error in Fly-Pie extension example --- modules/gnome-extensions/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/gnome-extensions/README.md b/modules/gnome-extensions/README.md index 45ebfdb..a951ee8 100644 --- a/modules/gnome-extensions/README.md +++ b/modules/gnome-extensions/README.md @@ -70,7 +70,9 @@ Those problematic extensions explicitly ask for this extension-only location ins `/usr/share/gnome-shell/extensions/$EXT_UUID/schemas/gschemas.compiled` If you get the error similar to this one (Fly-Pie extension example): -`GLib.FileError: Failed to open file “/usr/share/gnome-shell/extensions/flypie@schneegans.github.com/schemas/gschemas.compiled”: open() failed: No such file or directory` +``` +GLib.FileError: Failed to open file “/usr/share/gnome-shell/extensions/flypie@schneegans.github.com/schemas/gschemas.compiled”: open() failed: No such file or directory +``` Then please open the issue in BlueBuild Modules GitHub repo with the affecting extension, as it's trivial to fix. https://github.com/blue-build/modules/issues/new