Use Scale & Crop as default style for wallpaper.
Add more options to "Set as Background" menu in Konqueror. This resolves issue #280 and issue #281. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>pull/285/head
parent
d6db1a583c
commit
14bc816be9
@ -1,14 +1,44 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
X-TDE-ServiceTypes=image/*
|
X-TDE-ServiceTypes=image/*
|
||||||
Actions=setAsBackground;tileAsBackground;
|
Actions=centeredAsBackground;tiledAsBackground;centeredTiledAsBackground;centeredMaxpectAsBackground;tiledMaxpectAsBackground;scaledAsBackground;centeredAutoFitAsBackground;scaleAndCropAsBackground
|
||||||
X-TDE-Submenu=Set as Background
|
X-TDE-Submenu=Set as Background
|
||||||
|
|
||||||
[Desktop Action setAsBackground]
|
[Desktop Action centeredAsBackground]
|
||||||
Name=Centered
|
Name=Centered
|
||||||
Icon=background
|
Icon=background
|
||||||
Exec=dcop kdesktop KBackgroundIface setWallpaper %u 6
|
Exec=dcop kdesktop KBackgroundIface setWallpaper %u 1
|
||||||
|
|
||||||
[Desktop Action tileAsBackground]
|
[Desktop Action tiledAsBackground]
|
||||||
Name=Tiled
|
Name=Tiled
|
||||||
Icon=background
|
Icon=background
|
||||||
Exec=dcop kdesktop KBackgroundIface setWallpaper %u 2
|
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
|
||||||
|
Loading…
Reference in New Issue