User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0 Build Identifier: With new dbus packages there isn't DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT or DBUS_SERVICE_FLAG_PROHIBIT_REPLACEMENT, so xfmedia-remote doesn't compile... You can pass 0 to dbus_bus_request_name in this way: ret = dbus_bus_request_name(dbus_conn, name, 0, &derr); But that can brake compatibility in old dbus packages, so the patch above will fix it. I fixed a problem produced by not finding the xfce_textdomain function linking against libxfce4util too. Reproducible: Always Steps to Reproduce: 1. Compile with new dbus
Created attachment 873 Patch that fix the small bug This patch fix the problem
Not sure what this has to do with xfce 4.4rc2, as xfmedia isn't a part of xfce. Regardless, this has been fixed in svn for some time.