diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-04-03 12:21:07 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-04-03 14:40:24 +0200 |
commit | e39bfca57af3b292ac3ab1a1c3e0becd090afe99 (patch) | |
tree | c3c07b281612645995585edc02abebf792bbfe0d /gnome-extra/gnome-user-share/files | |
parent | gnome-base/gnome-settings-daemon: Version bump (diff) | |
download | gentoo-e39bfca57af3b292ac3ab1a1c3e0becd090afe99.tar.gz gentoo-e39bfca57af3b292ac3ab1a1c3e0becd090afe99.tar.bz2 gentoo-e39bfca57af3b292ac3ab1a1c3e0becd090afe99.zip |
gnome-extra/gnome-user-share: Drop old
Package-Manager: portage-2.2.28
Diffstat (limited to 'gnome-extra/gnome-user-share/files')
-rw-r--r-- | gnome-extra/gnome-user-share/files/gnome-user-share-3.10.2-launch-obexd.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/gnome-extra/gnome-user-share/files/gnome-user-share-3.10.2-launch-obexd.patch b/gnome-extra/gnome-user-share/files/gnome-user-share-3.10.2-launch-obexd.patch deleted file mode 100644 index a6bb00156fe2..000000000000 --- a/gnome-extra/gnome-user-share/files/gnome-user-share-3.10.2-launch-obexd.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 5bca8742e96bc5f3447be18e9c6ac5692cc3e3cd Mon Sep 17 00:00:00 2001 -From: Mario Sanchez Prada <mario@endlessm.com> -Date: Thu, 30 Oct 2014 11:06:44 -0700 -Subject: obex: Make sure obexd daemon is launched if needed when starting to - watch it - -This fixes a situation where files can't be sent to the computer (e.g. -from a phone) until you enable and then disable the bluetooth sharing -options at least once, as the shutting down will cause the obexd daemon -to run due to the UnregisterAgent D-Bus call in obex_agent_down(). - -https://bugzilla.gnome.org/show_bug.cgi?id=739417 - -diff --git a/src/obexpush.c b/src/obexpush.c -index 6424bd2..6d305d7 100644 ---- a/src/obexpush.c -+++ b/src/obexpush.c -@@ -740,7 +740,7 @@ on_bus_acquired (GDBusConnection *connection, - - self->obexd_watch_id = g_bus_watch_name_on_connection (self->connection, - MANAGER_SERVICE, -- G_BUS_NAME_WATCHER_FLAGS_NONE, -+ G_BUS_NAME_WATCHER_FLAGS_AUTO_START, - obexd_appeared_cb, - NULL, - self, --- -cgit v0.10.1 - |