Bug 144801

Summary: Typo in check for Wine in Kubuntu System Settings
Product: guidance Reporter: Ralph Janke <rjanke>
Component: generalAssignee: Sebastian Kügler <sebas>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Ralph Janke 2007-04-28 17:29:34 UTC
Version:            (using KDE KDE 3.5.6)
Installed from:    Ubuntu Packages
OS:                Linux

To reproduce the bug, open up system settings and click on the Advanced Tab. When you click on the Windows Application icon, a check to see if you have wine installed is run. On the check it references making sure you have administrative privileges which is spelt incorrectly.

Solution patch:

+diff -Nurp old/wineconfig/wineconfig.py new/wineconfig/wineconfig.py
+--- old/wineconfig/wineconfig.py       2007-04-27 01:11:52.000000000 +0100
++++ new/wineconfig/wineconfig.py       2007-04-27 01:25:55.000000000 +0100
+@@ -96,7 +96,7 @@ class WineConfigApp(programbase):
+                     "can be used to run some programs designed for Windows.  " + \
+                     "Would you " + \
+                     "like to install it?\n" + \
+-                    "You will need administrative priviliges, and the " + \
++                    "You will need administrative privileges, and the " + \
+                     "unsupported (universe) repository will be enabled."), \
+                 i18n("Windows Applications"))
+             if install == KMessageBox.Yes:
Comment 1 Ralph Janke 2007-04-28 17:32:37 UTC
Here is the original bug report:

https://bugs.launchpad.net/guidance/+bug/110276
Comment 2 Sebastian Kügler 2007-04-28 17:43:51 UTC
Fix committed earlier today.