From f319803e12614086e4b39384d700a2ceaccb392e Mon Sep 17 00:00:00 2001 From: John Ankarstrom Date: Wed, 7 Jul 2021 23:48:29 +0200 Subject: (ROX) Fix tar association, add tar.bz2 association --- .../rox.sourceforge.net/MIME-types/application_x-bzip-compressed-tar | 1 + .../rox.sourceforge.net/MIME-types/application_x-compressed-tar | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 120000 home/john/.config/rox.sourceforge.net/MIME-types/application_x-bzip-compressed-tar diff --git a/home/john/.config/rox.sourceforge.net/MIME-types/application_x-bzip-compressed-tar b/home/john/.config/rox.sourceforge.net/MIME-types/application_x-bzip-compressed-tar new file mode 120000 index 0000000..99aa6c7 --- /dev/null +++ b/home/john/.config/rox.sourceforge.net/MIME-types/application_x-bzip-compressed-tar @@ -0,0 +1 @@ +application_x-compressed-tar \ No newline at end of file diff --git a/home/john/.config/rox.sourceforge.net/MIME-types/application_x-compressed-tar b/home/john/.config/rox.sourceforge.net/MIME-types/application_x-compressed-tar index b41589a..ba4dabb 100755 --- a/home/john/.config/rox.sourceforge.net/MIME-types/application_x-compressed-tar +++ b/home/john/.config/rox.sourceforge.net/MIME-types/application_x-compressed-tar @@ -1,2 +1,3 @@ #! /bin/sh -exec xterm -e tar -xf "$@" +cd "$(dirname "$1")" +exec xtopen tar -xf "$@" -- cgit v1.2.3