-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
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
Paperwork update #81969
Paperwork update #81969
Conversation
Also install paperwork-shell and desktop file
It is only used for paperwork and is now unmaintained.
@symphorien: Currently on the road, will review tomorrow. Thanks for the pull request. |
# paperwork-shell install copies everything to $HOME/.local/share instead of $out/share | ||
mkdir -p home/.local | ||
mkdir -p $out/share | ||
ln -s $out/share home/.local/share | ||
HOME=$(readlink -f home) $out/bin/paperwork-shell install |
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.
What about the following instead?
# paperwork-shell install copies everything to $HOME/.local/share instead of $out/share | |
mkdir -p home/.local | |
mkdir -p $out/share | |
ln -s $out/share home/.local/share | |
HOME=$(readlink -f home) $out/bin/paperwork-shell install | |
XDG_DATA_HOME="$out/share" "$out/bin/payperwork-shell" install |
Also, did you check whether payperwork-shell actually works at runtime?
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.
yes your suggestion works :)
(minus the typo)
about paperwork-shell: yes, for example result/bin/paperwork-shell chkdeps paperwork
works whereas it used to complain about a missing paperwork module.
And now that I once again failed at git, I have to close this pull request and reopen a new one. Sorry for the inconvenience. |
See #81921, which I closed involuntarily.