diff options
author | Mavridis Philippe <[email protected]> | 2024-02-01 16:44:26 +0200 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2024-02-01 16:53:20 +0200 |
commit | 4acb982e2d5b82ddfe603414665256323a25ad5e (patch) | |
tree | b137112d00a4340f0cf25b64ebe5926f505c3de2 /interfaces/xdg-desktop-portal-tde.desktop.cmake | |
download | xdg-desktop-portal-tde-4acb982e2d5b82ddfe603414665256323a25ad5e.tar.gz xdg-desktop-portal-tde-4acb982e2d5b82ddfe603414665256323a25ad5e.zip |
Initial commit
Adds implementation of FileChooser interface
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'interfaces/xdg-desktop-portal-tde.desktop.cmake')
-rw-r--r-- | interfaces/xdg-desktop-portal-tde.desktop.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/interfaces/xdg-desktop-portal-tde.desktop.cmake b/interfaces/xdg-desktop-portal-tde.desktop.cmake new file mode 100644 index 0000000..267f91d --- /dev/null +++ b/interfaces/xdg-desktop-portal-tde.desktop.cmake @@ -0,0 +1,5 @@ +[Desktop Entry] +Type=Application +Name=Portal +NoDisplay=true +Exec=@LIBEXEC_INSTALL_DIR@/xdg-desktop-portal-tde
\ No newline at end of file |