Wed Aug 04 2004 Mark McLoughlin <markmc@redhat.com> 2.7.90-1 - Update to 2.7.90 - Remove cvs-backport patch - Add BuildRequires for krb5-devel, howl-devel and hal-devel - Fixup the schema-about and mozilla patchesf38
parent
e6777c3465
commit
28fe5af188
@ -1,2 +1,2 @@
|
||||
desktop-file-utils-0.6.tar.gz
|
||||
gnome-vfs-2.6.0.tar.bz2
|
||||
gnome-vfs-2.7.90.tar.bz2
|
||||
|
@ -0,0 +1,43 @@
|
||||
--- gnome-vfs-2.7.90/schemas/desktop_gnome_url_handlers.schemas.in.schema_about 2004-08-04 16:18:21.323425176 +0100
|
||||
+++ gnome-vfs-2.7.90/schemas/desktop_gnome_url_handlers.schemas.in 2004-08-04 16:25:28.770443352 +0100
|
||||
@@ -206,6 +206,40 @@
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
+ <key>/schemas/desktop/gnome/url-handlers/about/enabled</key>
|
||||
+ <applyto>/desktop/gnome/url-handlers/about/enabled</applyto>
|
||||
+ <owner>gnome</owner>
|
||||
+ <type>bool</type>
|
||||
+ <default>true</default>
|
||||
+ <locale name="C">
|
||||
+ <short>Handle about URLs</short>
|
||||
+ <long>Set to true to have a program specified in "command" handle about URLs.</long>
|
||||
+ </locale>
|
||||
+ </schema>
|
||||
+ <schema>
|
||||
+ <key>/schemas/desktop/gnome/url-handlers/about/command</key>
|
||||
+ <applyto>/desktop/gnome/url-handlers/about/command</applyto>
|
||||
+ <owner>gnome</owner>
|
||||
+ <type>string</type>
|
||||
+ <default>mozilla %s</default>
|
||||
+ <locale name="C">
|
||||
+ <short>about URL handler</short>
|
||||
+ <long></long>
|
||||
+ </locale>
|
||||
+ </schema>
|
||||
+ <schema>
|
||||
+ <key>/schemas/desktop/gnome/url-handlers/about/needs_terminal</key>
|
||||
+ <applyto>/desktop/gnome/url-handlers/about/needs_terminal</applyto>
|
||||
+ <owner>gnome</owner>
|
||||
+ <type>bool</type>
|
||||
+ <default>false</default>
|
||||
+ <locale name="C">
|
||||
+ <short>Run program in terminal</short>
|
||||
+ <long>True if the program to handle this URL should be run in a terminal.</long>
|
||||
+ </locale>
|
||||
+ </schema>
|
||||
+
|
||||
+ <schema>
|
||||
<key>/schemas/desktop/gnome/url-handlers/mailto/enabled</key>
|
||||
<applyto>/desktop/gnome/url-handlers/mailto/enabled</applyto>
|
||||
<owner>gnome</owner>
|
Loading…
Reference in new issue