undefined symbol: gst_x_overlay_set_window_handle
I needed to downgrade to phonon 4.4.2 from 4.5
Here are the steps I used to get around it:
- sudo yum remove phonon
- Disable the yum update repo in /etc/yum.repos.d/fedora-updates.repo
- sudo yum install phonon
- Reenable the yum update repo
- sudo yum install pyside-tools
- relaunched designer-qt4 and it works as expected
Now I can continue developing in pyside...