Package: rhythmbox / 3.4.1-2

multiarch_fallback.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From f701bedd2aacbab2b9d0d4e0917fbfe15e42eda6 Mon Sep 17 00:00:00 2001
From: Jeremy Bicha <jbicha@ubuntu.com>
Date: Tue, 13 Sep 2016 23:17:34 -0400
Subject: [PATCH] Load plugins from non-multiarch directory also

---
 shell/rb-shell.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/shell/rb-shell.c b/shell/rb-shell.c
index 555e0ee..970d4ca 100644
--- a/shell/rb-shell.c
+++ b/shell/rb-shell.c
@@ -893,6 +893,9 @@ construct_plugins (RBShell *shell)
 	peas_engine_add_search_path (shell->priv->plugin_engine,
 				     plugindir,
 				     plugindatadir);
+	peas_engine_add_search_path (shell->priv->plugin_engine,
+				     "/usr/lib/rhythmbox/plugins",
+				     plugindatadir);
 	g_free (plugindir);
 	g_free (plugindatadir);
 
-- 
2.9.3