opens with "/root" as right_panel.path
I would not recommend having mini-commander open the path "/root" in the right panel because user has no permissions to view this folder.
In order to change that, in mc.c replace the line (118)
`strcpy(right_panel.path,"/root"); `
with
`strcpy(right_panel.path,right_panel.path); `
and both panels will open the home directory by default.
关闭于 2024-02-21 2 条评论