On 2020/12/29 14:46, Björn Ketelaars wrote: > On Tue 29/12/2020 11:27, Charlene Wendling wrote: > > Hi, > > > > Here is an update for lfm to version 3.1. It has been rewritten > > almost from scratch, here are the most important changes (see [0]): > > > > * move from python 2 to python 3 > > * pyview has been removed in favour of less(1) > > * many backward incompatible changes, notably ~/.lfmrc has been > > deprecated in favour of ~/.config/lfmrc/... > > > > Port-wise, despite the size of the diff, there is not much to say. > > Nonetheless, data files were not installed where they should. > > > > As such, i've brought back the 2.3 behaviour and chose to install > > everything as data_files, instead of using a post-install hook. We > > would have needed to patch setup.py anyway. > > > > I met no issues while testing, but given the number of features, i > > indeed did not test all of them. > > > > I'm not used to deal with python stuff, so feedback is very welcome :) > > > > Charlène. > > Builds and packages ok, however errors out upon starting: > > $ lfm > ERROR: Cannot copy default theme or keys file to user configuration folder > /home/bket/.config/lfm > [Errno 2] No such file or directory: > '/usr/local/lib/python3.8/site-packages/lfm/etc/lfm-default.theme' > Quitting > > I'm guessing that > '/usr/local/lib/python3.8/site-packages/lfm/etc/lfm-default.theme' > should read '/usr/local/share/examples/lfm/lfm-default.theme'. >
.. or /etc/lfm/lfm-default.theme (installed from examples via @sample)