mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
post changes after merging BS1.7.4
Remove tracking etc..
This commit is contained in:
@@ -554,7 +554,7 @@ void desktop_open_any_folder( const std::string path )
|
||||
#elif __APPLE__
|
||||
openFolderForFile(from_u8(path));
|
||||
#else
|
||||
const char *argv[] = {"nautilus", path.data(), nullptr};
|
||||
const char *argv[] = {"xdg-open", path.data(), nullptr};
|
||||
|
||||
// Check if we're running in an AppImage container, if so, we need to remove AppImage's env vars,
|
||||
// because they may mess up the environment expected by the file manager.
|
||||
|
||||
Reference in New Issue
Block a user