James Gregoire

Results 11 comments of James Gregoire

Same issue here. `DEBUG: Total took: 0:01:37.035107`

I also have this issue. ``` beets version 1.6.0 Python version 3.11.2 plugins: convert, embedart, fetchart, ftintitle, lastgenre, lyrics, mpdupdate, random, replaygain, smartplaylist ```

You open an issue to complain that there are too many issues? This should have been, at most, a reddit post.

Similar issue on Arch Linux with qimgv-git AUR package. Too many open instances will crash X server.

Arduino 2.2.1, my build terminates at `Using library SPI at version 2.0.0 in folder: C:\Users\jfg\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.11\libraries\SPI ` With "Ping Timeout" and no additional information. Update: There were errors much earlier in...

I'm not sure if this is possible, but I would love to see two features: 1. New/independent floating windows default to centered in display, can be moved around. They stay...

Have you considered setting up an external timer with cron or systemd? Linux has these features for just such a task. :)

Been too long since I've used a distro without systemd, but IIRC the GUI would have to add an entry to crontab, and delete or comment it out to disable...

Create these two files: `~/.config/systemd/user/waypaper.timer` ```service [Unit] Description=Set a random wallpaper every minute [Timer] Persistent=true OnCalendar=*:0/1 [Install] WantedBy=timers.target ``` `~/.config/systemd/user/waypaper.service` ```service [Unit] Description=Set a random wallpaper with waypaper [Service] Type=oneshot...