Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > media > main-src > by-pkgid > a6bc312ce50b5c8d0c51736e58ac32bc > files > 380

kdebase-3.4.2-55mdk.src.rpm

--- kdebase-3.4.2/kdesktop/init.cc--	2005-09-06 15:16:40.000000000 +0200
+++ kdebase-3.4.2/kdesktop/init.cc	2005-09-06 15:26:09.000000000 +0200
@@ -248,6 +248,13 @@ void testLocalInstallation()
                 cfg.writeEntry( it.key(), it.data() );
             }
         }
+		else if( !cfg.hasGroup( "IconPosition::Trash" ) && !cfg.hasGroup( "IconPosition::trash.desktop" ))
+		{
+			cfg.setGroup( "IconPosition::trash.desktop" );
+			cfg.writeEntry("X", "-30");
+			cfg.writeEntry("Y", "-210");
+			cfg.sync();
+		}
     }
 }