[umbrello-devel] [umbrello] [Bug 314149] Umbrello crash at startup.

Giuseppe Calà jiveaxe at gmail.com
Thu Aug 29 16:49:20 UTC 2013


https://bugs.kde.org/show_bug.cgi?id=314149

--- Comment #5 from Giuseppe Calà <jiveaxe at gmail.com> ---
icon-cache.kcache trick didn't work. I'm using a 64bit system (kde 4.11, qt
4.8.5).

I tryed two others workarounds:
- first I replaced the code in UMLListViewItem::setIcon with the following

QIcon myIcon(QLatin1String("/usr/share/icons/oxygen/16x16/places/folder.png"));
QTreeWidgetItem::setIcon(0, myIcon);

result: crash.

- in the original code I commented out QTreeWidgetItem::setIcon(0, QIcon(p)) :

QPixmap p = Icon_Utils::SmallIcon(iconType);
//QTreeWidgetItem::setIcon(0, QIcon(p));

result: worked.

Very weird: I reverted the code and umbrello doesn't crash at start up but if I
remove ~/.kde4/share/config/umbrellorc the bug returns. Seems that commenting
that line is the only solution to run umbrello for the first time.

Can you confirm this?

P.S.
2 more files:
umbrellorc created on crash: http://paste.chakra-project.org/5073/
umbrellorc in correct start up: http://paste.chakra-project.org/5076/

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the umbrello-devel mailing list