From c0e1cd57b24469d36fa74b4ae37ba621eead07a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Mon, 19 Sep 2022 04:26:08 +0200 Subject: Make sure to always find installed plugins --- xC.c | 1 + 1 file changed, 1 insertion(+) (limited to 'xC.c') diff --git a/xC.c b/xC.c index 211f3e0..eb09053 100644 --- a/xC.c +++ b/xC.c @@ -11540,6 +11540,7 @@ plugin_resolve_relative_filename (const char *filename) { struct strv paths = strv_make (); get_xdg_data_dirs (&paths); + strv_append (&paths, PROJECT_DATADIR); char *result = resolve_relative_filename_generic (&paths, PROGRAM_NAME "/plugins/", filename); strv_free (&paths); -- cgit v1.2.3