office/briss: Make .desktop validate.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
823f49aa94
commit
dcc771fa1d
|
@ -1,7 +1,7 @@
|
|||
[Desktop Entry]
|
||||
Name=BRISS - High memory
|
||||
Description=The BRIght Snippet Sire
|
||||
Exec=/usr/bin/briss-himem $@
|
||||
Comment=The BRIght Snippet Sire
|
||||
Exec=/usr/bin/briss-himem %F
|
||||
Icon=briss
|
||||
Type=Application
|
||||
Terminal=false
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[Desktop Entry]
|
||||
Name=BRISS
|
||||
Description=The BRIght Snippet Sire
|
||||
Exec=/usr/bin/briss $@
|
||||
Comment=The BRIght Snippet Sire
|
||||
Exec=/usr/bin/briss %F
|
||||
Icon=briss
|
||||
Type=Application
|
||||
Terminal=false
|
||||
|
|
Loading…
Reference in New Issue