5

I'm using version of Ubuntu 13.10 and I install Umbrello tool for UML diagrams. But the problem is when I click on the icon its not opening. When I open it using terminal like:

$ umbrello

Its give me error:

umbrello(5801)/kdeui (kdelibs): Attempt to use QAction "edit_undo" with KXMLGUIFactory! 
umbrello(5801)/kdeui (kdelibs): Attempt to use QAction "edit_redo" with KXMLGUIFactory! 
umbrello(5801) UMLListView::findView: could not find  "class diagram"  in  UMLListViewItem: "Logical View", type="lvt_Logical_View", id="Logical View", children=1 
umbrello(5801) UMLListView::findView: could not find  "class diagram"  in  UMLListViewItem: "Logical View", type="lvt_Logical_View", id="Logical View", children=1

I don't know how to launch it. Any one know about it?

Braiam
  • 66,947
  • 30
  • 177
  • 264
Zeb
  • 203
  • 1
  • 4
  • 11

3 Answers3

4

I came across the same problem and here is the solution

sudo umbrello --geometry 600x400+0+0

and that should solve your problem

Waqas
  • 641
  • 2
  • 13
  • 35
1

This bug has been fixed, see https://bugs.kde.org/show_bug.cgi?id=329831 for details

0

First just try to open from dash.

open your dash ans search for umbrello

enter image description here

If it doesn't open then try to purge

sudo apt-get purge umbrello

Then

sudo apt-get install umbrello

and try again

Maythux
  • 82,867
  • 54
  • 239
  • 271