docs(gnome-extensions): Use 3 ticks instead of 1 for showcasing error in Fly-Pie extension example

This commit is contained in:
fiftydinar 2024-07-22 17:33:53 +02:00
parent 0b8d30f3e0
commit 6008d10c14

View file

@ -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` `/usr/share/gnome-shell/extensions/$EXT_UUID/schemas/gschemas.compiled`
If you get the error similar to this one (Fly-Pie extension example): 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. 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 https://github.com/blue-build/modules/issues/new