You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 31, 2019. It is now read-only.
/usr/share is for files from packages that are not ARM specific. (Like doc, icons, and text ...)
I would check what pip have to offer in term of managed installation process (witch i have no idea, i just know that what python people do ;p ).
Or just put the openplotter folder in /opt/ as it's the place for standalone applications that don't integrate with the linux structure. (that's where I plan to put openplotter on my OS)
If you choose to integrate in the Linux architecture, you kinda have to spread your app across the filesystem. Binaries in bin, libraries lib or include, configs in etc logs in /var/log, static files in /share, pid and socket files in /var/run ....
But in your case most will be in /usr/local/*.
/usr cuz user level (runlevel3) stuff
local cuz it's not meant to be updated by any external process like apt or puppet.
Default installation location for openplotter is
~/.config
But it should be
~/.local/share/
Only configuration files be in
.config
On a larger view. openplotter should not be in any ~/ folder. but that's a bigger job.
The text was updated successfully, but these errors were encountered: