Opened 11 years ago
Closed 11 years ago
#42094 closed defect (fixed)
Umbrello: no window is displayed.
Reported by: | NicosPavlov | Owned by: | NicosPavlov |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | piyush.pv@… | |
Port: | umbrello |
Description
When starting umbrello, no windows are displayed, and the following output is shown when running the application from the terminal:
umbrello(9216)/kdeui (kdelibs): Attempt to use QAction "edit_undo" with KXMLGUIFactory! umbrello(9216)/kdeui (kdelibs): Attempt to use QAction "edit_redo" with KXMLGUIFactory! umbrello(9216) *UMLListView::findView: could not find "class diagram" in UMLListViewItem: "Logical View", type="lvt_Logical_View", id="Logical View", children=1 umbrello(9216) *UMLListView::findView: could not find "class diagram" in UMLListViewItem: "Logical View", type="lvt_Logical_View", id="Logical View", children=1
Trying to open a new window through the menu does not display anything, and the last two lines of output are repeated.
This issue is confirmed with KDE 4.11.4 and 4.11.5.
Change History (3)
comment:1 Changed 11 years ago by NicosPavlov
comment:2 Changed 11 years ago by NicosPavlov
According to the kde bug report, it appears that umbrello starts by default with a window of size 0, which means that it is not visible.
As a workaround it is possible to add
[General Options] Geometry=800,600
to the configuration file, situated at ~/Library/Preferences/KDE/share/config/umbrellorc.
I'll try to look how to integrate that in the Portfile, but it is not necessary straightforward, as this file is out of the standard file system of macports.
comment:3 Changed 11 years ago by NicosPavlov
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed a patch to solve the issue until it is solved upstream in r116268.
The issue has been reported upstream at https://bugs.kde.org/show_bug.cgi?id=329831.