Mark Warburton
Mark Warburton
I'm not sure what distro you're running, you might like to try: ``` sudo apt-get install appmenu-gtk2-module appmenu-gtk3-module pip3 install vdf ```
I confirm I have the same issue.
If you are running `systemd`, here is my workaround. To prevent the log files from growing indefinitely, you have several options: 1. set up a `crontab` job with a secondary...
Yes, sorry, missed a step ☺. I've updated my answer above. > Based on my tests it you have to paste this > > ``` > [Service] > StandardError=null >...
Workaround: Replace `weston` with `kwin`: `/etc/sddm.conf.d/10-wayland.conf` ```conf [Wayland] CompositorCommand=kwin_wayland --drm --no-lockscreen --no-global-shortcuts --locale1 --inputmethod maliit-keyboard ``` As root, copy the working `kwin` session to the `sddm` global config: ```bash cp...
I have the same issue here in Arch Linux running Python 3.12.6: > Collecting transformers==4.19.1 (from -r requirements/pt2.txt (line 34)) > Downloading transformers-4.19.1-py3-none-any.whl.metadata (73 kB) > ERROR: Ignored the following...
On my Arch Linux system, it seems to have difficulty with certain files when re-indexing that causes the re-indexing to fail. In particular, it fails on `.~lock.*` files (I think...
> @moriartynz does it ever make sense to index a `.~lock.*` file? If not, we can just add this to our default ignores. Definitely should be failing more gracefully regardless...
I've created a pull request that will hopefully address your issue. The updated code can be found [here](https://github.com/moriartynz/pdf-diff/tree/fix-py312-compatibility). I hope it helps.