jamesl marked 2 inline comments as done. jamesl added a comment.
@subdiff, can you try running: LC_ALL=C ./build.sh If that works I'll update the script. Otherwise, do you have a better suggestion on how to perform the calculations around line 44: newxhot=$(printf '%.0f' $(echo "$xhot * $i / $size" | bc -l)) newyhot=$(printf '%.0f' $(echo "$yhot * $i / $size" | bc -l)) Of course shell built-ins would be preferred/safer, but I think it's important for this number to be rounded rather than truncated. REPOSITORY R31 Breeze REVISION DETAIL https://phabricator.kde.org/D5250 To: jamesl, #plasma Cc: subdiff, plasma-devel, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol