dragotin / kraft

Kraft helps to handle your daily quotes and invoices in your small business.
http://volle-kraft-voraus.de
GNU General Public License v2.0
55 stars 17 forks source link

Documentation Request: Enforcing a locale #192

Closed noseshimself closed 1 year ago

noseshimself commented 1 year ago

Just in case you can't use localectl or set the environment variable LANG appropriately but you are launching Kraft from a .desktop file, it might be a possible workaround to find the file /usr/share/applications/de.volle_kraft_voraus.kraft.desktop [please change that to the appropriate location] and modify the line

Exec=kraft %u

by adding an environment modification:

Exec=env LANG=de_DE.UTF-8 kraft %u