From 6abaf44f813e76d80e76b5f42504e772de8c211b Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Thu, 16 Aug 2012 18:19:39 +0200 Subject: Revert "fdo#49919 Don't default to desktop pollution" If somebody made a mistake in his / her preferences during installation, it is much easier to remove the unwanted icon, than to add it. This reverts commit 6af68b494dafcc6822463a0445692929735eb0af. --- solenv/bin/modules/installer/windows/property.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/solenv/bin/modules/installer/windows/property.pm b/solenv/bin/modules/installer/windows/property.pm index 62919a1fb086..7d4ba0d9f254 100644 --- a/solenv/bin/modules/installer/windows/property.pm +++ b/solenv/bin/modules/installer/windows/property.pm @@ -324,6 +324,9 @@ sub set_important_properties { my $onepropertyline = "DESKTOPLINKEXISTS" . "\t" . "1" . "\n"; push(@{$propertyfile}, $onepropertyline); + + $onepropertyline = "CREATEDESKTOPLINK" . "\t" . "1" . "\n"; # Setting the default + push(@{$propertyfile}, $onepropertyline); } if ( $installer::globals::patch ) -- cgit