summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2012-08-16 18:19:39 +0200
committerJan Holesovsky <kendy@suse.cz>2012-08-17 07:01:04 +0200
commit2009b20dec72c20a6f3fc1d9223c24e7a68d5ad2 (patch)
treee4ba77d2781c479b7d6d1418b1c8992e64763c58
parent9c2588950be1d4b3051586359175b5a643fee880 (diff)
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. Signed-off-by: Stefan Knorr <heinzlesspam@gmail.com>
-rw-r--r--solenv/bin/modules/installer/windows/property.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/solenv/bin/modules/installer/windows/property.pm b/solenv/bin/modules/installer/windows/property.pm
index e48d89cb1e09..33f312b4e593 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 )