blob: f09851d144ace9ed4cc67c91304ed682f6cd9339 (
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=flyingtoasters
Icon=tdescreensaver
Type=Application
Actions=InWindow,Root,Setup;
X-TDE-Type=OpenGL
X-TDE-Category=OpenGL Screen Savers
Name=Flying Toasters
[Desktop Action Setup]
Exec=kxsconfig flyingtoasters
Name=Setup...
[Desktop Action InWindow]
Exec=kxsrun flyingtoasters -- -window-id %w
Name=Display in Specified Window
NoDisplay=true
[Desktop Action Root]
Exec=kxsrun flyingtoasters -- -root
Name=Display in Root Window
NoDisplay=true
|