blob: 3bc65580377e10d53ad4376077e923ac22e7f23f (
plain)
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
38
39
40
41
42
43
44
|
[Desktop Entry]
X-TDE-ServiceTypes=image/*
Actions=centeredAsBackground;tiledAsBackground;centeredTiledAsBackground;centeredMaxpectAsBackground;tiledMaxpectAsBackground;scaledAsBackground;centeredAutoFitAsBackground;scaleAndCropAsBackground
X-TDE-Submenu=Set as Background
[Desktop Action centeredAsBackground]
Name=Centered
Icon=background
Exec=dcop kdesktop KBackgroundIface setWallpaper %u 1
[Desktop Action tiledAsBackground]
Name=Tiled
Icon=background
Exec=dcop kdesktop KBackgroundIface setWallpaper %u 2
[Desktop Action centeredTiledAsBackground]
Name=Center Tiled
Icon=background
Exec=dcop kdesktop KBackgroundIface setWallpaper %u 3
[Desktop Action centeredMaxpectAsBackground]
Name=Centered Maxpect
Icon=background
Exec=dcop kdesktop KBackgroundIface setWallpaper %u 4
[Desktop Action tiledMaxpectAsBackground]
Name=Tiled Maxpect
Icon=background
Exec=dcop kdesktop KBackgroundIface setWallpaper %u 5
[Desktop Action scaledAsBackground]
Name=Scaled
Icon=background
Exec=dcop kdesktop KBackgroundIface setWallpaper %u 6
[Desktop Action centeredAutoFitAsBackground]
Name=Centered Auto Fit
Icon=background
Exec=dcop kdesktop KBackgroundIface setWallpaper %u 7
[Desktop Action scaleAndCropAsBackground]
Name=Scale & Crop
Icon=background
Exec=dcop kdesktop KBackgroundIface setWallpaper %u 8
|