Joël Bourgault
Joël Bourgault
Hi, same issue with Xubuntu 23.04: ``` = note: /usr/bin/ld: cannot find -lxcb-xfixes: No such file or directory /usr/bin/ld: cannot find -lxcb-shape: No such file or directory ``` After installation...
@ferdiga I'd like to use this feature as well, coud you please fork the project and commit your change? I'll then contribute for the settings dialog update (and configuration persistence...
I matured the code, and integrated it with config file; user can now define the setting, and it will be remembered between two sessions. See the result in my [daily...
Hi @RealVegOs, Options file is likely to be in `~/.config/photocollage/options.yml`. Concerning your rant: it takes years if nobody gives their time to implement functionalities. So, feel free to propose some...
Still same error reported by `flake8-import-order`. Let's see if [people on Stackoverflow](https://stackoverflow.com/questions/47236080/cant-pass-flake8-import-order-without-raising-i201-and-i202) may help me...
I must admit I'm used to work with the issue list always near; I'll take care in the future. Thanks for the update, and for the comment!
Hi, Just a comment on this feature: why not save the location in a `~/.photocollage/session` file? Would this be breaking any state-of-the-art development rule? If not, this is something I...
Hi @adrienverge, Ok, so I'll made two commits in the pull request I'll provide, one for file creation/handling, another for usage in the frame of visited directory storage/usage. Concerning YAML,...
I added an `YamlOptionsManager` class, in a `config` module. Not sure that the names are the best overall; feel free to propose more appropriate names (I hesitated between `config` and...
@adrienverge I feel that I am, in fact, working on another topic than just remembering the last visited directory - this could have been limited to the current session. Any...