I want to open existing lazarus project from the command line. When I pass project file, it simply opens the most recent project, not the project I pass as argument. I tried:
startlazarus test.lpr
startlazarus test.lpi
lazarus-ide test.lpr
lazarus-ide test.lpi
None of it works, I always get project that was last opened in ide, not this one. I'm using Lazarus 2.2.0 on Ubuntu 22.04