Remade the .desktop file and now the icons and everything seems to work. About to make a new stable release. Now bug testing and verfying everything installs correctly.
This commit is contained in:
parent
6007a1379b
commit
f287a8c5e6
1 changed files with 4 additions and 18 deletions
22
res/jsoninspector.desktop
Executable file → Normal file
22
res/jsoninspector.desktop
Executable file → Normal file
|
@ -1,21 +1,7 @@
|
|||
[Desktop Entry]
|
||||
Categories=GTK;Development;
|
||||
Comment[en_US]=A tool for examining JSON text easily
|
||||
Comment=A tool for examining JSON text easily
|
||||
Exec=jsoninspector
|
||||
GenericName[en_US]=JSON Inspector
|
||||
GenericName=JSON Inspector
|
||||
Icon=jsoninspector
|
||||
MimeType=
|
||||
Name[en_US]=JSON Inspector
|
||||
Name=JSON Inspector
|
||||
Path=
|
||||
StartupNotify=true
|
||||
Comment=Lightweight JSON utility to inspect JSON documents
|
||||
Terminal=false
|
||||
TerminalOptions=
|
||||
TryExec=/usr/bin/jsoninspector
|
||||
Name=JSON Inspector
|
||||
Exec=jsoninspector
|
||||
Type=Application
|
||||
X-DBUS-ServiceName=
|
||||
X-DBUS-StartupType=
|
||||
X-KDE-SubstituteUID=false
|
||||
X-KDE-Username=
|
||||
Icon=jsoninspector
|
||||
|
|
Loading…
Reference in a new issue