Desktop menu icon always with default "question mark icon"

2011-03-06 Thread Emmanuel Engelhart
Hi I'm not able to get my application icon displayed in the KDE start menu. It shows instead the default question mark icon. With gnome it seems to work. Here is my .desktop file: [Desktop Entry] Name=Kiwix GenericName=Kiwix Comment=Wikipedia offline reader Exec=kiwix Terminal=false Type=Applica

Re: Desktop menu icon always with default "question mark icon"

2011-03-06 Thread Michael Pyne
On Sunday, March 06, 2011 12:45:49 Emmanuel Engelhart wrote: > Hi > > I'm not able to get my application icon displayed in the KDE start menu. > It shows instead the default question mark icon. > Does someone knows the reason? KIconLoader caches icons that are loaded, and although it's not suppo

Application crash due to containerWidget()

2011-03-06 Thread Marko Käning
Hi folks, it looks like I caught a bug in KDE or QT, I am not sure who's the culprit, and wonder where to file it. Could you give me a hint as to how to get more info of what's going on here? I am running kmymoney4-devel installed via MacPorts on an Intel iMac on MacOSX 10.6.6. KMyMoney is the

Re: Application crash due to containerWidget()

2011-03-06 Thread Thomas Lübking
a) the trace lacks all debug output, you should use a debug lib for further checks. b) the issue seems to be in QStyleSheetStyle ("containerWidget()" is a function there) - since you're apparently on a mac, try running kmymoney4 -style cde to bypass the native mac style. Cheers, Thomas >> V

Re: Application crash due to containerWidget()

2011-03-06 Thread Marko Käning
> a) the trace lacks all debug output, you should use a debug lib for > further checks. Well, up to now I haven't managed to get full debug output for some reason... :-( > b) the issue seems to be in QStyleSheetStyle ("containerWidget()" is a > function there) - since you're apparently on a m

Re: Application crash due to containerWidget()

2011-03-06 Thread Thomas Lübking
Am 06.03.2011, 22:17 Uhr, schrieb Marko Käning : > I did so, well, yep, it looks different now, but the crash appears there > as well…... There's likely a bug in the mac implementation of QStyleSheetStyle - install unstripped libs with debug symbols* and make a bug report to Qt. *you'll likel

Re: Wiki: extraneous mention of QRectF boundingRect()?

2011-03-06 Thread augustin
On Thursday 03 March 2011 10:43:13 pm you wrote: > On Thursday, March 03, 2011 08:23:32 augustin wrote: > > A question was asked in 2008 in the wiki but didn't get any useful reply, > > so I am asking here, regarding the following tutorial: > > http://techbase.kde.org/Development/Tutorials/Plasma/G

Re: Wiki: extraneous mention of QRectF boundingRect()?

2011-03-06 Thread Thiago Macieira
On Monday, 7 de March de 2011 11:33:28 augustin wrote: > I am ambivalent about QT being a requirement before starting KDE > development, as if we should know its whole API before attempting any KDE > devel. On the contrary, most new KDE developers never used QT before and > learn as they go along

Re: Application crash due to containerWidget()

2011-03-06 Thread Marko Käning
Thanks Thomas! I'll try to do as you say. Greets, Marko >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<