summaryrefslogtreecommitdiffstats
path: root/system/unetbootin/README.issues
blob: 4ae481bb2d5b6b4d5a4bf0ac1e7fb3836a4b492c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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).

It sometimes reacts in a strange way when it comes to language settings.
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
to change it's behaviour:

1. Open /usr/share/applications/unetbootin.desktop and change the Exec
   entry to something like this:

     Exec=/usr/bin/unetbootin lang=en

   The available language files are in /usr/share/applications/unetbootin.

2. Open a terminal and start unetbootin like this:

   su -c '/usr/bin/unetbootin lang=de'