This is all new territory for me and nothing worked, this is what I've done:
Code:
sudo dpkg-reconfigure locales
sudo update-locale LANG=en_AU.UTF-8
logged out and back in, en_US.UTF-8 was still the default, edited
Code:
/usr/share/applications/gedit.desktop
from root by removing
and replacing with
Code:
Exec=sh -c 'LANG=en_AU.UTF-8 gedit %U'
also tried
Code:
Exec=bash -c 'LANG=en_AU.UTF-8 gedit %U'
and entering in a terminal
There was no directory
Code:
.local/share/applications/
so I created one and copied the edited file
Code:
/usr/share/applications/gedit.desktop
to
Code:
.local/share/applications/gedit.desktop
What did I do wrong?