! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Compilation issues in xfce 4.4rc2 (the bug is in rc1 too)
Status:
RESOLVED: INVALID
Product:
Xfmedia
Component:
general

Comments

Description David B. Cortarello 2006-11-12 20:59:10 CET
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
Comment 1 David B. Cortarello 2006-11-12 21:00:31 CET
Created attachment 873 
Patch that fix the small bug

This patch fix the problem
Comment 2 Brian J. Tarricone (not reading bugmail) 2006-11-12 21:42:42 CET
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.

Bug #2571

Reported by:
David B. Cortarello
Reported on: 2006-11-12
Last modified on: 2006-11-12

People

Assignee:
Brian J. Tarricone (not reading bugmail)
CC List:
0 users

Version

Attachments

Patch that fix the small bug (1.54 KB, patch)
2006-11-12 21:00 CET , David B. Cortarello
no flags

Additional information