-
Notifications
You must be signed in to change notification settings - Fork 4
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
fix: void Xsession
fail when $HOME is full
#1
fix: void Xsession
fail when $HOME is full
#1
Conversation
When user home is full, scripts write to a file in user home will failed. After redirect stdout and stderr to ERRFILE, aka $HOME/.xsession-errors, this script echo a line to that file. This echo might failed and make this script exit with error. In that case, the session leader will not able to even start. Releated: linuxdeepin/developer-center#4685 Releated: linuxdeepin/dde-daemon#526 Signed-off-by: black-desk <me@black-desk.cn>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: black-desk The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
f29b208
to
d9cfc28
Compare
TAG Bot TAG: 1%7.7+23-deepin1 |
Signed-off-by: black-desk <me@black-desk.cn>
7e9bfaa
to
5b18592
Compare
/integrate |
2 similar comments
/integrate |
/integrate |
AutoIntegrationPr Bot |
/lgtm |
When user home is full,
scripts write to a file in user home will failed.
After redirect stdout and stderr to ERRFILE,
aka $HOME/.xsession-errors,
this script echo a line to that file.
This echo might failed and make this script exit with error.
In that case, the session leader will not able to even start.
Releated: linuxdeepin/developer-center#4685
Releated: linuxdeepin/dde-daemon#526