Why isn&#39;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 [ &quot;$ARCH&quot; = &quot;core2&quot; ]; then<br>  SLKCFLAGS=&quot;-O2 -march=core -fomit-frame-pointer&quot;<br>with:<br>if [ &quot;$ARCH&quot; = &quot;i486&quot; ]; then<br>  SLKCFLAGS=&quot;-O2 -march=i486 -mtune=i686&quot;<br>
I do this change for my processor.<br>