* 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:
@@ -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;
|
5
conf/org.gnome.Pass.SearchProvider.ini
Normal file
5
conf/org.gnome.Pass.SearchProvider.ini
Normal 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
|
4
conf/org.gnome.Pass.SearchProvider.service.dbus
Normal file
4
conf/org.gnome.Pass.SearchProvider.service.dbus
Normal 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
|
7
conf/org.gnome.Pass.SearchProvider.service.systemd
Normal file
7
conf/org.gnome.Pass.SearchProvider.service.systemd
Normal 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
|
@@ -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>
|
@@ -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
|
@@ -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
|
@@ -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
|
Reference in New Issue
Block a user