Skip to content

Commit

Permalink
Manager: Fix button to open log location on Linux for some configurat…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
Sejsel committed Jun 18, 2024
1 parent 039b62c commit dbae33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArcdpsLogManager/Controls/LogDetailPanel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ public LogDetailPanel(LogCache logCache, ApiData apiData, LogDataProcessor logPr
var dbusArgs = "--session --dest=org.freedesktop.FileManager1 " +
"--type=method_call /org/freedesktop/FileManager1 org.freedesktop.FileManager1.ShowItems " +
$"array:string:\"{logData.FileName}\" string:\"\"";
$"array:string:\"file://{logData.FileName}\" string:\"\"";
var dbusProcessInfo = new ProcessStartInfo()
{
FileName = "dbus-send",
Expand Down

0 comments on commit dbae33b

Please sign in to comment.