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 06:57:07 +0200
commit6abaf44f813e76d80e76b5f42504e772de8c211b (patch)
tree8f11937cf557df63ceb3abf01e3d8045d8a97fcb
parent0d5d4bacb27351a4d4d62cc48a25acf6b46342d8 (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.
-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 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 )