From 82f095cdca849faca962fdb6ed65844ab0410166 Mon Sep 17 00:00:00 2001 From: Peter Hofmann Date: Sat, 30 Jul 2016 08:24:52 +0200 Subject: Look for web extensions in ~/.config/lariza/web_extensions ~/.local/share isn't really an appropriate place because it's meant to contain "data", possibly written by the application. Usually, lariza's web extensions (.so files) are not placed in your home directory anyway. Instead, they are installed somewhere in /usr. The home directory only contains symlinks. So, in a way, those symlinks can be considered "configuration items". Hence, ~/.config is where they should live. --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 4c6f50f..21e8479 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,9 @@ Release history for lariza +next + [Changed] + - Web extensions are now looked for in ~/.config/lariza/web_extensions. + v16.06 2016-06-26 [Fixed] - Gtk warnings. -- cgit v1.2.3