GNOME Bugzilla – Bug 309975
Evince dbus support is broken with dbus-0.33
Last modified: 2005-07-11 10:26:06 UTC
It's oriented on 0.34 api
Created attachment 48932 [details] [review] Patch to solve the problem I haven't test it with 0.34 so I don't know if this patch will work for 0.33 and 0.34. Probably we should add separate ifdefs for those versions.
I dont think that will work on 0.34, you'd have to introduce defines. KaL on #evince is using 0.34 if you want to check you didnt break it... Though, I have 0.33 and current code seem to work fine. What problems are you having? What distro?
Marco, I have FC4. It works with OpenWindow, but failed with OpenURI giving some warnings on console about assertion failed - out of memory and unsupported types. That's sad that dbus api is changed from release to release, for example the one we are using with G_STRING was introduced in week before 0.34
Ok then we really need defines ufff...