mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-30 19:14:43 +00:00
Update linkchecker.desktop
/home/rpmaker/rpmbuild/BUILDROOT/linkchecker-8.6-1.fc21.i386/usr/share/applications/linkchecker.desktop: error: value "True" for boolean key "Terminal" in group "Desktop Entry" contains invalid characters, boolean values must be "false" or "true"
/home/rpmaker/rpmbuild/BUILDROOT/linkchecker-8.6-1.fc21.i386/usr/share/applications/linkchecker.desktop: error: value "Network;WebDevelopment" for string list key "Categories" in group "Desktop Entry" does not have a semicolon (';') as trailing character
This commit is contained in:
parent
a9fc6b1847
commit
f33ffcaadc
1 changed files with 2 additions and 2 deletions
|
|
@ -5,6 +5,6 @@ GenericName[de]=URL Validator
|
|||
Version=1.0
|
||||
Type=Application
|
||||
Exec=linkchecker
|
||||
Terminal=True
|
||||
Categories=Network;WebDevelopment
|
||||
Terminal=true
|
||||
Categories=Network;WebDevelopment;
|
||||
Icon=logo48x48
|
||||
|
|
|
|||
Loading…
Reference in a new issue