If rhythmbox segfaults could be useful to see the backtrace with gdb :-)

You can do this easily:

- Enable the "debug" xbps repository, i.e `xbps-install -Syv void-repo-debug`.
- Install the `rhythmbox` dbg pkgs, i.e `xbps-install -Syv librhythmbox-dbg rhythmbox-dbg gdb`
- Re-run `rhythmbox` with `gdb`, i.e `gdb /usr/bin/rhythmbox` and when it segfaults paste the output of `bt full`.

This could help us to debug the issue.

Thanks.