mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-01-06 00:54:00 +00:00
Add desktop entry
This commit is contained in:
15
docs/desktopEntry/make/flameshot.desktop
Executable file
15
docs/desktopEntry/make/flameshot.desktop
Executable file
@@ -0,0 +1,15 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=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 gui
|
||||
TryExec=/usr/local/bin/flameshot
|
||||
Icon=/usr/local/share/icons/flameshot.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Graphics
|
||||
StartupNotify=false
|
||||
|
||||
1
docs/desktopEntry/make/readme.md
Normal file
1
docs/desktopEntry/make/readme.md
Normal file
@@ -0,0 +1 @@
|
||||
.desktop file goes to /usr/local/share/applications
|
||||
14
docs/desktopEntry/package/flameshot.desktop
Normal file
14
docs/desktopEntry/package/flameshot.desktop
Normal file
@@ -0,0 +1,14 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=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 gui
|
||||
TryExec=/usr/bin/flameshot
|
||||
Icon=/usr/share/icons/flameshot.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Graphics
|
||||
StartupNotify=false
|
||||
1
docs/desktopEntry/package/readme.md
Normal file
1
docs/desktopEntry/package/readme.md
Normal file
@@ -0,0 +1 @@
|
||||
.desktop file goes to /usr/share/applications
|
||||
@@ -78,8 +78,17 @@ unix: {
|
||||
|
||||
dbus.path = /usr/share/dbus-1/interfaces/
|
||||
dbus.files = dbus/org.dharkael.Flameshot.xml
|
||||
|
||||
icon.path = /usr/local/share/icons/
|
||||
icon.files = img/flameshot.png
|
||||
|
||||
desktopentry.path = /usr/local/share/applications
|
||||
desktopentry.files = docs/desktopEntry/make/flameshot.desktop
|
||||
|
||||
|
||||
INSTALLS += target \
|
||||
icon \
|
||||
desktopentry \
|
||||
qmfile \
|
||||
servicedbus \
|
||||
dbus
|
||||
|
||||
Reference in New Issue
Block a user