You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tde-packaging/opensuse/core/tdebase/background_default.diff

14 lines
489 B

Index: kcontrol/background/bgwallpaper.cpp
===================================================================
--- kcontrol/background/bgwallpaper.cpp.orig
+++ kcontrol/background/bgwallpaper.cpp
@@ -149,7 +149,7 @@ void BGMultiWallpaperDialog::slotAdd()
mimeTypes += "image/svg+xml";
#endif
- KFileDialog fileDialog(KGlobal::dirs()->findDirs("wallpaper", "").first(),
+ KFileDialog fileDialog("/usr/share/wallpapers",
mimeTypes.join( " " ), this,
0L, true);