aboutsummaryrefslogtreecommitdiff
path: root/tests/test-libappindicator.desktop
blob: 47470309b00f0558d46206c674429605f6233078 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[Desktop Entry]
Name=AppIndicator Test
GenericName=Test
Comment=This is only a test
Exec=/usr/bin/false
Terminal=false
Type=Application
Actions=Short1;Short2;Short3;

[Desktop Action Short1]
Name=Shortcut 1
Exec=/usr/bin/true
OnlyShowIn=Test Program;

[Desktop Action Short2]
Name=Shortcut 2
Exec=/usr/bin/true
OnlyShowIn=Test Program;

[Desktop Action Short3]
Name=Shortcut 3
Exec=/usr/bin/true
OnlyShowIn=Test Program;