Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 316771 Details for
Bug 462377
Use gnome-settings-daemon for setting gtk-modules
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
libcanberra patch
schemas.patch (text/plain), 2.18 KB, created by
Matthias Clasen
on 2008-09-15 18:50:41 UTC
(
hide
)
Description:
libcanberra patch
Filename:
MIME Type:
Creator:
Matthias Clasen
Created:
2008-09-15 18:50:41 UTC
Size:
2.18 KB
patch
obsolete
>diff -u libcanberra-0.9/configure.ac hacked/configure.ac >--- libcanberra-0.9/configure.ac 2008-09-09 10:32:03.000000000 -0400 >+++ hacked/configure.ac 2008-09-15 13:51:16.000000000 -0400 >@@ -72,6 +72,11 @@ > AC_SUBST(LIBLTDL) > AC_CONFIG_SUBDIRS(libltdl) > >+### gconf stuff ### >+ >+AC_PATH_PROG(GCONFTOOL, gconftool-2) >+AM_GCONF_SOURCE_2 >+ > #### Determine build environment #### > > os_is_win32=0 >Common subdirectories: libcanberra-0.9/doc and hacked/doc >Common subdirectories: libcanberra-0.9/gtkdoc and hacked/gtkdoc >Only in hacked: libcanberra.schemas.in >Common subdirectories: libcanberra-0.9/libltdl and hacked/libltdl >Common subdirectories: libcanberra-0.9/m4 and hacked/m4 >diff -u libcanberra-0.9/Makefile.am hacked/Makefile.am >--- libcanberra-0.9/Makefile.am 2008-08-14 16:34:41.000000000 -0400 >+++ hacked/Makefile.am 2008-09-15 13:48:54.000000000 -0400 >@@ -31,6 +31,20 @@ > pkgconfig_DATA += libcanberra-gtk.pc > endif > >+schemasdir = $(GCONF_SCHEMA_FILE_DIR) >+schemas_DATA = libcanberra.schemas >+ >+if GCONF_SCHEMAS_INSTALL >+install-data-local: >+ if test -z "$(DESTDIR)" ; then \ >+ for p in $(schemas_DATA) ; do \ >+ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/data/$$p ; \ >+ done \ >+ fi >+else >+install-data-local: >+endif >+ > DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc > ACLOCAL_AMFLAGS = -I m4 > >Common subdirectories: libcanberra-0.9/src and hacked/src >--- /dev/null 2008-09-15 09:33:12.862263094 -0400 >+++ hacked/libcanberra.schemas 2008-09-15 13:48:04.000000000 -0400 >@@ -0,0 +1,16 @@ >+<?xml version="1.0"?> >+<gconfschemafile> >+ <schemalist> >+ <schema> >+ <key>/schemas/apps/gnome_settings_daemon/gtk-modules/canberra-gtk-module</key> >+ <applyto>/apps/gnome_settings_daemon/gtk-modules/canberra-gtk-module</applyto> >+ <owner>libcanberra</owner> >+ <type>bool</type> >+ <default>true</default> >+ <locale name="C"> >+ <short>GTK+ module for event sounds</short> >+ <long>This key determines the GTK+ module to load for event sound support.</long> >+ </locale> >+ </schema> >+ </schemalist> >+</gconfschemafile>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 462377
: 316771 |
316772