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

Christoph Wickert cwickert at fedoraproject.org
Mon Oct 24 09:22:11 UTC 2011


commit e37f62dbea4513b799278c57f21f0e6cd972f722
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Mon Oct 24 11:22:08 2011 +0200

    Add Thunar as default file manager (#748277)

 exo-0.6.2-thunar-as-default.patch |   21 +++++++++++++++++++++
 exo.spec                          |    8 +++++++-
 2 files changed, 28 insertions(+), 1 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 51cd819..b1c7073 100644
--- a/exo.spec
+++ b/exo.spec
@@ -6,7 +6,7 @@
 
 Name:           exo
 Version:        0.6.2
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Application library for the Xfce desktop environment
 
 Group:          System Environment/Libraries
@@ -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
@@ -155,6 +158,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-3
+- Add Thunar as default file manager (#748277)
+
 * Thu Jul 21 2011 Orion Poplawski <orion at cora.nwra.com> - 0.6.2-2
 - Don't run gio-quuerymodules on post in EL6 (bug #722335)
 


More information about the scm-commits mailing list