First empty dbus daemon that actually gets loaded by gnome-shell.

This commit is contained in:
Jonathan Lestrelin
2017-03-14 12:04:59 +01:00
commit 2cb6153579
9 changed files with 25568 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0"?><!--*-nxml-*-->
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
<policy context="default">
<allow send_destination="org.gnome.pass.search"
send_interface="org.gnome.pass.search"/>
</policy>
</busconfig>

View File

@@ -0,0 +1,9 @@
[Desktop Entry]
Version=1.0
Categories=GNOME;Security;
Icon=password-manager
Name=Pass
Comment=Gnome-shell search provider for pass
Terminal=false
Type=Application
OnlyShowIn=GNOME;

View File

@@ -0,0 +1,5 @@
[Shell Search Provider]
DesktopId=org.gnome.pass.search.desktop
BusName=org.gnome.pass.search
ObjectPath=/org/gnome/pass/search
Version=2

View File

@@ -0,0 +1,4 @@
[D-BUS Service]
Name=org.gnome.pass.search
Exec=/usr/lib/gnome-shell-search-pass/daemon.py
SystemdService=org.gnome.pass.search

View File

@@ -0,0 +1,7 @@
[Unit]
Description=Pass search provider for gnome-shell daemon
[Service]
Type=dbus
BusName=org.gnome.Pass.search
ExecStart=/usr/lib/gnome-shell-search-pass/daemon.py