fix(thunar): fix "Open Terminal Here"

Fixes default custom action `Open Terminal Here`.
This commit is contained in:
REmerald 2024-06-07 18:41:21 +00:00 committed by GitHub
parent 503e83a896
commit 9a5b1b9a72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 <local/thunar_dbus>
}
/dev/tty rw,
include if exists <local/thunar>
}
}