Skip to content

feature/relative-plugin-paths#302

Open
jolavillette wants to merge 5 commits into
RetroShare:masterfrom
jolavillette:feature/relative-plugin-paths
Open

feature/relative-plugin-paths#302
jolavillette wants to merge 5 commits into
RetroShare:masterfrom
jolavillette:feature/relative-plugin-paths

Conversation

@jolavillette

Copy link
Copy Markdown
Contributor

feature/relative-plugin-paths

Useful for testing environments. When running this branch, RetroShare will dynamically resolve the executable's directory and first look for plugins in ../lib/retroshare/extensions6/ and ./lib/retroshare/extensions6/ (relative to the binary's location) before falling back to the hardcoded system path.

@csoler

csoler commented May 28, 2026

Copy link
Copy Markdown
Contributor

I assume that this PR is for testing purposes only so it is not intended to be merged, right?

Also why don't you just do
plugins_directories.push_back("../lib/retroshare/extensions6/") ;
in rsinit.cc ??

@jolavillette jolavillette force-pushed the feature/relative-plugin-paths branch 3 times, most recently from 93980be to 8088acf Compare June 7, 2026 12:43
@jolavillette jolavillette force-pushed the feature/relative-plugin-paths branch 3 times, most recently from e91d354 to fb2e4f5 Compare June 16, 2026 21:16
@jolavillette jolavillette force-pushed the feature/relative-plugin-paths branch 3 times, most recently from d8dc2e8 to 92fc559 Compare July 7, 2026 22:02
@jolavillette jolavillette force-pushed the feature/relative-plugin-paths branch from 92fc559 to a01ed69 Compare July 8, 2026 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants