--- etc/PackageKit.conf.in.org 2009-01-12 07:51:03.000000000 +1100 +++ etc/PackageKit.conf.in 2009-01-12 07:51:17.000000000 +1100 @@ -23,7 +23,7 @@ UseNetworkHeuristic=true # Shut down the daemon after this many seconds idle. 0 means don't shutdown. # # default=300 -ShutdownTimeout=300 +ShutdownTimeout=15 # Unlock the backend after this many seconds idle. # --- etc/Vendor.conf.org 2009-01-12 07:51:31.000000000 +1100 +++ etc/Vendor.conf 2009-01-12 07:51:46.000000000 +1100 @@ -12,7 +12,7 @@ # If the value is set to 'none' then no link is shown. # # default=http://www.packagekit.org/pk-package-not-found.html -DefaultUrl=http://www.packagekit.org/pk-package-not-found.html +DefaultUrl=none # The URL which is shown to the user when a codec could not be found. # It should explain why certain codecs cannot be used, and perhaps show Index: PackageKit-0.3.11/configure.ac =================================================================== --- configure.ac +++ configure.ac @@ -165,7 +165,7 @@ AC_PATH_PROG([XSLTPROC], [xsltproc]) dnl --------------------------------------------------------------------------- dnl - moc (for packagekit-qt) dnl --------------------------------------------------------------------------- -AC_PATH_PROG([MOC], [moc-qt4]) +AC_PATH_PROG([MOC], [moc]) dnl --------------------------------------------------------------------------- dnl - Is GIO available?