Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gsettings-desktop-schemas/files: gsettings-desktop-schemas-3.2.0-unix-software.patch
Date: Sat, 29 Oct 2011 06:45:25
Message-Id: 20111029064515.631022004B@flycatcher.gentoo.org
1 tetromino 11/10/29 06:45:15
2
3 Added: gsettings-desktop-schemas-3.2.0-unix-software.patch
4 Log:
5 Bump to 3.2.0 from the gnome overlay. Adds schemas needed for gnome-3.2.
6
7 (Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 gnome-base/gsettings-desktop-schemas/files/gsettings-desktop-schemas-3.2.0-unix-software.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gsettings-desktop-schemas/files/gsettings-desktop-schemas-3.2.0-unix-software.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gsettings-desktop-schemas/files/gsettings-desktop-schemas-3.2.0-unix-software.patch?rev=1.1&content-type=text/plain
14
15 Index: gsettings-desktop-schemas-3.2.0-unix-software.patch
16 ===================================================================
17 From 96bf58048800f1336aa8424c475f951702ce4858 Mon Sep 17 00:00:00 2001
18 From: Cosimo Cecchi <cosimoc@×××××.org>
19 Date: Mon, 03 Oct 2011 19:56:46 +0000
20 Subject: media: change x-content/software to x-content/unix-software
21
22 The Nautilus handler doesn't claim x-content/software at all now, and
23 we're really interested in autorunning UNIX software rather than Win32
24 one anyway.
25
26 https://bugzilla.gnome.org/show_bug.cgi?id=660803
27 ---
28 diff --git a/schemas/org.gnome.desktop.media-handling.gschema.xml.in.in b/schemas/org.gnome.desktop.media-handling.gschema.xml.in.in
29 index a1bd398..1df7aea 100644
30 --- a/schemas/org.gnome.desktop.media-handling.gschema.xml.in.in
31 +++ b/schemas/org.gnome.desktop.media-handling.gschema.xml.in.in
32 @@ -16,7 +16,7 @@
33 <_description>If set to true, then Nautilus will never prompt nor autorun/autostart programs when a medium is inserted.</_description>
34 </key>
35 <key name="autorun-x-content-start-app" type="as">
36 - <default>[ 'x-content/software' ]</default>
37 + <default>[ 'x-content/unix-software' ]</default>
38 <_summary>List of x-content/* types where the preferred application will be launched</_summary>
39 <_description>List of x-content/* types for which the user have chosen to start an application in the preference capplet. The preferred application for the given type will be started on insertion on media matching these types.</_description>
40 </key>
41 --
42 cgit v0.9.0.2