Activate logging in session
Hi,
I'm using debian testing with XFCE and installed i3 through the repository. To start i3 I just select it on the login screen from the desktop manager. I wanted to activate logging, but changing the Exec
line in /usr/share/xsessions/i3.desktop
leads to the following error:
Xsession: unable to launch “i3 -V -d all > $HOME/.i3/log-$(date +'%F-%k-%M-%S') 2>&1″ X session —“i3 -V -d all > $HOME/.i3/log-$(date +'%F-%k-%M-%S') 2>&1″ not found; falling back to default session.
I used https://ask.fedoraproject.org/en/ques... to create it. Also tried the debugging description from the docs, but I get the same error. The command i3-dump-log
from the docs is working, but I would prefer to have session-based logfiles instead of dumping it manually.
Any hints on how to solve the Xsession problem or how to activate logging with specific logfiles?
PS: Apologies for not linking to my sources, my karma is not sufficient for that yet.