FS#56954 - [umbrello] Cannot start umbrello from applications menu

Attached to Project: Arch Linux
Opened by André (bmgandre) - Thursday, 04 January 2018, 21:42 GMT
Last edited by Antonio Rojas (arojas) - Sunday, 07 January 2018, 16:51 GMT
Task Type Bug Report
Category Upstream Bugs
Status Closed
Assigned To Antonio Rojas (arojas)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Cannot start umbrello from applications menu.

Additional info:

The desktop file exec command contains an invalid option.

$ cat -n /usr/share/applications/org.kde.umbrello.desktop
1 # KDE Config File
2 [Desktop Entry]
3 Type=Application
4 Exec=umbrello5 %u -qwindowtitle %c
5 Icon=umbrello
6 X-DocPath=umbrello/index.html
7 Terminal=false
8 Name=Umbrello

$ umbrello5 -qwindowtitle
umbrello5: Unknown option 'qwindowtitle'.
umbrello5: Use --help to get a list of available command line options.

Steps to reproduce:
1 - Open application menu
2 - Click on Umbrello
This task depends upon

Closed by  Antonio Rojas (arojas)
Sunday, 07 January 2018, 16:51 GMT
Reason for closing:  Fixed
Additional comments about closing:  umbrello 17.12.0-2
Comment by Antonio Rojas (arojas) - Thursday, 04 January 2018, 23:32 GMT
Please report this upstream
Comment by André (bmgandre) - Thursday, 04 January 2018, 23:52 GMT
Ok. A similar issue happened before and a patch was applied:
https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/umbrello&id=619b211278fe6dbfc402720e7ba46c556e436461

I thought a patch would solve faster for users.
Comment by André (bmgandre) - Friday, 05 January 2018, 00:02 GMT

Loading...