Your message dated Tue, 15 Oct 2013 14:01:37 +0200 with message-id <[email protected]> and subject line Problem disappeared has caused the Debian Bug report #588621, regarding Problem creating a new LaTeX document - xml code gets in it instead to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 588621: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588621 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: gedit-latex-plugin Version: 0.2rc3-2 Severity: important Tags: squeeze The plugin ordinarily works ok, but if I create a new LaTeX document, after the dialog in which I can put settings and choose the folder to work in, I get, instead of the old nice template, an xml file like the following: <tools> <tool description="Create a PDF from LaTeX source" extensions=".tex" id="1" label="LaTeX → PDF"> <job mustSucceed="True" postProcessor="RubberPostProcessor">rubber --inplace --maxerr -1 --short --force --warn all --pdf "$filename"</job> <job mustSucceed="True" postProcessor="GenericPostProcessor">gnome-open "$shortname.pdf"</job> </tool> <tool description="Create a PDF from LaTeX source and show in embedded preview" extensions=".tex" id="1" label="LaTeX → PDF (Embedded Preview)"> <job mustSucceed="true" postProcessor="RubberPostProcessor">rubber --inplace --maxerr -1 --short --force --warn all --pdf "$filename"</job> </tool> <tool description="Create a PostScript from LaTeX source" extensions=".tex" id="2" label="LaTeX → PS"> <job mustSucceed="true" postProcessor="RubberPostProcessor">rubber --inplace --maxerr -1 --short --force --warn all --ps "$filename"</job> <job mustSucceed="true" postProcessor="GenericPostProcessor">gnome-open "$shortname.ps"</job> </tool> <tool description="Create a DVI from LaTeX source" extensions=".tex" id="3" label="LaTeX → DVI"> <job mustSucceed="true" postProcessor="RubberPostProcessor">rubber --inplace --maxerr -1 --short --force --warn all "$filename"</job> <job mustSucceed="true" postProcessor="GenericPostProcessor">gnome-open "$shortname.dvi"</job> </tool> <tool description="Create a DVI with source specials from LaTeX source" extensions=".tex" id="4" label="LaTeX → DVI (Source Specials)"> <job mustSucceed="true" postProcessor="LaTeXPostProcessor">latex -interaction batchmode -src "$filename"</job> <job mustSucceed="true" postProcessor="LaTeXPostProcessor">latex -interaction batchmode -src "$filename"</job> <job mustSucceed="true" postProcessor="GenericPostProcessor">xdvi -unique -s 6 -bg white -editor gedit "$shortname.dvi"</job> </tool> <tool description="Process R Sweave file and create a PDF from the resulting LaTeX source" extensions=".Rnw" id="1" label="R Sweave → PDF"> <job mustSucceed="true" postProcessor="GenericPostProcessor">R Sweave "$shortname.Rnw"</job> <job mustSucceed="true" postProcessor="RubberPostProcessor">rubber --inplace --maxerr -1 --short --force --warn all --pdf "$shortname.tex"</job> <job mustSucceed="true" postProcessor="GenericPostProcessor">gnome-open "$shortname.pdf"</job> </tool> <tool description="Remove LaTeX build files" extensions=".tex" id="5" label="Cleanup LaTeX Build Files"> <job mustSucceed="False" postProcessor="GenericPostProcessor">rm -f $directory/*.aux $directory/*.log $directory/*.toc $directory/*.bbl $directory/*.blg</job> </tool> <tool description="Convert BibTeX to XML" extensions=".bib" id="6" label="BibTeX → XML"> <job mustSucceed="true" postProcessor="GenericPostProcessor">bibtex2xml "$filename"</job> </tool> </tools> Then, the plugin notices this is not a master .tex file, and hence asks me where the master is. That's what the console says, from the step of starting gedit to the messagedialog asking where the master is: pietro@voubian:~/Università/LMEC/tesi/tesi/slides$ gedit 2010-07-10 14:33:02,653 DEBUG resources - Initializing resource locating 2010-07-10 14:33:02,696 DEBUG Preferences - <value key='LatexExtensions'> not found 2010-07-10 14:33:02,696 DEBUG Preferences - <value key='LatexExtensions'> not found 2010-07-10 14:33:02,712 DEBUG Preferences - <value key='LatexExtensions'> not found 2010-07-10 14:33:02,722 DEBUG Preferences - <value key='LatexExtensions'> not found 2010-07-10 14:33:02,722 DEBUG Preferences - <value key='BibtexExtensions'> not found 2010-07-10 14:33:02,742 DEBUG JobManager - Created JobManager instance 35379024 2010-07-10 14:33:02,747 DEBUG GeditLaTeXPlugin - activate 2010-07-10 14:33:02,747 DEBUG WindowContext - init 2010-07-10 14:33:02,799 DEBUG GeditWindowDecorator - _init_tab_decorators: initialized 0 decorators 2010-07-10 14:33:03,581 DEBUG GeditWindowDecorator - active_tab_changed 2010-07-10 14:33:03,581 DEBUG GeditWindowDecorator - ---------- ADJUST: None 2010-07-10 14:33:03,581 DEBUG Preferences - <value key='LatexExtensions'> not found 2010-07-10 14:33:03,584 DEBUG GeditWindowDecorator - No window-scope views for this extension 2010-07-10 14:33:03,584 DEBUG GeditWindowDecorator - _set_selected_bottom_view: 1 2010-07-10 14:33:03,584 DEBUG GeditWindowDecorator - _set_selected_side_view: 0 added: None parse None (CTagsParser) 2010-07-10 14:33:03,606 DEBUG GeditWindowDecorator - tab_added 2010-07-10 14:33:04,118 DEBUG ToolView - init /usr/lib/gedit-2/plugins/GeditLaTeXPlugin/src/util.py:172: GtkWarning: GtkSpinButton: setting an adjustment with non-zero page size is deprecated self.__tree = glade.XML(self.filename) 2010-07-10 14:33:05,452 DEBUG Environment - Found user pw entry: pwd.struct_passwd(pw_name='pietro', pw_passwd='x', pw_uid=1000, pw_gid=1000, pw_gecos='Pietro Battiston,,,', pw_dir='/home/pietro', pw_shell='/bin/bash') 2010-07-10 14:33:05,452 DEBUG Preferences - <value key='RecentAuthor'> not found find: "/home/pietro/texmf": No such file or directory 2010-07-10 14:33:05,665 DEBUG Preferences - <value key='RecentPaperLandscape'> not found find: "/usr/share/texmf/tex/latex/base/": No such file or directory find: "/home/pietro/texmf/tex/latex/base/": No such file or directory 2010-07-10 14:33:05,732 DEBUG Preferences - <value key='RecentInputEncoding'> not found find: "/usr/share/texmf/tex/generic/babel/": No such file or directory find: "/home/pietro/texmf/tex/generic/babel/": No such file or directory 2010-07-10 14:33:08,784 DEBUG GeditWindowDecorator - GeditWindow.create_tab_from_uri(file:///home/pietro/Universit%C3%A0/LMEC/tesi/tesi/slides/document.tex) 2010-07-10 14:33:08,839 DEBUG GeditWindowDecorator - tab_added added: file:///home/pietro/Universit%C3%A0/LMEC/tesi/tesi/slides/document.tex 2010-07-10 14:33:08,856 DEBUG GeditWindowDecorator - active_tab_changed 2010-07-10 14:33:08,856 DEBUG GeditWindowDecorator - ---------- ADJUST: None 2010-07-10 14:33:08,857 DEBUG Preferences - <value key='LatexExtensions'> not found 2010-07-10 14:33:08,857 DEBUG GeditWindowDecorator - No window-scope views for this extension 2010-07-10 14:33:08,857 DEBUG GeditWindowDecorator - _set_selected_bottom_view: 1 2010-07-10 14:33:08,858 DEBUG GeditWindowDecorator - _set_selected_side_view: 0 parse file:///home/pietro/Universit%C3%A0/LMEC/tesi/tesi/slides/document.tex (CTagsParser) -1 command: ctags -n -f /tmp/tmpUr9z8x /home/pietro/Università/LMEC/tesi/tesi/slides/document.* ctags: invalid option -- 'n' Try `ctags --help' for a complete list of options. parse file:///home/pietro/Universit%C3%A0/LMEC/tesi/tesi/slides/document.tex (CTagsParser) -1 command: ctags -n -f /tmp/tmpdCDBga /home/pietro/Università/LMEC/tesi/tesi/slides/document.* ctags: invalid option -- 'n' Try `ctags --help' for a complete list of options. current line: 32 no tag at line 32 parse file:///home/pietro/Universit%C3%A0/LMEC/tesi/tesi/slides/document.tex (CTagsParser) -1 command: ctags -n -f /tmp/tmpbiCwg0 /home/pietro/Università/LMEC/tesi/tesi/slides/document.* ctags: invalid option -- 'n' Try `ctags --help' for a complete list of options. 2010-07-10 14:33:09,066 DEBUG GeditTabDecorator - loaded 2010-07-10 14:33:09,067 DEBUG GeditTabDecorator - _adjust_editor: URI has changed 2010-07-10 14:33:09,068 DEBUG LaTeXCompletionHandler - init 2010-07-10 14:33:09,069 DEBUG LanguageModelFactory - Pickled object found: /home/pietro/.gnome2/gedit/plugins/GeditLaTeXPlugin/latex.pkl 2010-07-10 14:33:09,213 DEBUG CompletionDistributor - init 2010-07-10 14:33:09,216 DEBUG WindowContext - Created view LaTeXOutlineView 2010-07-10 14:33:09,216 DEBUG WindowContext - Created view IssueView 2010-07-10 14:33:09,217 DEBUG LaTeXEditor - init(file:///home/pietro/Universit%C3%83%C2%A0/LMEC/tesi/tesi/slides/document.tex) 2010-07-10 14:33:09,218 DEBUG LaTeXEditor - Parsing document... 2010-07-10 14:33:09,218 DEBUG IssueView - init 2010-07-10 14:33:09,221 DEBUG IssueView - init finished 2010-07-10 14:33:09,248 INFO LaTeXEditor - LaTeXParser.parse: 0.030000 2010-07-10 14:33:09,248 DEBUG LaTeXEditor - Parsed 2805 bytes of content 2010-07-10 14:33:09,248 DEBUG LaTeXEditor - Document is not a master 2010-07-10 14:33:09,249 DEBUG LaTeXOutlineView - set_outline 2010-07-10 14:33:09,249 DEBUG LaTeXOutlineView - init 2010-07-10 14:33:09,254 DEBUG PropertyFile - File file:///home/pietro/Universit%C3%A0/LMEC/tesi/tesi/slides/.document.tex.properties.xml not found, creating empty one current line: 0 no tag at line 0 parse file:///home/pietro/Universit%C3%A0/LMEC/tesi/tesi/slides/document.tex (CTagsParser) -1 command: ctags -n -f /tmp/tmp4BBzgG /home/pietro/Università/LMEC/tesi/tesi/slides/document.* ctags: invalid option -- 'n' Try `ctags --help' for a complete list of options. parse file:///home/pietro/Universit%C3%A0/LMEC/tesi/tesi/slides/document.tex (CTagsParser) -1 command: ctags -n -f /tmp/tmpdlZRFx /home/pietro/Università/LMEC/tesi/tesi/slides/document.* ctags: invalid option -- 'n' Try `ctags --help' for a complete list of options. current line: 25 no tag at line 25 current line: 0 no tag at line 0 -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (650, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-3-amd64 (SMP w/2 CPU cores) Locale: LANG=it_IT.utf8, LC_CTYPE=it_IT.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages gedit-latex-plugin depends on: ii gedit 2.30.2-1+b1 official text editor of the GNOME ii python 2.6.5-5 An interactive high-level object-o ii python-dbus 0.83.1-1 simple interprocess messaging syst ii python-glade2 2.17.0-2 GTK+ bindings: Glade support ii python-multiprocessing 2.6.2.1-4 process-based "threading" interfac ii python-poppler 0.12.1-1+b1 Poppler Python bindings ii python-support 1.0.9 automated rebuilding support for P ii rubber 1.1-2.2 an automated system for building L Versions of packages gedit-latex-plugin recommends: ii python-enchant 1.5.3-2 spellchecking library for Python ii texlive 2009-10 TeX Live: A decent selection of th gedit-latex-plugin suggests no packages. -- no debconf information
--- End Message ---
--- Begin Message ---I never experienced this old bug in any version of the plugin based on Gtk3 - and I'm a quite heavy user. So I think it can be safely closed. Pietro
--- End Message ---

