- Default to "Ask what to do" for all actions (#444639)
This commit is contained in:
parent
90e07ecbf5
commit
f6d957b8f9
11
nautilus-2.22-default-to-asking.patch
Normal file
11
nautilus-2.22-default-to-asking.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- nautilus-2.22.2/libnautilus-private/apps_nautilus_preferences.schemas.in.orig 2008-05-02 14:05:28.000000000 -0400
|
||||||
|
+++ nautilus-2.22.2/libnautilus-private/apps_nautilus_preferences.schemas.in 2008-05-02 14:08:30.000000000 -0400
|
||||||
|
@@ -122,7 +122,7 @@
|
||||||
|
<owner>nautilus</owner>
|
||||||
|
<type>list</type>
|
||||||
|
<list_type>string</list_type>
|
||||||
|
- <default>[]</default>
|
||||||
|
+ <default>[x-content/audio-cdda,x-content/video-dvd,x-content/audio-player,x-content/image-dcf,x-content/video-vcd,x-content/video-svcd,x-content/image-picturecd,x-content/video-hddvd,x-content/audio-dvd,x-content/blank-bd,x-content/blank-cd,x-content/blank-dvd,x-content/blank-hddvd,x-content/video-bluray]</default>
|
||||||
|
<locale name="C">
|
||||||
|
<short>List of x-content/* types to ask the user what to do on insertion</short>
|
||||||
|
<long>
|
@ -19,7 +19,7 @@
|
|||||||
Name: nautilus
|
Name: nautilus
|
||||||
Summary: Nautilus is a file manager for GNOME
|
Summary: Nautilus is a file manager for GNOME
|
||||||
Version: 2.23.1
|
Version: 2.23.1
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: User Interface/Desktops
|
Group: User Interface/Desktops
|
||||||
Source: http://download.gnome.org/sources/%{name}/2.23/%{name}-%{version}.tar.bz2
|
Source: http://download.gnome.org/sources/%{name}/2.23/%{name}-%{version}.tar.bz2
|
||||||
@ -99,6 +99,8 @@ Patch12: nautilus-cd-burner-move-workaround.patch
|
|||||||
# https://bugzilla.gnome.org/show_bug.cgi?id=530720
|
# https://bugzilla.gnome.org/show_bug.cgi?id=530720
|
||||||
Patch13: nautilus-copymove_inside_itself.patch
|
Patch13: nautilus-copymove_inside_itself.patch
|
||||||
|
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=444639
|
||||||
|
Patch14: nautilus-2.22-default-to-asking.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Nautilus integrates access to files, applications, media,
|
Nautilus integrates access to files, applications, media,
|
||||||
@ -140,6 +142,7 @@ for writing nautilus extensions.
|
|||||||
%patch11 -p1 -b .fix-open-folder
|
%patch11 -p1 -b .fix-open-folder
|
||||||
%patch12 -p0 -b .cd-burner
|
%patch12 -p0 -b .cd-burner
|
||||||
%patch13 -p0 -b .recurse
|
%patch13 -p0 -b .recurse
|
||||||
|
%patch14 -p1 -b .default-to-asking
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -252,6 +255,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 2 2008 David Zeuthen <davidz@redhat.com> - 2.23.1-4
|
||||||
|
- Default to "Ask what to do" for all actions (#444639)
|
||||||
|
|
||||||
* Fri May 2 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.1-3
|
* Fri May 2 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.1-3
|
||||||
- Mask file moving to nautilus-cd-burner window as copy operation (#443944)
|
- Mask file moving to nautilus-cd-burner window as copy operation (#443944)
|
||||||
- Don't allow recursive move/copy into itself (gnomebz #530720)
|
- Don't allow recursive move/copy into itself (gnomebz #530720)
|
||||||
|
Loading…
Reference in New Issue
Block a user