diff --git a/nautilus-properties-ui-crash.patch b/nautilus-properties-ui-crash.patch new file mode 100644 index 0000000..5ff2d05 --- /dev/null +++ b/nautilus-properties-ui-crash.patch @@ -0,0 +1,22 @@ +From bf6bfde36bcadf43a39fb095650b7fc78741d62a Mon Sep 17 00:00:00 2001 +From: Matthias Clasen +Date: Thu, 27 Aug 2009 00:05:28 +0000 +Subject: Fix a duplicate id in a .ui file + +This caused nautilus-file-management-properties to crash. +--- +diff --git a/src/nautilus-file-management-properties.ui b/src/nautilus-file-management-properties.ui +index eae16d1..c4fb6ee 100644 +--- a/src/nautilus-file-management-properties.ui ++++ b/src/nautilus-file-management-properties.ui +@@ -1128,7 +1128,7 @@ + + + +- ++ + 6 + True + +-- +cgit v0.8.2 diff --git a/nautilus.spec b/nautilus.spec index 9df49e6..2fb685d 100644 --- a/nautilus.spec +++ b/nautilus.spec @@ -16,7 +16,7 @@ Name: nautilus Summary: File manager for GNOME Version: 2.26.3 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ Group: User Interface/Desktops Source: http://download.gnome.org/sources/%{name}/2.26/%{name}-%{version}.tar.bz2 @@ -91,6 +91,10 @@ Patch17: nautilus-filetype-symlink-fix.patch # https://bugzilla.redhat.com/show_bug.cgi?id=505919 Patch18: nautilus-2.27.2-dark-text-on-dark-bg.patch +# Nautilus Edit > Preferences menu (nautilus-file-management-properties) not opening +# https://bugzilla.redhat.com/show_bug.cgi?id=523749 +Patch19: nautilus-properties-ui-crash.patch + %description Nautilus is the file manager and graphical shell for the GNOME desktop that makes it easy to manage your files and the rest of your system. @@ -129,6 +133,7 @@ for developing nautilus extensions. %patch10 -p1 -b .gvfs-desktop-key %patch17 -p0 -b .symlink %patch18 -p1 -b .dark-text +%patch19 -p1 -b .ui-dup-id %build @@ -266,6 +271,9 @@ fi %changelog +* Fri Sep 18 2009 Tomas Bzatek - 2.26.3-3 +- Make nautilus-file-management-properties not crash on start (#523749) + * Mon Aug 3 2009 Tomas Bzatek - 2.26.3-2 - Fix incorrect text color in compact view (#505919)