> > a little batch file in the directory to execute "bin/geany.exe > > --config=portable_config" or something like this. > > the idea was to avoid using a launcher to have the editor in portable mode, i > know currently this is the only option.
Why? Using a little batch script is easy and can be implemented by you immediately. Hacking some magic logic into Geany requires coding, testing, a new release and so in summary lots of times. > > Actually on Windows, Geany is binary relocatable. > > For linux it may be worth adding another switch to override the > `/usr/share/geany` hardcoded paths. This could make easier to run different > versions of Geany witohut resorting to chrooted environments or similar > tricks. This is already possible at compile time using `./configure --enable-binreloc`. Please be careful with running different Geany versions with the same configuration directory, especially between 1.38 and 2.0 the handling and storage of session files and loaded plugins has changed and is only forwards compatible. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/discussions/3672#discussioncomment-7613672 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/repo-discussions/3672/comments/7613...@github.com>