Difference between revisions of "DMenu"
→Solution
imported>Stagiros |
imported>Stagiros |
||
Line 15: | Line 15: | ||
Assuming that you have correctly set up your system's LOCALE settings, here is a simple solution to this problem: | Assuming that you have correctly set up your system's LOCALE settings, here is a simple solution to this problem: | ||
<br /><br /> | <br /><br /> | ||
Edit file / | Edit file /usr/bin/dmenu_run | ||
<pre>sudo nano / | <pre>sudo nano /usr/bin/dmenu_run</pre> | ||
Add a line setting your LANG variable tou your actual language locale: | |||
<pre> | <pre>LANG="en_GB.UTF-8"</pre> | ||
and save. | and save. | ||
<br /> | <br /> |