nburdick / lilykde

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

When installed in a non standard directory, frescobaldi doesn't start #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. install frescobaldi in a non standard directory
'/local/stow/frescobaldi-0.7.4' for example

What is the expected output? What do you see instead?

QFSFileEngine::open: No file name specified
frescobaldi(8006)/kdeui (kdelibs): No such XML file  "frescobaldiui.rc"

Traceback (most recent call last):
  File "/local/stow/frescobaldi-0.7.4/bin/frescobaldi", line 61, in <module>
    app = not args.isSet("new") and runningApp() or newApp()
  File "/usr/lib64/python2.5/site-packages/PIL/__init__.py", line 34, in newApp

  File "/apps/frescobaldi-0.7.4/python/frescobaldi_app/mainapp.py", line
61, in __init__
  File "/apps/frescobaldi-0.7.4/python/kateshell/app.py", line 73, in __init__
  File "/apps/frescobaldi-0.7.4/python/frescobaldi_app/mainapp.py", line
102, in createMainWindow
  File "/apps/frescobaldi-0.7.4/python/frescobaldi_app/mainapp.py", line
160, in __init__
  File "/apps/frescobaldi-0.7.4/python/kateshell/mainwindow.py", line 143,
in __init__
  File "/apps/frescobaldi-0.7.4/python/frescobaldi_app/mainapp.py", line
351, in setupGeneratedMenus
  File "/apps/frescobaldi-0.7.4/python/kateshell/mainwindow.py", line 219,
in setupGeneratedMenus
TypeError: argument 1 of QObject.connect() has an invalid type

What version of the product are you using? On what operating system?

I use mandriva 2009 64 bits

Please provide any additional information below.

Nice tool.

YC

Original issue reported on code.google.com by jean.kan...@gmail.com on 31 Jan 2009 at 7:38

GoogleCodeExporter commented 8 years ago
r1091 and r1093 contain a fix: Frescobaldi now runs from any installation 
directory. Only the icon in our
appDir is not always loaded when installing to a non-standard directory. 
Looking at it.

Original comment by wbsoft on 1 Feb 2009 at 6:53

GoogleCodeExporter commented 8 years ago
Icon also works!

Original comment by wbsoft on 1 Feb 2009 at 6:56