Why isn't there ion (3) in Repository 13.0? I checked version from 12.2. It works without problems on Slackware 13.0.<br>And what is with my hsetroot SlackBuild, which I submitted? I had an error. I forgot to replace<br>
if [ "$ARCH" = "core2" ]; then<br> SLKCFLAGS="-O2 -march=core -fomit-frame-pointer"<br>with:<br>if [ "$ARCH" = "i486" ]; then<br> SLKCFLAGS="-O2 -march=i486 -mtune=i686"<br>
I do this change for my processor.<br>