29e7ef2f004d42c5067be5ace02c28613c6f1c96
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
DDE Application Manager
DDE Application Manager is the app manager of Deepin Desktop Environment.
Dependencies
You can also check the "Depends" provided in the debian/control
file.
Build dependencies
You can also check the "Build-Depends" provided in the debian/control
file.
Installation
Build from source code
-
Make sure you have installed all dependencies.
-
Build:
$ cd dde-applications-manager
$ cmake -Bbuild .
$ cmake --build build -j`nproc`
- Install
sudo cmake --install build
Getting help
Getting involved
We encourage you to report issues and contribute changes
- Contribution guide for developers. (English)
- 开发者代码贡献指南 (中文)
License
dde-applications-manager is licensed under GPL-3.0-or-later.
Description
Languages
C++
94.3%
CMake
4.2%
Shell
1.5%