lxqt / lxqt-session

The LXQt session manager
https://lxqt.github.io
GNU Lesser General Public License v2.1
57 stars 52 forks source link

Prevent cut text in header of Environment page #422

Closed tsujan closed 2 years ago

tsujan commented 2 years ago

Closes https://github.com/lxqt/lxqt-session/issues/421

stefonarch commented 2 years ago

GTM I experienced the first crash ever of lxqt-session: compiling this branch and opening lxqt-config-session ;)

tsujan commented 2 years ago

I experienced the first crash ever of lxqt-session:

It definitely cannot be caused by this patch. A backtrace might be informative.

tsujan commented 2 years ago

Oh, you probably meant running lxqt-session inside lxqt-session.

stefonarch commented 2 years ago

I compiled the branch and opened lxqt-config-session, that was all. I tried now to repeat it, didn't happen.

tsujan commented 2 years ago

Once I compiled lxqt-session and ran lxqt-session from the build dir by mistake. A mess happened.

Anyway, it's good to hunt crashes by getting backtraces with coredumpctl gdb APP_NAMEwhereq. I clean /var/lib/systemd/coredump after getting a backtrace to make sure I won't get an old one later.