1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
[Desktop Entry]
_Name=Qreator
_Comment=Create your own QR codes
Categories=GNOME;Utility;Graphics;2DGraphics
Exec=qreator
Icon=/usr/share/qreator/media/qreator.svg
Terminal=false
Type=Application
Actions=Url;Text;Location;Wifi;Software;BusinessCard;Phone
[Desktop Action Url]
_Name=New QR code for URL
Exec=qreator --url
[Desktop Action Text]
_Name=New QR code for Text
Exec=qreator --text
[Desktop Action Location]
_Name=New QR code for Location
Exec=qreator --location
[Desktop Action Wifi]
_Name=New QR code for WiFi network
Exec=qreator --wifi
[Desktop Action Software]
_Name=New QR code for a Software Center app
Exec=qreator --software
[Desktop Action BusinessCard]
_Name=New QR code for a Business card
Exec=qreator --businesscard
[Desktop Action Phone]
_Name=New QR code for a Call or text message
Exec=qreator --phone
|