Fuco1 / dired-hacks

Collection of useful dired additions
GNU General Public License v3.0
877 stars 77 forks source link

fix(dired-open-xdg): Programs that want a shell when using xdg-open #216

Closed Thaodan closed 7 months ago

Thaodan commented 7 months ago

Some programms such as mpv don't like it when xdg-open is called without shell attached.

Use call-process-shell-command just does that.

Fuco1 commented 7 months ago

Thanks, good catch!