Created attachment 415516 [details] emerge --info Hello, When using BOINC 7.4.42-r1 to compute for the seti@home projects, by default, the "Show graphics" option doesn't work within the BOINC manager GUI client. That's because the binary located at /var/lib/boinc/projects/setiathome.berkeley.edu/setigraphics_7.01_x86_64-pc-linux-gnu is looking for libssl.so.10 and libcrypto.so.10 Making a symlink this way fixes the issue, the graphics are well displayed : ln -s /usr/lib/libssl.so.1.0.0 /usr/lib/libssl.so.10 ln -s /usr/lib/libcrypto.so.1.0.0 /usr/lib/libcrypto.so.10 Hope it helps, I would be happy to make any further tests if you need :)
Could you please try the current 7.6 client and check, whether the problem remains? My client currently does not pull in SETI@home units (project overview shows a status about waiting for the scheduler), so I can't test for myself right now.
I found some overdue projects I aborted. Nicely enough boinc downloaded four SETI@home tasks for me. AstroPulse v7 does not have the graphic button enabled. SETI@home v8 has it enabled and it works here with the 7.6 client. Could you please check whether the bug is still valid?
As there was no response, and because of the seti@home graphics work fine for me in all versions, I assume this to be resolved by upstream and close this bug. Feel free to reopen the bug if I have missed something.