Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 419365 - media-sound/frescobaldi-2.0.6 shows no score preview
Summary: media-sound/frescobaldi-2.0.6 shows no score preview
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Normal major (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-02 15:25 UTC by Stephan Litterst
Modified: 2012-11-27 05:16 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephan Litterst 2012-06-02 15:25:05 UTC
frescobaldi shows no score preview

Reproducible: Always

Steps to Reproduce:
1. run frescobaldi
2. open or create a new document
3. try to create a score prewview
Actual Results:  
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/frescobaldi_app/musicview/widget.py", line 112, in openDocument
    self._links = pointandclick.links(document)
  File "/usr/lib/python2.7/site-packages/frescobaldi_app/musicview/pointandclick.py", line 75, in links
    l = _cache[document] = Links(document)
  File "/usr/lib/python2.7/site-packages/frescobaldi_app/musicview/pointandclick.py", line 95, in __init__
    m = textedit_match(link.url())
TypeError: expected string or buffer

Expected Results:  
a score preview
Comment 1 Stephan Litterst 2012-11-27 05:16:52 UTC
unmasking dev-python/python-poppler-qt4 and do an emerge -uD frescobaldy solved the problem.