ユーザーのファイルエクスプローラにファイルを表示するxdg-openなどのクロスプラットフォームソリューションはありますか?
xdg-open /path/to/file
残念ながらファイルが開きますが、私が望むのはファイルエクスプローラを開き、ファイルを強調表示することだけです。
ベストアンサー1
たぶんdbus
最高の選択肢かもしれません。少なくともGnomeとKDEはそれをサポートします。使用プロジェクト方法の表示:
dbus-send --session --dest=org.freedesktop.FileManager1 --type=method_call /org/freedesktop/FileManager1 org.freedesktop.FileManager1.ShowItems array:string:"file:///path/to/file" string:""