#174 closed defect (fixed)
xpra_launcher.desktop do not validate
Reported by: | onlyjob | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | trivial | Milestone: | 0.5 |
Component: | core | Version: | 0.3.2 |
Keywords: | Cc: |
Description
desktop-file-validate returned the following:
xpra_launcher.desktop: error: value "Network" for string list key "Categories" in group "Desktop Entry" does not have a semicolon (';') as trailing character
Trivial to fix as follows:
-Categories=Network +Categories=Network;
Thank you.
Change History (2)
comment:1 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 6 weeks ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/174
Note: See
TracTickets for help on using
tickets.
applied in r1312 - thanks!