You are not logged in.
Pages: 1
one of my panel launchers starts icedove, but it not see my environment variable: LC_TIME=en_DK.utf8. How can I let it honor that variable so that my date will be formatted as yyyy-mm-dd HH:MM?
Offline
Try the following as your launcher command:
env LC_TIME=en_DK.utf8 icedove
If that doesn't work, try:
bash -c "env LC_TIME=en_DK.utf8 icedove"
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
thanks! Both worked. I had tried the first before, but without the "env", like I normally do on the command line.
Offline
Pages: 1
[ Generated in 0.009 seconds, 8 queries executed - Memory usage: 518.95 KiB (Peak: 519.79 KiB) ]