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:
2
docs/desktopEntry/package/flameshot-config.desktop
Executable file → Normal file
2
docs/desktopEntry/package/flameshot-config.desktop
Executable file → Normal 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
2
docs/desktopEntry/package/flameshot-init.desktop
Executable file → Normal 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
3
docs/desktopEntry/package/flameshot.desktop
Executable file → Normal 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.
|
||||
|
||||
Reference in New Issue
Block a user