http://cgit.freedesktop.org/dbus/dbus/commit/dbus/dbus-sysdeps-unix.c?id=
66e52541d5bdd4927a5c702963749760643313f4
BUG=http://code.google.com/p/ibus/issues/detail?id=1389
TEST=Linux desktop
Review URL: https://codereview.appspot.com/
6111060
if (!g_file_get_contents ("/var/lib/dbus/machine-id",
&machine_id,
NULL,
- &error)) {
+ &error) &&
+ !g_file_get_contents ("/etc/machine-id",
+ &machine_id,
+ NULL,
+ NULL)) {
g_warning ("Unable to load /var/lib/dbus/machine-id: %s", error->message);
g_error_free (error);
machine_id = "machine-id";