http://bugzilla.novell.com/show_bug.cgi?id=588679 http://bugzilla.novell.com/show_bug.cgi?id=588679#c14 Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #14 from Johannes Meixner <jsmeix@novell.com> 2010-03-18 15:14:46 UTC --- Finished clean-up of AutoYST printer client: In src/printer.desktop added the line X-SuSE-YaST-AutoInstSchema=printer.rnc to pull in printer.rnc when yast2-schema is build which fixes bug #588998. Finally cleaned up src/printer.rnc according to comment #9 but with the opposite ordering to be on the safe side (see comment #12) as follows: ----------------------------------------------------------------------- default namespace = "http://www.suse.com/1.0/yast2ns" namespace a = "http://relaxng.org/ns/compatibility/annotations/1.0" namespace config = "http://www.suse.com/1.0/configns" printer = element printer { element client_conf_content { element file_contents { text }? }? & element cupsd_conf_content { element file_contents { text }? }? } ----------------------------------------------------------------------- so that now this bug #588679 is hopefully fixed completely. Committed to YaST SVN trunk revision r61387. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.