diff options
Diffstat (limited to 'community/ibus/ibus-1389-dbus-address.patch')
-rw-r--r-- | community/ibus/ibus-1389-dbus-address.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/community/ibus/ibus-1389-dbus-address.patch b/community/ibus/ibus-1389-dbus-address.patch deleted file mode 100644 index e6b18bdb2..000000000 --- a/community/ibus/ibus-1389-dbus-address.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- ibus-1.4.99.20120317/src/ibusshare.c.orig 2012-04-26 12:24:55.922072674 +0900 -+++ ibus-1.4.99.20120317/src/ibusshare.c 2012-04-26 13:10:44.301421547 +0900 -@@ -44,7 +44,11 @@ ibus_get_local_machine_id (void) - 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"; |