mirror of
https://github.com/theCheeseboard/thedesk.git
synced 2025-01-22 10:22:02 -05:00
Add thedesk-portals configuration file
This commit is contained in:
parent
78e4fe4264
commit
888d6bc303
2 changed files with 4 additions and 0 deletions
|
@ -144,6 +144,8 @@ configure_file(xdg-desktop-portal-thedesk.service.in ${CMAKE_BINARY_DIR}/xdg-des
|
|||
|
||||
install(FILES thedesk.portal
|
||||
DESTINATION ${CMAKE_INSTALL_DATADIR}/xdg-desktop-portal/portals)
|
||||
install(FILES thedesk-portals.conf
|
||||
DESTINATION ${CMAKE_INSTALL_DATADIR}/xdg-desktop-portal)
|
||||
install(FILES ${CMAKE_BINARY_DIR}/org.freedesktop.impl.portal.desktop.thedesk.service
|
||||
DESTINATION ${CMAKE_INSTALL_DATADIR}/dbus-1/services)
|
||||
install(FILES ${CMAKE_BINARY_DIR}/xdg-desktop-portal-thedesk.service
|
||||
|
|
2
desktop-portal/thedesk-portals.conf
Normal file
2
desktop-portal/thedesk-portals.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
[preferred]
|
||||
default=thedesk
|
Loading…
Reference in a new issue