Flatpak desktop file has duplicate keywords
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox111 | --- | fixed |
People
(Reporter: bbhtt.zn0i8, Assigned: jokeyrhyme)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/110.0
Steps to reproduce:
The Flatpak desktop file has keywords in two places on line 124 and line 160
This might fail validation which is used by appstream (a warning can be seen while building the flatpak).
$ desktop-file-validate org.mozilla.firefox.desktop
org.mozilla.firefox.desktop: error: file contains multiple keys named "Keywords" in group "Desktop Entry"
Expected results:
There should be only one keyword key.
Comment 1•2 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Widget: Gtk' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Assignee | ||
Comment 2•2 years ago
|
||
Yep, this breaks the desktop-file parsing in my launcher, so I can't start Firefox at all until I've manually edited this .desktop file, and I have to do it everytime Firefox is updated
Please remove the Keywords=web;browser;internet;
line (I believe the other Keywords= line is superior due to having translations, etc)
Assignee | ||
Comment 3•2 years ago
|
||
Updated•2 years ago
|
Assignee | ||
Comment 4•2 years ago
|
||
Okay, well, I seem to have figured out how to submit a patch, yay
We'll see if we can get this approved and merged :)
Comment 6•2 years ago
|
||
bugherder |
Description
•