]> git.armaanb.net Git - chorizo.git/commit
Look for web extensions in ~/.config/lariza/web_extensions
authorPeter Hofmann <scm@uninformativ.de>
Sat, 30 Jul 2016 06:24:52 +0000 (08:24 +0200)
committerPeter Hofmann <scm@uninformativ.de>
Sat, 30 Jul 2016 06:24:52 +0000 (08:24 +0200)
commit82f095cdca849faca962fdb6ed65844ab0410166
tree32ebe5b47bf1c820175cadbf317c478dc3e58ed8
parent4c84c2c04e5d7d77155ed8c32c481c1e0053e96a
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
browser.c