Add more options to "Set as Background" menu in Dolphin.

This resolves issue #17.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/18/head
Michele Calgaro 10 months ago
parent 07e8503f11
commit 6fbe7fe213
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -1,14 +1,44 @@
[Desktop Entry]
X-TDE-ServiceTypes=image/*
Actions=setAsBackground;tileAsBackground;
Actions=centeredAsBackground;tiledAsBackground;centeredTiledAsBackground;centeredMaxpectAsBackground;tiledMaxpectAsBackground;scaledAsBackground;centeredAutoFitAsBackground;scaleAndCropAsBackground
X-TDE-Submenu=Set as Background
[Desktop Action setAsBackground]
Name=Centered
[Desktop Action centeredAsBackground]
Name=&Centered
Icon=background
Exec=dcop kdesktop KBackgroundIface setWallpaper %u 6
Exec=dcop kdesktop KBackgroundIface setWallpaper %u 1
[Desktop Action tileAsBackground]
Name=Tiled
[Desktop Action tiledAsBackground]
Name=&Tiled
Icon=background
Exec=dcop kdesktop KBackgroundIface setWallpaper %u 2
[Desktop Action centeredTiledAsBackground]
Name=C&enter Tiled
Icon=background
Exec=dcop kdesktop KBackgroundIface setWallpaper %u 3
[Desktop Action centeredMaxpectAsBackground]
Name=Ce&ntered 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=Sca&le && Crop
Icon=background
Exec=dcop kdesktop KBackgroundIface setWallpaper %u 8

Loading…
Cancel
Save