> When the Geany is opened, if I go to File Explorer, right click and select > Open in Geany, nothing happens.
Running and not-running Geany are two different cases. When Geany is running, opening the file from explorer creates a second instance of Geany which sends the file being opened to the running Geany (which then opens it) over a network socket and quits. I can imagine some aggressive firewall settings to disable such communication. Under `Help->Debug messages` you should see errors related to IPC socket in this case. > When Geany is closed, then it either opens the file(s) properly or just opens > them blank, but with the dedicated tab with the filename. This is the real mystery and probably invalidates what I have written above as the possible cause. Do I understand it correctly that the real file name appears in the tab name? Is there anything interesting under `Help->Debug messages` or the Status tab? -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/4155#issuecomment-2552146276 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/issues/4155/[email protected]>
