From 49ddb573c44d4d54110c2ee3b5c01696bb96beb0 Mon Sep 17 00:00:00 2001 From: Soispha Date: Thu, 28 Dec 2023 18:32:52 +0100 Subject: fix(sys/svcs/xdg/termfilechooser): Remove as river does not support it To be precise the xdg-foreign protocol is not supported by river. --- sys/svcs/xdg/default.nix | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'sys') diff --git a/sys/svcs/xdg/default.nix b/sys/svcs/xdg/default.nix index 95afaf51..57d915b3 100644 --- a/sys/svcs/xdg/default.nix +++ b/sys/svcs/xdg/default.nix @@ -7,20 +7,20 @@ xdg = { portal = { enable = true; - termfilechooser = { - enable = true; - settings = { - filechooser = { - cmd = "${sysLib.writeShellScriptWithLibraryAndKeepPath { - name = "lf_wrapper"; - src = ./scripts/lf_wrapper; - dependencies = with pkgs; [ - lf - ]; - }}"; - }; - }; - }; + # termfilechooser = { + # enable = false; + # settings = { + # filechooser = { + # cmd = "${sysLib.writeShellScriptWithLibraryAndKeepPath { + # name = "lf_wrapper"; + # src = ./scripts/lf_wrapper; + # dependencies = with pkgs; [ + # lf + # ]; + # }}"; + # }; + # }; + # }; config = { common = { # NOTE: The next entry is supposedly needed for gtk based apps <2023-08-31> @@ -35,7 +35,7 @@ extraPortals = with pkgs; [ xdg-desktop-portal-gtk xdg-desktop-portal-wlr - xdg-desktop-portal-termfilechooser + # xdg-desktop-portal-termfilechooser ]; }; }; -- cgit 1.4.1