[Bug 1785792] [NEW] Empty filename?

2018-08-07 Thread Michiel Renger
Public bug reported:

After a recent update, hitting the compile shortcut keys or buttons
doesn't work anymore. Gedit only shows "saving file
'/path/blablabla.tex'..." but nothing else happens, and no messages in
the "Tools" or "Issues" section are shown.

- Compiling in a terminal works fine, so it's not my tex distribution.
- I've made sure that the path and filename do not contain any spaces or 
symbols.
- I've also tried adding a one-comment shortcut that only opens the pdf (which 
I made sure exists) with evince, but nothing happens either.

I suspect that the parameters "$filename" and "$shortname" are empty;
maybe they are called differently in the new version of gedit?

There is actually another bug occuring; I don't think it's related, but
for completeness I'll mention it anyways. In preferences, whenever the
Latex Plugin is turned off and on again, a second latex plugin toolbar
appears in the bottom. After off and on again, a third appears, etc. It
seems that turning off the plugin doesn't work properly, and turning it
on does not recognise that there is already one instance active.

Xubuntu 18.04, Gedit 3.28.1, LaTex Plugin 3.20.0

** Affects: gedit-latex-plugin (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  After a recent update, hitting the compile shortcut keys or buttons
- don't work anymore. Gedit only shows "saving file
+ doesn't work anymore. Gedit only shows "saving file
  '/path/blablabla.tex'..." but nothing else happens, and no messages in
  the "Tools" or "Issues" section are shown.
  
- - Compiling in a terminal works fine, so it's not my tex distribution. 
+ - Compiling in a terminal works fine, so it's not my tex distribution.
  - I've made sure that the path and filename do not contain any spaces or 
symbols.
  - I've also tried adding a one-comment shortcut that only opens the pdf 
(which I made sure exists) with evince, but nothing happens either.
  
  I suspect that the parameters "$filename" and "$shortname" are empty;
  maybe they are called differently in the new version of gedit?
  
  There is actually another bug occuring; I don't think it's related, but
  for completeness I'll mention it anyways. In preferences, whenever the
  Latex Plugin is turned off and on again, a second latex plugin toolbar
  appears in the bottom. After off and on again, a third appears, etc. It
  seems that turning off the plugin doesn't work properly, and turning it
  on does not recognise that there is already one instance active.
  
  Xubuntu 18.04, Gedit 3.28.1, LaTex Plugin 3.20.0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1785792

Title:
  Empty filename?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit-latex-plugin/+bug/1785792/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1284308] Re: Bogus another operation in progress error. Can't copy files from a bluetooth device

2014-12-08 Thread Michiel Renger
Confirmed on Ubuntu Gnome 14.04

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1284308

Title:
  Bogus another operation in progress error. Can't copy files from a
  bluetooth device

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1284308/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1021245] Re: Error saving bibtex files

2012-07-20 Thread Michiel Renger
It may be more related to gedit then to the plugin: I notice that gedit
does not clean up temporary files (starting with ~ ) properly after
closing.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1021245

Title:
  Error saving bibtex files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit-plugins/+bug/1021245/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1015051] Re: Gedit throws error on saving bibtex (.bib) files

2012-07-09 Thread Michiel Renger
*** This bug is a duplicate of bug 1021245 ***
https://bugs.launchpad.net/bugs/1021245

** This bug has been marked a duplicate of bug 1021245
   Error saving bibtex files

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1015051

Title:
  Gedit throws error on saving bibtex (.bib) files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit-latex-plugin/+bug/1015051/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1021245] [NEW] Error saving bibtex files

2012-07-05 Thread Michiel Renger
Public bug reported:

Gedit gives the error below everytime I try to save a .bib-file. The
saving seem to work fine, apart from the error popping up. Is the plugin
even supposed to do anything while saving .bib-files?

  'bibtex-error'

  Traceback (most recent call last):
  File /usr/lib/gedit/plugins/latex/util.py, line 116, in decorated_function
  return function(*args, **kw)
  File /usr/lib/gedit/plugins/latex/bibtex/editor.py, line 141, in __parse
  self.remove_markers(bibtex-error)
  File /usr/lib/gedit/plugins/latex/editor.py, line 493, in remove_markers
  type_record = self._marker_types[marker_type]
  KeyError: 'bibtex-error'

I'm using Xubuntu 12.04 LTS with the 3.4.0 version of the plugin. I
don't think it's related, but it may be worthwhile mentioning that I'm
also experiencing this bug: https://bugs.launchpad.net/ubuntu/+source
/gedit-plugins/+bug/957924.

** Affects: gedit-plugins (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bibtex error gedit latex plugin saving

** Description changed:

  Gedit gives the error below everytime I try to save a .bib-file. The
  saving seem to work fine, apart from the error popping up. Is the plugin
  even supposed to do anything while saving .bib-files?
  
- [code]
-   'bibtex-error'
+   'bibtex-error'
  
-   Traceback (most recent call last):
-   File /usr/lib/gedit/plugins/latex/util.py, line 116, in decorated_function
-   return function(*args, **kw)
-   File /usr/lib/gedit/plugins/latex/bibtex/editor.py, line 141, in __parse
-   self.remove_markers(bibtex-error)
-   File /usr/lib/gedit/plugins/latex/editor.py, line 493, in remove_markers
-   type_record = self._marker_types[marker_type]
-   KeyError: 'bibtex-error'
- [code]
+   Traceback (most recent call last):
+   File /usr/lib/gedit/plugins/latex/util.py, line 116, in decorated_function
+   return function(*args, **kw)
+   File /usr/lib/gedit/plugins/latex/bibtex/editor.py, line 141, in __parse
+   self.remove_markers(bibtex-error)
+   File /usr/lib/gedit/plugins/latex/editor.py, line 493, in remove_markers
+   type_record = self._marker_types[marker_type]
+   KeyError: 'bibtex-error'
  
  I'm using Xubuntu 12.04 LTS with the 3.4.0 version of the plugin. I
  don't think it's related, but it may be worthwhile mentioning that I'm
  also experiencing this bug: https://bugs.launchpad.net/ubuntu/+source
  /gedit-plugins/+bug/957924.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1021245

Title:
  Error saving bibtex files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit-plugins/+bug/1021245/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 957924] Re: gedit crashes when opening latex-plugin preferences

2012-06-05 Thread Michiel Renger
Same here in Xubuntu 12.04. Indeed, whenever I make any change to the
tools and quit gedit, an incomplete tools.xml is created:

tools
  tool description=Create a PDF from LaTeX source extensions=.tex id=1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/957924

Title:
  gedit crashes when opening latex-plugin preferences

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit-plugins/+bug/957924/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs