DJReal8 / winetricks

Automatically exported from code.google.com/p/winetricks
0 stars 0 forks source link

patch: German sandbox support #338

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Index: src/winetricks
===================================================================
--- src/winetricks  (Revision 1047)
+++ src/winetricks  (Arbeitskopie)
@@ -17461,6 +17461,13 @@
             rm -f "$WINEPREFIX/drive_c/users/$USER/$dir" > /dev/null 2>&1
             mkdir -p "$WINEPREFIX/drive_c/users/$USER/$dir"
         done
+    elif test -d "$WINEPREFIX/drive_c/users/$USER/Meine Dokumente"
+    then
+        for dir in Desktop "Meine Dokumente" "Eigene Musik" "Eigene Bilder" 
"Eigene Videos"
+        do
+            rm -f "$WINEPREFIX/drive_c/users/$USER/$dir" > /dev/null 2>&1
+            mkdir -p "$WINEPREFIX/drive_c/users/$USER/$dir"
+        done
     else
         w_die "don't know name of My Documents folder, can't sandbox"
     fi

Original issue reported on code.google.com by Dawncrow...@googlemail.com on 5 Aug 2013 at 7:01

GoogleCodeExporter commented 8 years ago
SMGA :-)

Original comment by daniel.r...@gmail.com on 5 Aug 2013 at 7:02

GoogleCodeExporter commented 8 years ago
SMGA?

Original comment by Dawncrow...@googlemail.com on 5 Aug 2013 at 10:10

GoogleCodeExporter commented 8 years ago
LGTM = looks good to me
SMGA = sieht mir gut aus :-)

Original comment by daniel.r...@gmail.com on 5 Aug 2013 at 10:19

GoogleCodeExporter commented 8 years ago
So..why didn't you commit it?

Original comment by austinenglish@gmail.com on 5 Aug 2013 at 10:24

GoogleCodeExporter commented 8 years ago
I'm not at home.  I'll probably commit it tonight.

Original comment by daniel.r...@gmail.com on 5 Aug 2013 at 10:27

GoogleCodeExporter commented 8 years ago
:) Even if you let the "mir" away i wouldn't have recognized the acronym
Maybe i'll go to other translations the next days...

Original comment by Dawncrow...@googlemail.com on 5 Aug 2013 at 10:33

GoogleCodeExporter commented 8 years ago
I committed it. https://code.google.com/p/winetricks/source/detail?r=1048

Original comment by austinenglish@gmail.com on 5 Aug 2013 at 10:39