peircej / jbrout

Automatically exported from code.google.com/p/jbrout
0 stars 0 forks source link

full screen view broken #188

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
 double click on a picture to start full screen view

What is the expected output? What do you see instead?
 instead of a full screen picture I see a black background (fullscreen) and get a lot of error messages boxes. Most of them are completly empty some have the same error message as on the console (see error log jbrout.err)

What version of the product are you using? On what operating system?
 svn r338
 openSuSE 11.4 (x86)
 kernel 2.6.39.2
 KDE 4.6.5

Original issue reported on code.google.com by andrhoel...@gmail.com on 13 Jul 2011 at 5:04

Attachments:

GoogleCodeExporter commented 8 years ago
I made a downgrade to r334 and in this revision the fullscreen view is ok. 
Since r335 this does not work.

Meantime my system was upgraded (but I still have the same error in r338):
openSuSE 11,4 tumbleweed
kernel 3.0.4-43
kde 4.6.5
python 2.7-8.10.2

Regards,
Andreas

Original comment by andrhoel...@gmail.com on 25 Sep 2011 at 7:38

GoogleCodeExporter commented 8 years ago
Is there anybody else with this error?
I still can't use fullscreen views.

Regards,
Andreas

(now with: 
openSuSE 12.1 tumbleweed
kernel 3.1.0-1.2
kde 4.7.2)

Original comment by andrhoel...@gmail.com on 21 Dec 2011 at 6:20

GoogleCodeExporter commented 8 years ago
I've got other error in the same situation

Traceback (most recent call last):
   File "jbrout.py", line 1763, in on_selecteur_mouseClick
    self.call_winshow(self.tbl.items, self.tbl.items.index(self.tbl.getSelected()[-1]), self.tbl.getSelected())
   File "jbrout.py", line 1913, in call_winshow
    w=WinShow(l,i,isInfo,isModify, selected)
   File "/usr/lib/python2.6/site-packages/jbrout/libs/gladeapp.py", line 125, in __init__
    obj(*(args),**(dargs))
   File "/usr/lib/python2.6/site-packages/jbrout/jbrout/winshow.py", line 91, in init
    self.taglist = TagList(self.on_remove_tag)
   File "/usr/lib/python2.6/site-packages/jbrout/jbrout/winshow.py", line 29, in __init__
    self.__tags= dict(JBrout.tags.getAllTags())
   File "/usr/lib/python2.6/site-packages/jbrout/jbrout/db.py", line 958, in getAllTags
    l.sort(cmp= lambda x,y: cmp(x[0].lower(),y[0].lower()))
   File "/usr/lib/python2.6/site-packages/jbrout/jbrout/db.py", line 958, in <lambda>
    l.sort(cmp= lambda x,y: cmp(x[0].lower(),y[0].lower()))
 AttributeError: 'NoneType' object has no attribute 'lower

Original comment by Oleg.Bla...@gmail.com on 22 Dec 2011 at 2:36

GoogleCodeExporter commented 8 years ago
I recently did an upgrade of my openSuse tumbleweeed and now the full screen 
view is working again with latest svn version of jbrout. So it looks like the 
fault was a compatibility issue.

Regards,
Andreas

Original comment by andrhoel...@gmail.com on 1 Jul 2012 at 12:27

GoogleCodeExporter commented 8 years ago
Closing as a compatibility issue resolved by upgrading th host system

Original comment by r...@wallace.gen.nz on 5 Oct 2012 at 7:57

GoogleCodeExporter commented 8 years ago

Original comment by matej.c...@gmail.com on 12 Sep 2013 at 8:53