patches/gdm-01-branding.diff
author yippi
Mon, 26 Oct 2009 23:27:42 +0000
changeset 16860 03d8e88563ad
parent 16329 2a34da701301
child 16895 b47e5beb0fd6
permissions -rw-r--r--
2009-10-26 Brian Cameron <[email protected]> * SUNWgnome-display-mgr: Fix packaging. * base-specs/gdm.spec: Do not ship the polkit-gnome-authentication-agent.desktop file since it is not supported on Solaris. * patches/gdm-01-branding.diff: Enable a11y, and fix a bug where the at-spi-registryd-wrapper.in.in file was trying to launch at-spi-registryd from the wrong path.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16129
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
     1
diff --git a/data/gdm.schemas.in.in b/data/gdm.schemas.in.in
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
     2
index 82a2223..069f31b 100644
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
     3
--- a/data/gdm.schemas.in.in
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
     4
+++ b/data/gdm.schemas.in.in
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
     5
@@ -51,7 +51,7 @@
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
     6
     <schema>
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
     7
       <key>security/DisallowTCP</key>
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
     8
       <signature>b</signature>
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
     9
-      <default>true</default>
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    10
+      <default>false</default>
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    11
     </schema>
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    12
 
0eb6a33bac3f 2009-07-27 Halton Huo <[email protected]>
halton
parents:
diff changeset
    13
     <schema>
16329
2a34da701301 2009-08-21 Brian Cameron <[email protected]>
yippi
parents: 16129
diff changeset
    14
--- gdm-2.27.4/gui/simple-greeter/gdm-simple-greeter.schemas.in-orig	2009-08-21 16:10:05.874005000 -0500
2a34da701301 2009-08-21 Brian Cameron <[email protected]>
yippi
parents: 16129
diff changeset
    15
+++ gdm-2.27.4/gui/simple-greeter/gdm-simple-greeter.schemas.in	2009-08-21 16:10:59.867723000 -0500
2a34da701301 2009-08-21 Brian Cameron <[email protected]>
yippi
parents: 16129
diff changeset
    16
@@ -71,7 +71,7 @@
2a34da701301 2009-08-21 Brian Cameron <[email protected]>
yippi
parents: 16129
diff changeset
    17
       <applyto>/apps/gdm/simple-greeter/disable_user_list</applyto>
2a34da701301 2009-08-21 Brian Cameron <[email protected]>
yippi
parents: 16129
diff changeset
    18
       <owner>gdm-simple-greeter</owner>
2a34da701301 2009-08-21 Brian Cameron <[email protected]>
yippi
parents: 16129
diff changeset
    19
       <type>bool</type>
2a34da701301 2009-08-21 Brian Cameron <[email protected]>
yippi
parents: 16129
diff changeset
    20
-      <default>FALSE</default>
2a34da701301 2009-08-21 Brian Cameron <[email protected]>
yippi
parents: 16129
diff changeset
    21
+      <default>TRUE</default>
2a34da701301 2009-08-21 Brian Cameron <[email protected]>
yippi
parents: 16129
diff changeset
    22
       <locale name="C">
2a34da701301 2009-08-21 Brian Cameron <[email protected]>
yippi
parents: 16129
diff changeset
    23
         <short>Do not show known users in the login window</short>
2a34da701301 2009-08-21 Brian Cameron <[email protected]>
yippi
parents: 16129
diff changeset
    24
         <long>Set to true to disable showing known users in the login window.</long>
16860
03d8e88563ad 2009-10-26 Brian Cameron <[email protected]>
yippi
parents: 16329
diff changeset
    25
--- gdm-2.28.1/data/session-setup.entries-orig	2009-10-26 16:01:20.789224457 -0500
03d8e88563ad 2009-10-26 Brian Cameron <[email protected]>
yippi
parents: 16329
diff changeset
    26
+++ gdm-2.28.1/data/session-setup.entries	2009-10-26 16:04:34.518041811 -0500
03d8e88563ad 2009-10-26 Brian Cameron <[email protected]>
yippi
parents: 16329
diff changeset
    27
@@ -392,6 +392,13 @@
03d8e88563ad 2009-10-26 Brian Cameron <[email protected]>
yippi
parents: 16329
diff changeset
    28
     </entry>
03d8e88563ad 2009-10-26 Brian Cameron <[email protected]>
yippi
parents: 16329
diff changeset
    29
 
03d8e88563ad 2009-10-26 Brian Cameron <[email protected]>
yippi
parents: 16329
diff changeset
    30
     <entry>
03d8e88563ad 2009-10-26 Brian Cameron <[email protected]>
yippi
parents: 16329
diff changeset
    31
+      <key>/desktop/gnome/interface/accessibility</key>
03d8e88563ad 2009-10-26 Brian Cameron <[email protected]>
yippi
parents: 16329
diff changeset
    32
+      <value>
03d8e88563ad 2009-10-26 Brian Cameron <[email protected]>
yippi
parents: 16329
diff changeset
    33
+        <bool>true</bool>
03d8e88563ad 2009-10-26 Brian Cameron <[email protected]>
yippi
parents: 16329
diff changeset
    34
+      </value>
03d8e88563ad 2009-10-26 Brian Cameron <[email protected]>
yippi
parents: 16329
diff changeset
    35
+    </entry>
03d8e88563ad 2009-10-26 Brian Cameron <[email protected]>
yippi
parents: 16329
diff changeset
    36
+
03d8e88563ad 2009-10-26 Brian Cameron <[email protected]>
yippi
parents: 16329
diff changeset
    37
+    <entry>
03d8e88563ad 2009-10-26 Brian Cameron <[email protected]>
yippi
parents: 16329
diff changeset
    38
       <key>/desktop/gnome/accessibility/keyboard/enable</key>
03d8e88563ad 2009-10-26 Brian Cameron <[email protected]>
yippi
parents: 16329
diff changeset
    39
       <value>
03d8e88563ad 2009-10-26 Brian Cameron <[email protected]>
yippi
parents: 16329
diff changeset
    40
         <bool>true</bool>
03d8e88563ad 2009-10-26 Brian Cameron <[email protected]>
yippi
parents: 16329
diff changeset
    41
--- gdm-2.28.1/data/greeter-autostart/at-spi-registryd-wrapper.desktop.in.in-orig	2009-10-26 18:09:05.303906694 -0500
03d8e88563ad 2009-10-26 Brian Cameron <[email protected]>
yippi
parents: 16329
diff changeset
    42
+++ gdm-2.28.1/data/greeter-autostart/at-spi-registryd-wrapper.desktop.in.in	2009-10-26 18:08:15.704234734 -0500
03d8e88563ad 2009-10-26 Brian Cameron <[email protected]>
yippi
parents: 16329
diff changeset
    43
@@ -1,7 +1,7 @@
03d8e88563ad 2009-10-26 Brian Cameron <[email protected]>
yippi
parents: 16329
diff changeset
    44
 [Desktop Entry]
03d8e88563ad 2009-10-26 Brian Cameron <[email protected]>
yippi
parents: 16329
diff changeset
    45
 Type=Application
03d8e88563ad 2009-10-26 Brian Cameron <[email protected]>
yippi
parents: 16329
diff changeset
    46
 _Name=AT SPI Registry Wrapper
03d8e88563ad 2009-10-26 Brian Cameron <[email protected]>
yippi
parents: 16329
diff changeset
    47
-Exec=/usr/libexec/at-spi-registryd
03d8e88563ad 2009-10-26 Brian Cameron <[email protected]>
yippi
parents: 16329
diff changeset
    48
+Exec=@LIBEXECDIR@/at-spi-registryd
03d8e88563ad 2009-10-26 Brian Cameron <[email protected]>
yippi
parents: 16329
diff changeset
    49
 OnlyShowIn=GNOME;
03d8e88563ad 2009-10-26 Brian Cameron <[email protected]>
yippi
parents: 16329
diff changeset
    50
 AutostartCondition=GNOME /desktop/gnome/interface/accessibility
03d8e88563ad 2009-10-26 Brian Cameron <[email protected]>
yippi
parents: 16329
diff changeset
    51
 X-GNOME-Autostart-Phase=Initialization