mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 14:56:06 +02:00
Fix Linux OpenFolderAndSelectItem 1
This commit is contained in:
@@ -240,11 +240,11 @@ namespace VRCX
|
|||||||
{ "nautilus", path },
|
{ "nautilus", path },
|
||||||
{ "nemo", path },
|
{ "nemo", path },
|
||||||
{ "thunar", path },
|
{ "thunar", path },
|
||||||
{ "caja", path },
|
{ "caja", $"--select \"{path}\"" },
|
||||||
{ "pcmanfm", path },
|
{ "pcmanfm-qt", directoryPath },
|
||||||
{ "dolphin", path },
|
{ "pcmanfm", directoryPath },
|
||||||
{ "ranger", path },
|
{ "dolphin", $"--select \"{path}\"" },
|
||||||
{ "konqueror", path },
|
{ "konqueror", $"--select \"{path}\"" },
|
||||||
{ "xdg-open", directoryPath }
|
{ "xdg-open", directoryPath }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user