diff options
Diffstat (limited to 'system/unetbootin/README.issues')
-rw-r--r-- | system/unetbootin/README.issues | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/system/unetbootin/README.issues b/system/unetbootin/README.issues index f724740bf3..4ae481bb2d 100644 --- a/system/unetbootin/README.issues +++ b/system/unetbootin/README.issues @@ -1,4 +1,4 @@ -Unetbootin should (or even needs to) be invoked from a root +Unetbootin should (or even needs to) be invoked from a root login prompt as it needs access to drive devices. Unless you have modified the default PATH inheritance, sudo won't work properly (at least syslinux will not be found). @@ -8,14 +8,14 @@ When the detection fails, there is a good chance that it will display in (taiwanese) chinese, as it seems to use the last language file it can find (which is unetbootin_zh_TW.qm). -If unetbootin does not respect your LANG settings, especially when -invoked from the menu of an user account with kdesu, there are two ways +If unetbootin does not respect your LANG settings, especially when +invoked from the menu of an user account with kdesu, there are two ways to change it's behaviour: -1. Open /usr/share/applications/unetbootin.desktop and change the Exec +1. Open /usr/share/applications/unetbootin.desktop and change the Exec entry to something like this: - Exec=/usr/bin/unetbootin lang=en + Exec=/usr/bin/unetbootin lang=en The available language files are in /usr/share/applications/unetbootin. |