| Summary: | Typo in check for Wine in Kubuntu System Settings | ||
|---|---|---|---|
| Product: | [Unmaintained] guidance | Reporter: | Ralph Janke <rjanke> |
| Component: | general | Assignee: | Sebastian Kügler <sebas> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
Here is the original bug report: https://bugs.launchpad.net/guidance/+bug/110276 Fix committed earlier today. |
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: