lxqt / lxqt-session

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

reaper: Build/Run on systems with procps-ng >= 4.0.0 #456

Closed palinek closed 1 year ago

palinek commented 1 year ago

On Linux, make it possible to use libproc2 or libprocps whichever is available.

Closes #427

palinek commented 1 year ago

Rebased, sorry I didn't realize, that my sources were out of sync with current master.

stefonarch commented 1 year ago

There has to be an issue maybe with rebasing - using this branch on wayfire it segfaults still:


(gdb) where
#0  0x00007ffa0a4d0705 in XkbUseExtension () at /usr/lib/libX11.so.6
#1  0x00007ffa0a4d130a in XkbGetAutoRepeatRate () at /usr/lib/libX11.so.6

I was using this patch until now, which worked.

EDIT: forget, it looks like an local issue on my checkout here.

palinek commented 1 year ago

Rebased (again) :)

tsujan commented 1 year ago

Any reason why this isn't merged yet? @palinek, do you intend to change something here?

palinek commented 1 year ago

do you intend to change something here?

Nope, I'm just waiting for green light from others.

tsujan commented 1 year ago

Let's have it in git. The more it's tested, the better.