This bug was fixed in the package dbus-cpp - 3.0.0+14.10.20140709.2-0ubuntu1
--------------- dbus-cpp (3.0.0+14.10.20140709.2-0ubuntu1) utopic; urgency=low [ Ubuntu daily release ] * New rebuild forced [ Antti Kaijanmäki ] * Fix read-only property PropertiesChanged updates. (LP: #1339589) -- Ubuntu daily release <[email protected]> Wed, 09 Jul 2014 10:15:33 +0000 ** Changed in: dbus-cpp (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to dbus-cpp in Ubuntu. https://bugs.launchpad.net/bugs/1339589 Title: read-only properties don't update on standard PropertiesChanged Status in DBus C++: New Status in “dbus-cpp” package in Ubuntu: Fix Released Bug description: Let's have a property with writable = false: struct ReadOnly { inline static std::string name() { return "ReadOnly"; }; typedef Service Interface; typedef std::uint32_t ValueType; static const bool readable = true; static const bool writable = false; }; When a service updates such property with the standard org.freedesktop.DBus.Properties.PropertiesChanged signal the property value on the client side just simply does not update and there is no error or anything printed. To manage notifications about this bug go to: https://bugs.launchpad.net/dbus-cpp/+bug/1339589/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp

