blob: 3a5fc1427b793ca8184112bd4a154b1916e1e49f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[Desktop Entry]
Exec=sonar
Icon=tdescreensaver
Type=Application
Actions=InWindow;Root;Setup;
X-TDE-Category=Gadgets & Simulations
Name=Sonar
[Desktop Action Setup]
Exec=kxsconfig sonar
Name=Setup...
Icon=tdescreensaver
[Desktop Action InWindow]
Exec=kxsrun sonar -- -window-id %w
Name=Display in Specified Window
NoDisplay=true
[Desktop Action Root]
Exec=kxsrun sonar -- -root
Name=Display in Root Window
NoDisplay=true
|