AWS Thinkbox Discussion Forums

[Linux] "Explore Repository Root" failure

Beta 8 on Fedora 15 x64

I was just doing a runthrough of the super-user options in the Monitor, and clicking “Explore Repository Root” results in:

Cannot mix incompatible Qt library (version 0x40704) with this library (version 0x40802) /usr/bin/xdg-open: line 455: 17393 Aborted kde-open "$1"

Seems like you may need to hide Deadline’s Qt libraries from spawned processes.

Interesting. We’re using a Qt helper function to open the folder using the system’s default application (which is kde-open in this case). We’re not actually spawning the application ourselves. We’ll see if we can do anything about this.

I imagine the application it’s launching is being forked, and thus ld is still finding Deadline’s Qt libraries when invoked by the browser application. I’m not really sure what the solution would be in your case though…

bugreports.qt-project.org/browse/QTBUG-26343

This is the function we use to open the directory. I think we’ll just have to live with this being a limitation on KDE desktops (for now anyways).

Privacy | Site terms | Cookie preferences