gnome-vfs-2.8.2-schema_about_for_upstream.patch 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. --- gnome-vfs-2.7.90/schemas/desktop_gnome_url_handlers.schemas.in.schema_about 2004-08-04 16:18:21.323425176 +0100
  2. +++ gnome-vfs-2.7.90/schemas/desktop_gnome_url_handlers.schemas.in 2004-08-04 16:25:28.770443352 +0100
  3. @@ -206,6 +206,40 @@
  4. </schema>
  5. <schema>
  6. + <key>/schemas/desktop/gnome/url-handlers/about/enabled</key>
  7. + <applyto>/desktop/gnome/url-handlers/about/enabled</applyto>
  8. + <owner>gnome</owner>
  9. + <type>bool</type>
  10. + <default>true</default>
  11. + <locale name="C">
  12. + <short>Handle about URLs</short>
  13. + <long>Set to true to have a program specified in "command" handle about URLs.</long>
  14. + </locale>
  15. + </schema>
  16. + <schema>
  17. + <key>/schemas/desktop/gnome/url-handlers/about/command</key>
  18. + <applyto>/desktop/gnome/url-handlers/about/command</applyto>
  19. + <owner>gnome</owner>
  20. + <type>string</type>
  21. + <default>firefox %s</default>
  22. + <locale name="C">
  23. + <short>about URL handler</short>
  24. + <long></long>
  25. + </locale>
  26. + </schema>
  27. + <schema>
  28. + <key>/schemas/desktop/gnome/url-handlers/about/needs_terminal</key>
  29. + <applyto>/desktop/gnome/url-handlers/about/needs_terminal</applyto>
  30. + <owner>gnome</owner>
  31. + <type>bool</type>
  32. + <default>false</default>
  33. + <locale name="C">
  34. + <short>Run program in terminal</short>
  35. + <long>True if the program to handle this URL should be run in a terminal.</long>
  36. + </locale>
  37. + </schema>
  38. +
  39. + <schema>
  40. <key>/schemas/desktop/gnome/url-handlers/mailto/enabled</key>
  41. <applyto>/desktop/gnome/url-handlers/mailto/enabled</applyto>
  42. <owner>gnome</owner>