Re: KDE 4.1.2. > KDE 4.2 Frescobaldi problem

2009-03-03 Thread Thomas Scharkowski
> t.scharkow...@t-online.de wrote:
> > Hello,
> >
> > I had installed Frescobaldi on my Kubuntu 8.04 KDE 4.1.2 system. Now
> > I have upgraded to 8.10 KDE 4.2 and get the following error:
> >
> > Any hints?
> > Thank you 
> >   
> IFAIK in kde 4.2 you don't need lilypond-kde4. I suggest to remove it
> and reinstall frescobaldi.
> 
> \r
> 
Thank you,

I tried to uninstall lilypond-kde4 via "make uninstall", but I get an 
error (FindKDE4Internal.cmake not found).
What else can I do?

Thomas


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: KDE 4.1.2. > KDE 4.2 Frescobaldi problem

2009-03-02 Thread Wilbert Berendsen
Op maandag 02 maart 2009, schreef t.scharkow...@t-online.de:
> I had installed Frescobaldi on my Kubuntu 8.04 KDE 4.1.2 system.
> Now I have upgraded to 8.10 KDE 4.2 and get the following error:

>  File "/home/thomas/frescobaldi-0.7.6/python/kateshell/mainwindow.py",
>line 220, in setupGeneratedMenus
>QObject.connect(docMenu, SIGNAL("aboutToShow()"), populateDocMenu)
>TypeError: argument 1 of QObject.connect() has an invalid type

To what directory did you install Frescobaldi?

It seems it can't find its frescobaldiui.rc file that contains the menu 
definitions. Try reinstalling under KDE 4.2. Also make sure you updated 
PyKDE4.

If you installed lilypond-kde4 from source under KDE4.1.2 and want to 'make 
uninstall' it under KDE 4.2.0 you can better just re-install it from source in 
KDE 4.2.0 and then remove the files listed in install-manifest.txt (CMake has 
no make uninstall feature by default). That package is not needed anymore by 
frescobaldi in KDE 4.2.

If in general you want to compile stuff in KDE 4.2 you should also install 
kdelibs5-dev (don't know why the 5) on (K)Ubuntu.

BTW: there's a brand new dedicated frescobaldi mailinglist at 
frescoba...@googlegroups.com (http://groups.google.com/group/frescobaldi).

And indeed https://launchpad.net/~csnyder/+archive/ppa might be a very good 
bet!

good luck!
Wilbert Berendsen

-- 
Frescobaldi, LilyPond editor for KDE: http://www.frescobaldi.org/
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: KDE 4.1.2. > KDE 4.2 Frescobaldi problem

2009-03-02 Thread Thomas Scharkowski
> t.scharkow...@t-online.de wrote:
> > Hello,
> >
> > I had installed Frescobaldi on my Kubuntu 8.04 KDE 4.1.2 system. Now
> > I have upgraded to 8.10 KDE 4.2 and get the following error:
> >
> > Any hints?
> > Thank you 
> >   
> IFAIK in kde 4.2 you don't need lilypond-kde4. I suggest to remove it
> and reinstall frescobaldi.
> 
> \r
> 
Thank you,

I tried to uninstall lilypond-kde4 via "make uninstall", but I get an 

error (FindKDE4Internal.cmake not found).
What else can I do?

Thomas


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: KDE 4.1.2. > KDE 4.2 Frescobaldi problem

2009-03-02 Thread Grammostola Rosea

Grammostola Rosea wrote:

t.scharkow...@t-online.de wrote:

Hello,

I had installed Frescobaldi on my Kubuntu 8.04 KDE 4.1.2 system.
Now I have upgraded to 8.10 KDE 4.2 and get the following error:

Any hints?
Thank you   
IFAIK in kde 4.2 you don't need lilypond-kde4. I suggest to remove it 
and reinstall frescobaldi.


\r

And maybe this could be helpful:

https://launchpad.net/~csnyder/+archive/ppa



















Thomas
--

Traceback (most recent call last):File "/usr/bin/frescobaldi", 
line 61, in 

app = not args.isSet("new") and runningApp() or newApp("/usr")
  File
"/home/thomas/frescobaldi-0.7.6/python/frescobaldi_app/__init__.py",
line 34, in 
newApp 
return mainapp.MainApp(DBUS_PREFIX, 
installPrefix) File

"/home/thomas/frescobaldi-0.7.6/python/frescobaldi_app/mainapp.py", line
61, in 
__init__
kateshell.app.MainApp.__init__(self, servicePrefix, 
installPrefix) File 
"/home/thomas/frescobaldi-0.7.6/python/kateshell/app.py", line

79, in __init__
self.mainwin = self.createMainWindow()
  File
"/home/thomas/frescobaldi-0.7.6/python/frescobaldi_app/mainapp.py", line
102, in createMainWindow
return MainWindow(self)
  File
"/home/thomas/frescobaldi-0.7.6/python/frescobaldi_app/mainapp.py", line
178, in __init__
kateshell.mainwindow.MainWindow.__init__(self, app)
  File "/home/thomas/frescobaldi-0.7.6/python/kateshell/mainwindow.py",
line 144, in __init__
self.setupGeneratedMenus()
  File
"/home/thomas/frescobaldi-0.7.6/python/frescobaldi_app/mainapp.py", line
423, in setupGeneratedMenus
super(MainWindow, self).setupGeneratedMenus()
  File "/home/thomas/frescobaldi-0.7.6/python/kateshell/mainwindow.py",
line 220, in setupGeneratedMenus
QObject.connect(docMenu, SIGNAL("aboutToShow()"), populateDocMenu)
TypeError: argument 1 of QObject.connect() has an invalid type





___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

  




___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user





___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: KDE 4.1.2. > KDE 4.2 Frescobaldi problem

2009-03-02 Thread Grammostola Rosea

t.scharkow...@t-online.de wrote:

Hello,

I had installed Frescobaldi on my Kubuntu 8.04 KDE 4.1.2 system.
Now I have upgraded to 8.10 KDE 4.2 and get the following error:

Any hints?
Thank you 
  
IFAIK in kde 4.2 you don't need lilypond-kde4. I suggest to remove it 
and reinstall frescobaldi.


\r







Thomas
--

Traceback (most recent call last):  
  File "/usr/bin/frescobaldi", line 61, in 

app = not args.isSet("new") and runningApp() or newApp("/usr")
  File
"/home/thomas/frescobaldi-0.7.6/python/frescobaldi_app/__init__.py",
line 34, in newApp  
   
return mainapp.MainApp(DBUS_PREFIX, installPrefix)  
 
  File

"/home/thomas/frescobaldi-0.7.6/python/frescobaldi_app/mainapp.py", line
61, in __init__

kateshell.app.MainApp.__init__(self, servicePrefix, installPrefix)  
 
  File "/home/thomas/frescobaldi-0.7.6/python/kateshell/app.py", line

79, in __init__
self.mainwin = self.createMainWindow()
  File
"/home/thomas/frescobaldi-0.7.6/python/frescobaldi_app/mainapp.py", line
102, in createMainWindow
return MainWindow(self)
  File
"/home/thomas/frescobaldi-0.7.6/python/frescobaldi_app/mainapp.py", line
178, in __init__
kateshell.mainwindow.MainWindow.__init__(self, app)
  File "/home/thomas/frescobaldi-0.7.6/python/kateshell/mainwindow.py",
line 144, in __init__
self.setupGeneratedMenus()
  File
"/home/thomas/frescobaldi-0.7.6/python/frescobaldi_app/mainapp.py", line
423, in setupGeneratedMenus
super(MainWindow, self).setupGeneratedMenus()
  File "/home/thomas/frescobaldi-0.7.6/python/kateshell/mainwindow.py",
line 220, in setupGeneratedMenus
QObject.connect(docMenu, SIGNAL("aboutToShow()"), populateDocMenu)
TypeError: argument 1 of QObject.connect() has an invalid type





___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

  




___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


KDE 4.1.2. > KDE 4.2 Frescobaldi problem

2009-03-02 Thread t.scharkow...@t-online.de
Hello,

I had installed Frescobaldi on my Kubuntu 8.04 KDE 4.1.2 system.
Now I have upgraded to 8.10 KDE 4.2 and get the following error:

Any hints?
Thank you 

Thomas
--

Traceback (most recent call last):  
  File "/usr/bin/frescobaldi", line 61, in 
    app = not args.isSet("new") and runningApp() or newApp("/usr")
  File
"/home/thomas/frescobaldi-0.7.6/python/frescobaldi_app/__init__.py",
line 34, in newApp                                                      
       
    return mainapp.MainApp(DBUS_PREFIX, installPrefix)                  
     
  File
"/home/thomas/frescobaldi-0.7.6/python/frescobaldi_app/mainapp.py", line
61, in __init__                                                        
    
    kateshell.app.MainApp.__init__(self, servicePrefix, installPrefix)  
     
  File "/home/thomas/frescobaldi-0.7.6/python/kateshell/app.py", line
79, in __init__
    self.mainwin = self.createMainWindow()
  File
"/home/thomas/frescobaldi-0.7.6/python/frescobaldi_app/mainapp.py", line
102, in createMainWindow
    return MainWindow(self)
  File
"/home/thomas/frescobaldi-0.7.6/python/frescobaldi_app/mainapp.py", line
178, in __init__
    kateshell.mainwindow.MainWindow.__init__(self, app)
  File "/home/thomas/frescobaldi-0.7.6/python/kateshell/mainwindow.py",
line 144, in __init__
    self.setupGeneratedMenus()
  File
"/home/thomas/frescobaldi-0.7.6/python/frescobaldi_app/mainapp.py", line
423, in setupGeneratedMenus
    super(MainWindow, self).setupGeneratedMenus()
  File "/home/thomas/frescobaldi-0.7.6/python/kateshell/mainwindow.py",
line 220, in setupGeneratedMenus
    QObject.connect(docMenu, SIGNAL("aboutToShow()"), populateDocMenu)
TypeError: argument 1 of QObject.connect() has an invalid type





___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user