-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Labels
Description
Expected Behavior
tmux server created inside LXQt persists after logging out and can be attached later
Current Behavior
Since #374, the tmux server is gone upon logging out
Possible Solution
- A whitelist for procceses that should not be killed? See comments at session: Become subreaper & end children upon finish #374 for previous discussions.
- Check how other desktop environments work?
Steps to Reproduce (for bugs)
- Run qterminal from within LXQt (click the quicklaunch button in my case)
- Run tmux
- Detach the tmux session. Now the tmux server is a sub-process of lxqt-session. Here are partial outputs of
pstree
:
│ └─lxqt-session─┬─
│ ├─tmux: server───zsh
- Log out of the LXQt session
Context
I wanted to observe how proccese are killed #374 by running journalctl --follow
in tmux.
System Information
- Distribution & Version: Arch Linux
- Kernel: 5.10.28
- Qt Version: 5.15
- liblxqt Version: git
- lxqt-build-tools Version: git
- Package version: git