[exo/f15] Add Thunar as default file manager (#748277)

Christoph Wickert cwickert at fedoraproject.org
Sun Oct 23 21:41:16 UTC 2011


commit fa27b06cfc486e7f29e6a9a9d7ba80731e803ef7
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Sun Oct 23 23:41:09 2011 +0200

    Add Thunar as default file manager (#748277)

 exo-0.6.2-thunar-as-default.patch |   21 +++++++++++++++++++++
 exo.spec                          |    6 ++++++
 2 files changed, 27 insertions(+), 0 deletions(-)
---
diff --git a/exo-0.6.2-thunar-as-default.patch b/exo-0.6.2-thunar-as-default.patch
new file mode 100644
index 0000000..3f2fbdb
--- /dev/null
+++ b/exo-0.6.2-thunar-as-default.patch
@@ -0,0 +1,21 @@
+From d1049f9b7cdbf66f11aa2af99735ddbbdc5863fe Mon Sep 17 00:00:00 2001
+From: Christoph Wickert <cwickert at fedoraproject.org>
+Date: Sun, 23 Oct 2011 23:13:34 +0200
+Subject: [PATCH 1/2] Add Thunar as default file manager to helpers.rc
+
+---
+ exo-helper/helpers/helpers.rc |    1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/exo-helper/helpers/helpers.rc b/exo-helper/helpers/helpers.rc
+index 74315c0..0c77f07 100644
+--- a/exo-helper/helpers/helpers.rc
++++ b/exo-helper/helpers/helpers.rc
+@@ -7,3 +7,4 @@
+ WebBrowser=firefox
+ MailReader=thunderbird
+ TerminalEmulator=Terminal
++FileManager=Thunar
+-- 
+1.7.6.4
+
diff --git a/exo.spec b/exo.spec
index ae4853a..2c77bf9 100644
--- a/exo.spec
+++ b/exo.spec
@@ -21,6 +21,8 @@ Source2:        internet-mail-48.png
 # FIXME: upstream this patch
 Patch0:         exo-0.5.4-x86_64-build.patch
 Buildroot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+# https://bugzilla.redhat.com/show_bug.cgi?id=748277
+Patch1:         exo-0.6.2-thunar-as-default.patch
 
 BuildRequires:  dbus-devel >= 0.22
 BuildRequires:  gtk-doc
@@ -60,6 +62,7 @@ Python libraries and header files for the exo library.
 %setup -q
 
 %patch0 -p1 -b .x86_64-build
+%patch1 -p1 -b .thunar-as-default
 
 %build
 %configure --enable-gtk-doc --disable-static
@@ -153,6 +156,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{python_sitearch}/pyexo.*
 
 %changelog
+* Sun Oct 23 2011 Christoph Wickert <cwickert at fedoraproject.org> - 0.6.2-2
+- Add Thunar as default file manager (#748277)
+
 * Fri Jun 10 2011 Christoph Wickert <cwickert at fedoraproject.org> - 0.6.2-1
 - Update to 0.6.2
 


More information about the scm-commits mailing list