From 9a5b1b9a72f52e568910618d5dd7e8ea849e55cb Mon Sep 17 00:00:00 2001 From: REmerald <55359236+REmerald@users.noreply.github.com> Date: Fri, 7 Jun 2024 18:41:21 +0000 Subject: [PATCH] fix(thunar): fix "Open Terminal Here" Fixes default custom action `Open Terminal Here`. --- apparmor.d/groups/xfce/thunar | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apparmor.d/groups/xfce/thunar b/apparmor.d/groups/xfce/thunar index 21cf4e222..1793be68c 100644 --- a/apparmor.d/groups/xfce/thunar +++ b/apparmor.d/groups/xfce/thunar @@ -19,6 +19,8 @@ profile thunar @{exec_path} { @{exec_path} mr, + @{sh_path} rix, + @{bin}/exo-open rPx, @{bin}/thunar-volman rPx, @{bin}/dbus-launch rCx -> dbus, @{open_path} rPx -> child-open, @@ -61,5 +63,7 @@ profile thunar @{exec_path} { include if exists } + /dev/tty rw, + include if exists -} \ No newline at end of file +}