anufrievroman / waypaper

GUI wallpaper manager for Wayland and Xorg Linux systems
https://anufrievroman.gitbook.io/waypaper
GNU General Public License v3.0
354 stars 21 forks source link

Replace distutils.spawn.find_executable with shutil.which. #18

Closed Zander-1024 closed 10 months ago

Zander-1024 commented 10 months ago

The package distutils is deprecated and slated for removal in Python 3.12. We are using the function find_executable that belongs to that package. We should instead be using which from the package shutil.

and add Chinese translation

anufrievroman commented 10 months ago

Hi, thank you for your contribution! You're right, we need to replace that. I'll check the PR more closely tomorrow.