Mathias Brodala
Results
2
issues of
Mathias Brodala
The plugin currently uses hardcoded paths in two places in the `__init__.py`: ``` python def _clean_tmp(type, exaile, data): tmpdir = os.path.expanduser('~/.cache/exaile/') for tmp in os.listdir(tmpdir): if fnmatch.fnmatch(tmp, 'exaile-soundmenu*'): os.remove(os.path.join(tmpdir, tmp))...
With X(org) on *nix systems it is common to copy text simply by selecting it and pasting it via middle click. It seems like this procedure is not affected by...