http://bugs.winehq.org/show_bug.cgi?id=10114
Artem S. Tashkinov t.artem@mailcity.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Resolution|INVALID |
--- Comment #12 from Artem S. Tashkinov t.artem@mailcity.com 2010-03-18 04:37:00 --- Between wine invocations of the aforementioned exe file, wine still rewrites both system and user registry files, even though this particular file doesn't have any GUI.
diff -u system.reg.1 system.reg.2 --- system.reg.1 2010-03-18 14:29:18.000000000 +0500 +++ system.reg.2 2010-03-18 14:30:10.000000000 +0500 @@ -12128,7 +12128,7 @@ "CommonPictures"=str(2):"%ALLUSERSPROFILE%\Pictures" "CommonVideo"=str(2):"%ALLUSERSPROFILE%\Videos"
-[Software\Microsoft\Windows\CurrentVersion\Fonts] 1268904555 +[Software\Microsoft\Windows\CurrentVersion\Fonts] 1268904606 @@ -14266,7 +14266,7 @@
[Software\Microsoft\Windows NT\CurrentVersion\FontMapper] 1268904477
-[Software\Microsoft\Windows NT\CurrentVersion\Fonts] 1268904555 +[Software\Microsoft\Windows NT\CurrentVersion\Fonts] 1268904606
[birdie@localhost .wine]$ diff -u user.reg.1 user.reg.2 --- user.reg.1 2010-03-18 14:29:18.000000000 +0500 +++ user.reg.2 2010-03-18 14:30:10.000000000 +0500 @@ -428,10 +428,10 @@ "MimeType"="application/xml" "ProgID"="xmlfile"
-[Software\Wine\Fonts] 1268904555 +[Software\Wine\Fonts] 1268904606 "Codepages"="1252,437"
-[Software\Wine\Fonts\External Fonts] 1268904555 +[Software\Wine\Fonts\External Fonts] 1268904606
Alexander, please, explain what's the meaning of those integers behind registry keys names and why those integers need to be changed even though a set of fonts in the system remains intact.