Has anybody experienced this bug with desktop effects disabled?
--
[jaunty][alpha6]X-Server restart randomly
https://bugs.launchpad.net/bugs/342324
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@
Sorry, i was wrong in my last post.
The solution mentioned halfflat did not work for me. I have to do the
following.
Replace:
${prefix}/share/openmpi.%s%s%s-wrapper-data.txt
for:
/usr/share/openmpi..%s%s%s-wrapper-data.txt
the dot means a zero byte, so there is two strings in that sequenc
The bug is confirmed.
I fixed it with an hex editor (ghex2), but there is no problem with the
${prefix} thing.
The binariy contains:
${prefix}/share/openmpi.%s%s%s-wrapper-data.txt
i just changed that dot after the "share/openmpi" to a slash, so now it
looks like:
${prefix}/share/openmpi/%s%s%