dde-application-manager/debian/control
black-desk 29e7ef2f00 fix: use XResQueryClientIds to get pid of xwindow
Code copy from https://gitlab.gnome.org/GNOME/metacity/-/merge_requests/13/diffs

The xprop `_NET_WM_PID` is set by the client side, even if the process
in running in some container. But when pid_ns is unshared, the processes
in side a container, will not be able to get the "right" pid of itself.

The "new" XResQueryClientIds added to XRes will fix this issue by
produce the pid in server side.

refs:

- https://gitlab.freedesktop.org/xorg/xserver/-/issues/1022#note_497597
- https://www.x.org/releases/X11R7.7/doc/resourceproto/resproto.txt

close linuxdeepin/developer-center#3802
2023-04-17 10:09:14 +00:00

34 lines
678 B
Plaintext

Source: dde-application-manager
Section: devel
Priority: optional
Maintainer: Deepin Packages Builder <packages@deepin.com>
Build-Depends:
cmake,
debhelper-compat (= 11),
pkg-config,
libcap-dev,
qt5-qmake,
qtbase5-dev,
qttools5-dev,
libdtkwidget-dev (>=5.4.19),
libdtkcore-dev (>=5.4.14),
libdtkcore5-bin (>=5.4.14),
libxcb1-dev,
libxres-dev,
libxcb-icccm4-dev,
libxcb-ewmh-dev,
libx11-dev,
libglib2.0-dev,
libgsettings-qt-dev,
Standards-Version: 4.1.3
Homepage: https://www.deepin.org
Package: dde-application-manager
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Description: dde application manager module
Application manager for DDE.