Fixed errors in desktop files: (#69)

* removed shebang;
 * removed encoding tag as it no longer required;
 * changed chmod from 755 to 644 as required by standard.

Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
This commit is contained in:
Vitaly Zaitsev
2018-01-09 01:33:32 +05:00
committed by Dharkael
parent 2d2ce8c84d
commit b6f7a59c23
3 changed files with 1 additions and 6 deletions

2
docs/desktopEntry/package/flameshot-config.desktop Executable file → Normal file
View File

@@ -1,6 +1,4 @@
#!/usr/bin/env xdg-open
[Desktop Entry]
Encoding=UTF-8
Name=Configure Flameshot
Name[es]=Configurar Flameshot
GenericName=Screenshot tool

2
docs/desktopEntry/package/flameshot-init.desktop Executable file → Normal file
View File

@@ -1,6 +1,4 @@
#!/usr/bin/env xdg-open
[Desktop Entry]
Encoding=UTF-8
Name=Launch Flameshot
Name[es]=Iniciar Flameshot
GenericName=Screenshot tool

3
docs/desktopEntry/package/flameshot.desktop Executable file → Normal file
View File

@@ -1,8 +1,7 @@
#!/usr/bin/env xdg-open
[Desktop Entry]
Encoding=UTF-8
Name=Take graphical screenshot
Name[es]=Tomar captura gráfica
GenericName=Screen capture tool
GenericName[es]=Herramienta de captura de pantalla
Comment=Powerfull yet simple to use screenshot software.
Comment[es]=Potente pero simple de usar software de capturas.