commit f54a851586ff3762e0426ea9265ffb3499f93ad5 Author: Adeodato Simó Date: Sun Mar 1 14:10:15 2009 +0100 src/DownloadListCtrl.cpp: use xdg-open as default instead of mplayer. --- src/DownloadListCtrl.cpp.orig 2026-06-08 08:48:19 UTC +++ src/DownloadListCtrl.cpp @@ -1435,7 +1435,7 @@ void CDownloadListCtrl::PreviewFile(CPartFile* file) _("File preview"), wxOK, this); // Since newer versions for some reason mplayer does not automatically // select video output device and needs a parameter, go figure... - command = "xterm -T \"aMule Preview\" -iconic -e mplayer " QUOTE "$file" QUOTE; + command = "xterm -T \"aMule Preview\" -iconic -e xdg-open " QUOTE "$file" QUOTE; } else { command = thePrefs::GetVideoPlayer(); }