mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
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
ea63e379bb
commit
d717eb9cb7
2 changed files with 4 additions and 4 deletions
|
@ -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 a new issue