Skip to content
This repository has been archived by the owner on Oct 9, 2018. It is now read-only.

Invalid XML due to copyright blob placement #6

Closed
gitchampion opened this issue Jun 25, 2015 · 0 comments
Closed

Invalid XML due to copyright blob placement #6

gitchampion opened this issue Jun 25, 2015 · 0 comments

Comments

@gitchampion
Copy link

Gedit 3.10.4 refuses to load the language specification because the xml decleration is not at the top of the file. Removing the copyright blob fixed the issue.

Error details

    /home/josh/.local/share/gtksourceview-3.0/language-specs/rust.lang:11: parser error : XML declaration allowed only at the start of the document
    <?xml version="1.0" encoding="UTF-8"?>
         ^

    (gedit:25822): GtkSourceView-WARNING **: Failed to parse '/home/josh/.local/share/gtksourceview-3.0/language-specs/rust.lang'

    (gedit:25822): GtkSourceView-WARNING **: Error reading language specification file '/home/josh/.local/share/gtksourceview-3.0/language-specs/rust.lang'

    (gedit:25822): Gtk-CRITICAL **: gtk_entry_completion_set_model: assertion 'GTK_IS_ENTRY_COMPLETION (completion)' failed

    (gedit:25822): Gtk-CRITICAL **: gtk_entry_completion_set_model: assertion 'GTK_IS_ENTRY_COMPLETION (completion)' failed

    (gedit:25822): Gtk-CRITICAL **: gtk_entry_completion_set_inline_completion: assertion 'GTK_IS_ENTRY_COMPLETION (completion)' failed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant