Public bug reported:
in ubuntu 21.10 and new 22.04 the /usr/bin/run-clang-tidy is a symlink to
run-clang-tidy-13.py but,
run-clang-tidy-13.py is a symlink to ../lib/llvm-13/share/clang/run-clang-tidy
that does not exist.
the correct symlink is the one of /usr/bin/run-clang-tidy-13
lrwxrwxrwx 1
I solve te issue editing
/usr/share/glib-2.0/schemas/com.gexperts.Tilix.gschema.xml
search
and replace the next line
${title}
with
'Default'
My file at the end looklike this:
'Default'
Save and
sudo glib-compile-schemas /usr/share/glib-2.0/schemas/
--
You received this bug