portal: add a desktop portal
This commit is contained in:
parent
323a6ed953
commit
a162055f1d
38 changed files with 2389 additions and 27 deletions
4
etc/jay.portal
Normal file
4
etc/jay.portal
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[portal]
|
||||
DBusName=org.freedesktop.impl.portal.desktop.jay
|
||||
Interfaces=org.freedesktop.impl.portal.ScreenCast;
|
||||
UseIn=jay
|
||||
4
etc/org.freedesktop.impl.portal.desktop.jay.service
Normal file
4
etc/org.freedesktop.impl.portal.desktop.jay.service
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[D-BUS Service]
|
||||
Name=org.freedesktop.impl.portal.desktop.jay
|
||||
Exec=/bin/false
|
||||
SystemdService=xdg-desktop-portal-jay.service
|
||||
7
etc/xdg-desktop-portal-jay.service
Normal file
7
etc/xdg-desktop-portal-jay.service
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[Unit]
|
||||
Description=Jay Portal
|
||||
|
||||
[Service]
|
||||
Type=dbus
|
||||
BusName=org.freedesktop.impl.portal.desktop.jay
|
||||
ExecStart=/home/julian/bin/jay portal
|
||||
Loading…
Add table
Add a link
Reference in a new issue