! 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 !
xfconf_get_all_properties fails when providing a property-root filter.
Status:
RESOLVED: FIXED

Comments

Description Stephan Arts editbugs 2008-08-31 00:42:33 CEST
Created attachment 1793 
fixes the per-channel-xml backend

xfconfd prepends the root to the prop-name. as a result, when requesting all properties from /, you get the following result.

/foo
/foo/bar

this is ok, but, when performing the request with '/foo' as the root-argument, the result is:

/foo/foo/bar


This is caused by a bug in the perchannel-xml backend. And can be fixed by forcing the same behaviour for '/' root-filters and non '/' root-filters entries.
Comment 1 Brian J. Tarricone (not reading bugmail) 2008-08-31 07:42:16 CEST
fixed

Bug #4340

Reported by:
Stephan Arts
Reported on: 2008-08-31
Last modified on: 2015-02-16

People

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

Version

Version:
GIT Master

Attachments

fixes the per-channel-xml backend (1.53 KB, patch)
2008-08-31 00:42 CEST , Stephan Arts
no flags

Additional information