Add config desktop entry
This commit is contained in:
16
docs/desktopEntry/make/flameshot-config.desktop
Executable file
16
docs/desktopEntry/make/flameshot-config.desktop
Executable file
@@ -0,0 +1,16 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=Configure Flameshot
|
||||
Name[es]=Configurar Flameshot
|
||||
GenericName=Screenshot 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.
|
||||
Exec=/usr/local/bin/flameshot config
|
||||
TryExec=/usr/local/bin/flameshot
|
||||
Icon=/usr/local/share/icons/flameshot.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Graphics
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=Flameshot
|
||||
Name=Take graphical screenshot
|
||||
Name[es]=Tomar captura gráfica
|
||||
GenericName=Screenshot tool
|
||||
GenericName[es]=Herramienta de captura de pantalla
|
||||
Comment=Powerfull yet simple to use screenshot software.
|
||||
|
||||
14
docs/desktopEntry/package/flameshot-config.desktop
Normal file
14
docs/desktopEntry/package/flameshot-config.desktop
Normal file
@@ -0,0 +1,14 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=Configure Flameshot
|
||||
Name[es]=Configurar Flameshot
|
||||
GenericName=Screenshot 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.
|
||||
Exec=/usr/bin/flameshot config
|
||||
TryExec=/usr/bin/flameshot
|
||||
Icon=/usr/share/icons/flameshot.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Graphics
|
||||
@@ -1,7 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=Flameshot
|
||||
GenericName=Screenshot tool
|
||||
Name=Take graphical screenshot
|
||||
Name[es]=Tomar captura gráfica
|
||||
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.
|
||||
|
||||
@@ -152,18 +152,21 @@ unix: {
|
||||
|
||||
icon.path = $${BASEDIR}$${USRPATH}/share/icons/
|
||||
icon.files = img/flameshot.png
|
||||
|
||||
|
||||
desktopentry.path = $${BASEDIR}$${USRPATH}/share/applications
|
||||
desktopentryinit.path = $${BASEDIR}$${USRPATH}/share/applications
|
||||
desktopentryconfig.path = $${BASEDIR}$${USRPATH}/share/applications
|
||||
servicedbus.path = $${BASEDIR}/usr/share/dbus-1/services/
|
||||
|
||||
packaging {
|
||||
desktopentry.files = docs/desktopEntry/package/flameshot.desktop
|
||||
desktopentryinit.files = docs/desktopEntry/package/flameshot-init.desktop
|
||||
desktopentryconfig.files = docs/desktopEntry/package/flameshot-config.desktop
|
||||
servicedbus.files = dbus/package/org.dharkael.Flameshot.service
|
||||
} else {
|
||||
desktopentry.files = docs/desktopEntry/make/flameshot.desktop
|
||||
desktopentryinit.files = docs/desktopEntry/make/flameshot-init.desktop
|
||||
desktopentryconfig.files = docs/desktopEntry/make/flameshot-config.desktop
|
||||
servicedbus.files = dbus/make/org.dharkael.Flameshot.service
|
||||
}
|
||||
|
||||
@@ -171,6 +174,7 @@ unix: {
|
||||
icon \
|
||||
desktopentry \
|
||||
desktopentryinit \
|
||||
desktopentryconfig \
|
||||
qmfile \
|
||||
servicedbus \
|
||||
dbus
|
||||
|
||||
Reference in New Issue
Block a user