-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open Containing Folder
opens the actual file instead of the folder
#6449
Comments
Open Containing Folder
** opens the actual file instead of the folderOpen Containing Folder
opens the actual file instead of the folder
@Noisyfox |
Yeah, linux does not have a common "open containing folder" command. I think the best option is to open the folder without the file been seleceted automaically, instead of using a disto-specific command. |
So, ... is there anything that could be done to solve this? |
This. |
Sorry, I'm not able to follow.😅 |
A proper "Open containing folder" command does two things:
To achieve this on Linux, a proper implementation will look something like this: https://github.com/chromium/chromium/blob/81e87b5df4454f9e3d73306171b9840c1c09d1a7/chrome/browser/platform_util_linux.cc#L62-L293 It's just too much effort for such a simple thing, especially when you can achieve this with (almost) a single command on Windows and macOS: OrcaSlicer/src/slic3r/GUI/GUI.cpp Lines 556 to 559 in 9a26001
So, instead, for Linux I think it's much easier to just do step 1 without step 2, which should be achieved by a |
Thank you for the thorough explanation. 👍
I totally agree, but I don't know how to achieve the following:
|
Fix "Open Containing Folder" on Linux (#6449)
Fix "Open Containing Folder" on Linux (SoftFever#6449)
Fix "Open Containing Folder" on Linux (SoftFever/OrcaSlicer#6449)
Is there an existing issue for this problem?
OrcaSlicer Version
7082e94
System Details Report
Hardware Information:
Software Information:
How to reproduce
Open Containing Folder
Actual results
Instead of the containing folder, the actual file is opened in another instance of Orca.
Expected results
The folder containing the project file should open.
The text was updated successfully, but these errors were encountered: