-
Notifications
You must be signed in to change notification settings - Fork 3
Switch default values for install from System to User directories #52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
WillNilges
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you updated your User environmental variable Also idk what happens if you have in both location the same plugin. |
|
Sounds good, yeah I figured the path was probably incorrect. I'll update the path and try again. |
- Previous installs of the plugin require more than User level permission
-> switch to User accessible and from Xournal supported directories
while keeping everything a CMake argument for custom overrides
- Add additional support of icon install
- Instead of scanning for files once on configure update and rescan directories for new files
and file changes every time the install command is ran
- Less CMake commands by extending the PreLoad.cmake file with default values
(they are now also removed from the main CMakeLists.txt file)
c1289f1 to
a056193
Compare
|
(I made no changes, just rebased it onto the current master to resolve conflicts) git rebase --onto 44ddc1829d7a995be6d27275d1af12403957769d ec328b945890e9a425a728cc5d2e33c901e139b2 |
Lua version conflict causing crashes in Xournal++ | undefined symbol error ("libinkpath.so: undefined symbol: lua_newuserdatauv")

Important
This breaks the execution of the
scripts/copy_dlls.shpart but that should be fixed in combination with #51 since this pull request automatically runs the same command after each build and copies the DLLs in the same directory as thelibinkpath.dll(and that directory is then copied to theinstall prefix / plugin namedirectory).I didn't edit it to make a future merge between them less bad.
This should fix it temporarily: