Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
"The ebuild appears to incorrectly install screem in that it doesn't register the gconf schemas after installing, the message about logging out given when the ebuild finishes is in fact wrong as well. as simple "gconftool-2 --shutdown" does the job. To get the schema registered as root run: GCONF_CONFIG_SOURCE="xml::/etc/gconf/gconf.xml.defaults" gconftool-2 --makefile-install-rule /etc/gconf/schemeas/screem.schemas and screem should start up." Pasted davek's comment from this forum thread: http://forums.gentoo.org/viewtopic-t-370300.html Reproducible: Always Steps to Reproduce:
+*screem-0.14.3 (25 Aug 2005) + + 25 Aug 2005; John N. Laliberte <allanonjl@gentoo.org> + +screem-0.14.3.ebuild: + fix #103725 and #103726, add missing gnome2_pkg_postinst, fix date headers Thanks!
(In reply to comment #0) > To get the schema registered as root run: > > GCONF_CONFIG_SOURCE="xml::/etc/gconf/gconf.xml.defaults" gconftool-2 > --makefile-install-rule /etc/gconf/schemeas/screem.schemas There is a typo here. The command should be: GCONF_CONFIG_SOURCE="xml::/etc/gconf/gconf.xml.defaults" gconftool-2 --makefile-install-rule /etc/gconf/schemas/screem.schemas