Skip to content
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

Hidden folder support on Linux #141

Open
Era-Dorta opened this issue Nov 15, 2015 · 5 comments
Open

Hidden folder support on Linux #141

Era-Dorta opened this issue Nov 15, 2015 · 5 comments
Labels

Comments

@Era-Dorta
Copy link

On ubuntu the default folder for steam games is ~/.local/share/Steam/steamapps/common
The dialogue for selecting the location of KSP does not show any hidden folders, at least having the option to input the folder path manually would fix it. As a workaround I had to create a link.

@Era-Dorta
Copy link
Author

Via terminal it can be done with ln -s ~/.local/share/Steam/steamapps/common/Kerbal\ Space\ Program/ ~/KSP that would create a link in your home folder called KSP to the steam kerbal space program folder.

@Era-Dorta
Copy link
Author

I considered trying to write a pull request to solve this, but according to this thread it might not be possible to solve
http://mono.1490590.n4.nabble.com/Show-Linux-quot-quot-hidden-directories-td4649617.html
Looking at the FolderBrowserDialog class reference, I was unable to see any option to show hidden folders.

@petersohn
Copy link

Maybe a way to manually enter a path would be a solution to the problem.

@MacTee
Copy link
Owner

MacTee commented Jan 24, 2016

Thanks for the report and additional infos.
I'll try to find a way to show hidden folder and add the info about the link to the 'how to'

@MacTee MacTee added the bug label Jan 24, 2016
@Era-Dorta
Copy link
Author

As a bit of extra information, the people at CKAN don't show it either, but they check for several Steam paths
https://github.com/KSP-CKAN/CKAN/blob/78d03712060028fe4ed4b963c97b9db08a9c45f4/Core/KSPPathUtils.cs#L36-L42
and the same for KSP path
https://github.com/KSP-CKAN/CKAN/blob/78d03712060028fe4ed4b963c97b9db08a9c45f4/Core/KSPPathUtils.cs#L91-L112

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants