* rename various elements to be more consistent with other search

providers
* remove useless dbus config file
* add TODO
* minor changes
This commit is contained in:
Jonathan Lestrelin
2017-03-14 21:47:52 +01:00
parent 9a256569d4
commit e73977f1b2
12 changed files with 40 additions and 43 deletions

View File

@@ -3,7 +3,7 @@ Version=1.0
Categories=GNOME;Security;
Icon=password-manager
Name=Pass
Comment=Gnome-shell search provider for 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.SearchProvider.desktop
BusName=org.gnome.Pass.SearchProvider
ObjectPath=/org/gnome/Pass/SearchProvider
Version=2

View File

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

View File

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

View File

@@ -1,10 +0,0 @@
<?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

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

View File

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

View File

@@ -1,7 +0,0 @@
[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