baduhai / Koi

Koi - Theme scheduling for the KDE Plasma Desktop
GNU Lesser General Public License v3.0
270 stars 20 forks source link

Fix issue #33. #37

Closed vroger11 closed 2 years ago

vroger11 commented 2 years ago

Instead of using a fixed path to plasma-changeicons now Koi locate the program path.

NicoVarg99 commented 2 years ago

locate is not suitable for this and some distros don't ship with it by default. whereis is the right tool to do this job.

baduhai commented 2 years ago

Please fix as @NicoVarg99 says.

vroger11 commented 2 years ago

Hello, I do not have much time currently to do it (I am finishing my PhD thesis). I will fix it in approximately 3 weeks if it is ok for you :)

baduhai commented 2 years ago

Good luck with your thesis.

vroger11 commented 2 years ago

@baduhai, I managed to do it earlier than expected. Now, my fix uses whereis instead of locate.

baduhai commented 2 years ago

Perfect