@elextr commented on this pull request.


> @@ -149,10 +149,19 @@ Simply start Geany like this:
 and of course, change "C" to your language code (see above) or set
 your locale specific environment variables accordingly.
 
-If your system supports launcher shortcuts (for example, `.desktop` files),
-then Geany's shortcut can be updated (created a new one) to add the `LANG`
-setting as shown above. In case of `.desktop` files, this usually goes into
-the `Exec` line.
+If your system supports launcher shortcuts then Geany's shortcut can be updated
+to add language setting. For example, in 
+[modern `.desktop` 
files](https://developer.gnome.org/desktop-entry-spec/#exec-variables),
+this usually goes into the `Exec` line:
+
+       Exec=/bin/sh -c "LANGUAGE=en_IN /usr/bin/geany %F"
+
+As alternative, one can create a shell script (like in `~/.local/bin/geany`) 
to 
+override default geany binary. As example:

override the

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/www.geany.org/pull/28#pullrequestreview-540417066

Reply via email to