--- a/gajim/common/configpaths.py 2020-11-19 12:12:02.004414323 +0100 +++ a/gajim/common/configpaths.py 2020-11-19 15:34:52.211476895 +0100 @@ -47,7 +47,7 @@ return [Path(_paths['PLUGINS_BASE']), Path('/app/plugins')] return [Path(_paths['PLUGINS_BASE']), - Path(_paths['PLUGINS_USER'])] + Path(_paths['PLUGINS_USER'])] + ([Path(os.getenv('GAJIM_PLUGIN_PATH'))] if os.getenv('GAJIM_PLUGIN_PATH') and Path(os.getenv('GAJIM_PLUGIN_PATH')).is_dir() else []) def get_paths(type_: PathType) -> Generator[str, None, None]: rm method='get'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/shellutils.scm
AgeCommit message (Expand)Author
2022-02-15gnu: trash-cli: Use pytest for testing....Lars-Dominik Braun
2022-01-24gnu: Add grc....Hartmut Goebel
2022-01-18gnu: trash-cli: Update to 0.21.10.24....Brice Waegeneire
2022-01-14gnu: Add conflict....Foo Chuan Wei
2021-12-17gnu: hstr: Update to 2.5....Michael Rohleder
2021-12-13gnu: Simplify package inputs....Ludovic Courtès
2021-12-12gnu: Add ascii....Foo Chuan Wei
2021-11-14gnu: renameutils: Fix license and tweak....Ludovic Courtès
2021-11-14gnu: Add renameutils....Wiktor Żelazny
2021-10-30gnu: Add Random Identity Generator (rig)...Foo Chuan Wei
2021-10-21gnu: boxes: Match over CAR/CDR....Tobias Geerinckx-Rice
2021-10-21gnu: boxes: Link to homier home page....Tobias Geerinckx-Rice
2021-10-21gnu: boxes: Update to 2.1.1....Tobias Geerinckx-Rice
2021-10-18gnu: direnv: Update to 2.28.0....Artem Chernyak
2021-10-13gnu: Add zsh-syntax-highlighting....Alexandr Vityazev