We need a USER_DIR to install BiglyBT globally on Linux#2159
We need a USER_DIR to install BiglyBT globally on Linux#2159sergiomb2 wants to merge 1 commit intoBiglySoftware:masterfrom
Conversation
|
My only suggestion (bikeshedders, assemble!) would be to go with something other than And if that's not where it's expected to point (like, say, it's pointing instead to a shared plugins path), then I'd still go with |
9d56993 to
11b81c9
Compare
7ee3d72 to
012c5c6
Compare
indeed, thanks for the suggestion |
012c5c6 to
7b64508
Compare
|
I changed the commit message to: [1] and the commit also already uses USER_PLUGINS_DIR as suggested. [1] |
so that BiglyBT can be installed in the PROGRAM_DIR without write permission for the user, and the user can store their own plugins in their USER_DIR.
7b64508 to
7b4fa0b
Compare
|
We need a USER_DIR to install BiglyBT globally on Linux so that BiglyBT can be installed in the PROGRAM_DIR, where users do not have write permissions, while users can store their plugins and configuration in the USER_DIR. |
Regarding issue #2157 , I noticed that
-Djava.library.path=and-Dazureus.install.pathare always equal but can be different , let install plugins on homedir while main jar is installed java.library.path , fix my packaging problem .