Results 107 comments of ycollet

OK, so, you use kdialog inside RaySession to get these icons. When I install RaySession, kdialog is not installed. That's maybe the problem. I will try with kdialog installed and...

I switched back to kde and there are no problems on kde. The problem only appears on Xfce.

Can you list the xfce packages you have installed ? I maybe miss a xfce icon package ...

Ah, OK, thanks for this news. I will disable the aarch64 build then :)

Thanks a lot for this fast answer :)

Checking ... I will keep you informed tonight I think.

Commenting the -Werror line in CMakeLists.txt didn't work. Replacing -Werror by -Wno-error in surge/libs/fmt/CMakeLists.txt didn't work Replacing -Werror by -Wno-error in surge/CMakeLists.txt worked finally :)

Finally, I added: add_compile_options(-Wno-error=dangling-reference) in surge/CMakeLists.txt and it worked.

Is it possible to add "build with cmake" in your plan ? Thanks a lot for your work !

OK, thanks for these information, I will keep you informed :)