refact: remove processguesser1service

BREAKING CHANGE: due to we couldn't guess the most of processes in a
right way, so we remove it.

Signed-off-by: ComixHe <heyuming@deepin.org>
This commit is contained in:
ComixHe
2024-03-06 14:34:04 +08:00
committed by Comix
parent 08350e3c80
commit 676e082b65
5 changed files with 0 additions and 168 deletions

View File

@ -1,9 +0,0 @@
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "https://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
<interface name="org.desktopspec.ProcessGuesser1">
<method name="GuessApplicationId">
<arg type="h" name="pidfd" direction="in" />
<arg type="s" name="appId" direction="out" />
</method>
</interface>
</node>