How to avoid the following warning message from gedit(2.30.4) on Ubuntu 11.04.
(gedit:25519): CRITICAL **: gedit_spell_checker_language_to_key: assertion `lang != NULL' failed
|
|
assuming you start gedit in the shell you could pipe all output to null, as in
and maybe create a shell script with $@ instead of textfile.txt to allow general filenames, i.e. create a file, say
save it in your path -- maybe |
|||||||||
|