Opened 9 months ago
Closed 9 months ago
#174 closed defect (fixed)
xpra_launcher.desktop do not validate
| Reported by: | onlyjob | Owned by: | antoine |
|---|---|---|---|
| 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 (1)
comment:1 Changed 9 months ago by antoine
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
applied in r1312 - thanks!