This PR conditionally uses newer GLib API to get information about the OS and to print it in with the existing debug messages. I don't really have a preference on the formatting of the info, this PR is tested against own-built Geany on Ubuntu 20.04.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2498
-- Commit Summary --
* Show OS info in debug messages
-- File Changes --
M src/libmain.c (22)
-- Patch Links --
https://github.com/geany/geany/pull/2498.patchhttps://github.com/geany/geany/pull/2498.diff
--
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/geany/pull/2498
Some translations have faults, and it would be a nice feature to be able to set the UI language. Specifically, it would be nice to allow for the system-way to set languages (for MacOS, see)
There are methods reported to set env variable LANG, prior to launch from command line, but that method breaks stuff such as opening from the system, right-click and select Geany, and many more.
The suggestion is to :
1) allow for a preference within Geany
2) alternatively, use the build-in system way (for macos : https://beebom.com/how-customize-language-settings-specific-apps-macos-cata… , but I am sure the other systems have their own ways) -- this may not be as easy to find for people as 1), though
I would prefer method 1)
--
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/geany/issues/2619
I have downloaded Geany from here - https://download.geany.org/geany-1.36_osx-2.dmg
After successful installation I want to open Geany from terminal, but terminal can't find it:

How can I add Geany to the Path to make it possible to open it with terminal?
Geany version: 1.36
macOS version: Catalina 10.15.4
--
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/geany-osx/issues/15