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

Ralf Habacker ralf.habacker at freenet.de
Thu Aug 29 08:28:40 UTC 2013


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

Ralf Habacker <ralf.habacker at freenet.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |ralf.habacker at freenet.de
         Resolution|---                         |WORKSFORME

--- Comment #2 from Ralf Habacker <ralf.habacker at freenet.de> ---
If you self compiled umbrello  the line 

#23 UMLListViewItem::setIcon (this=0x7f7241b1d120, iconType=<optimized out>) at
/home/portagetmp/portage/kde-base/umbrello-4.9.5/work/umbrello-4.9.5/umbrello/umbrello/umllistviewitem.cpp:467

which is 

/**
 * Set the pixmap corresponding to the given IconType.
 */
void UMLListViewItem::setIcon(Icon_Utils::IconType iconType)
{
467    QPixmap p = Icon_Utils::SmallIcon(iconType);
 468   QTreeWidgetItem::setIcon(0, QIcon(p));
}

let me assume that umbrello did not find an icon. 
To run a self compiled umbrello you should follow the instructions in the
section "Source Code on Linux like operating systems" on
http://umbrello.kde.org/installation.php. 

If this problem persists, feel free to reopen this bug.

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


More information about the umbrello-devel mailing list