https://bugs.kde.org/show_bug.cgi?id=386942
Stephane MANKOWSKI <steph...@mankowski.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |ASSIGNED Assignee|guillaume.deb...@gmail.com |steph...@mankowski.fr --- Comment #1 from Stephane MANKOWSKI <steph...@mankowski.fr> --- Hi Jonathan, You are right, these python scripts are installed in /usr/bin. These scripts are run bin some plugins of Skrooge. For test, I did the code to install them in /usr/share/skrooge. I needed to update the $PATH when skrooge is started to add /usr/share/skrooge. This work well but, if the user does a configuration error, the python script can fail and than Skrooge will return something like "skrooge-yahoodl.py ... failed". The problem is that, if the user tries the command in a console to understand its error, he will have "command not found". In conclusion: I am able to do the expected correction. But, this will be less user friendly for Skrooge users. So, is it really mandatory to move these scripts from /usr/bin to /usr/share/skrooge ? Regards. -- You are receiving this mail because: You are watching all bug changes.