Bug#619391:

2012-02-10 Thread Gasparini Andrea
Hi,

Between 0.2 and the current version the plugin has almost completely
been rewritten, and I actually can't reproduce the bug with the
current version.
I would go to close this bug, if no other informations will be added
in the next days.
Agree?

Thanks for the report, though.
bye
-- 
- Andrea Gasparini -



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#619391: gedit-latex-plugin: Does not load automatically when opening tex files

2012-01-01 Thread Julien Cristau
On Wed, Mar 23, 2011 at 10:22:10 -0400, Andres Cimmarusti wrote:

 Package: gedit-latex-plugin
 Version: 0.2.0-1
 Severity: grave
 Justification: renders package unusable
 
 The latex plugin for gedit seems broken in wheezy. It no longer loads 
 when opening a tex file or creating a new TeX document. This renders the 
 package unusable for me
 
Is this still an issue with the 3.3.2 version currently in wheezy and
sid?

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#619391: gedit-latex-plugin: Does not load automatically when opening tex files

2012-01-01 Thread Andres Cimmarusti
 Is this still an issue with the 3.3.2 version currently in wheezy and
 sid?

At the moment I can't test this issue because I'm only running squeeze
because of hardware malfunction with wheezy/sid.

Perhaps frydo will be able to test this

Andres



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#619391:

2011-03-31 Thread frydo
Package: gedit-latex-plugin
Version: 0.2.0-1
Followup-For: Bug #619391


Same problem for me.

And more, each time I open a latex file,
gedit keeps asking for the master document,
even if the document is the master one.

In order to make it run,
one can create a new empty file in a tab,
then return to the initial file in the previous tab.
Then the plugin runs, but compiling is not very good :
one have to run twice the compilation command (LaTeX → PDF) to make it compiling

previous version (rc, that can be found on squeeze) works much better.


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gedit-latex-plugin depends on:
ii  gedit2.30.4-2official text editor of the GNOME 
ii  python   2.6.6-10interactive high-level object-orie
ii  python-dbus  0.83.1-1simple interprocess messaging syst
ii  python-glade22.17.0-4GTK+ bindings: Glade support
ii  python-poppler   0.12.1-1+b1 Poppler Python bindings
ii  python-support   1.0.12  automated rebuilding support for P
ii  rubber   1.1-2.4 an automated system for building L

Versions of packages gedit-latex-plugin recommends:
ii  python-enchant1.5.3-2spellchecking library for Python
ii  texlive   2009-11TeX Live: A decent selection of th

gedit-latex-plugin suggests no packages.

-- no debconf information



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#619391: gedit-latex-plugin: Does not load automatically when opening tex files

2011-03-23 Thread Andres Cimmarusti
Package: gedit-latex-plugin
Version: 0.2.0-1
Severity: grave
Justification: renders package unusable

The latex plugin for gedit seems broken in wheezy. It no longer loads 
when opening a tex file or creating a new TeX document. This renders the 
package unusable for me

$ gedit 
/usr/lib/gedit-2/plugins/GeditLaTeXPlugin/src/base/decorators.py:232: 
GtkWarning: IA__gtk_accel_label_set_accel_closure: assertion 
`gtk_accel_group_from_accel_closure (accel_closure) != NULL' failed
  menu.add(gtk_action.create_menu_item())
2011-03-23 10:13:52,465 WARNING GeditWindowDecorator - There is already a 
decorator for tab gedit.Tab object at 0x19c1c30 (GeditTab at 0x19a14a0)

candres@debturion:~$ Traceback (most recent call last):
  File /usr/lib/gedit-2/plugins/GeditLaTeXPlugin/src/base/decorators.py, line 
735, in _on_load
self._adjust_editor()
  File /usr/lib/gedit-2/plugins/GeditLaTeXPlugin/src/base/decorators.py, line 
794, in _adjust_editor
editor_class.__init__(self._editor, self, file)
  File /usr/lib/gedit-2/plugins/GeditLaTeXPlugin/src/base/__init__.py, line 
428, in __init__
self.init(file, self._window_context)
  File /usr/lib/gedit-2/plugins/GeditLaTeXPlugin/src/latex/editor.py, line 
111, in init
self.__master_file  ## call master_file property to have it initialized.
  File /usr/lib/gedit-2/plugins/GeditLaTeXPlugin/src/typecheck/__init__.py, 
line 1365, in fake_function
return fake_function.__check_result(func, result)
  File /usr/lib/gedit-2/plugins/GeditLaTeXPlugin/src/typecheck/__init__.py, 
line 1488, in __check_return
raise TypeCheckError(Return value: , return_vals, e)
GeditLaTeXPlugin.src.typecheck.TypeCheckError: Return value: for None, expected 
class 'GeditLaTeXPlugin.src.base.File', got type 'NoneType'
Traceback (most recent call last):
  File /usr/lib/gedit-2/plugins/GeditLaTeXPlugin/src/base/decorators.py, line 
586, in _on_tab_removed
self._tab_decorators[tab].destroy()
  File /usr/lib/gedit-2/plugins/GeditLaTeXPlugin/src/base/decorators.py, line 
866, in destroy
self._editor.destroy()
  File /usr/lib/gedit-2/plugins/GeditLaTeXPlugin/src/latex/editor.py, line 
578, in destroy
self._document.destroy()
AttributeError: 'NoneType' object has no attribute 'destroy'
/usr/lib/gedit-2/plugins/GeditLaTeXPlugin/src/base/decorators.py:859: Warning: 
/build/buildd-glib2.0_2.28.1-1+b1-amd64-6erLbp/glib2.0-2.28.1/./gobject/gsignal.c:2392:
 instance `0xd261b0' has no handler with id `2535'
  self._text_buffer.disconnect(handler)
/usr/lib/gedit-2/plugins/GeditLaTeXPlugin/src/base/decorators.py:859: Warning: 
/build/buildd-glib2.0_2.28.1-1+b1-amd64-6erLbp/glib2.0-2.28.1/./gobject/gsignal.c:2392:
 instance `0xd261b0' has no handler with id `2536'
  self._text_buffer.disconnect(handler)
Traceback (most recent call last):
  File /usr/lib/gedit-2/plugins/GeditLaTeXPlugin/src/__init__.py, line 99, in 
deactivate
self._window_decorators[window].destroy()
  File /usr/lib/gedit-2/plugins/GeditLaTeXPlugin/src/base/decorators.py, line 
641, in destroy
self._tab_decorators[tab].destroy()
  File /usr/lib/gedit-2/plugins/GeditLaTeXPlugin/src/base/decorators.py, line 
862, in destroy
del self._window_decorator
AttributeError: _window_decorator
Traceback (most recent call last):
  File /usr/lib/gedit-2/plugins/GeditLaTeXPlugin/src/base/decorators.py, line 
631, in _on_window_destroyed
self.destroy()
  File /usr/lib/gedit-2/plugins/GeditLaTeXPlugin/src/base/decorators.py, line 
636, in destroy
self._preferences.remove_monitor(self)
  File /usr/lib/gedit-2/plugins/GeditLaTeXPlugin/src/preferences/__init__.py, 
line 165, in remove_monitor
del self.__monitors[self.__monitors.index(monitor)]
ValueError: list.index(x): x not in list


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gedit-latex-plugin depends on:
ii  gedit   2.30.4-2 official text editor of the GNOME 
ii  python  2.6.6-3+squeeze6 interactive high-level object-orie
ii  python-dbus 0.83.1-1 simple interprocess messaging syst
ii  python-glade2   2.17.0-4 GTK+ bindings: Glade support
ii  python-poppler  0.12.1-1+b1  Poppler Python bindings
ii  python-support  1.0.11   automated rebuilding support for P
ii  rubber  1.1-2.4  an automated system for building L

Versions of packages gedit-latex-plugin recommends:
ii  python-enchant1.5.3-2spellchecking library for Python
ii  texlive   2009-11TeX Live: A decent selection of th

gedit-latex-plugin suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to