I have found real workaround. Firstly, Geany opens "*.geany" file as ordinar files if more than one file specified in command line. Secondly, Geany silently ignores "files with empty name", i. e. empty command line arguments. Thus, to open "some_file.geany" as ordinal text file they can use the following command:
geany "" some_file.geany


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.