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

Some info about running on Manjaro #486

Closed
TheK0tYaRa opened this issue Apr 13, 2020 · 10 comments
Closed

Some info about running on Manjaro #486

TheK0tYaRa opened this issue Apr 13, 2020 · 10 comments

Comments

@TheK0tYaRa
Copy link

On manjaro it's required to use full path instead of
~/.steam/steam/steamapps/compatdata/359320/pfx/drive_c/users/steamuser/Saved Games/Frontier Developments/Elite Dangerous
for it to work. Also the field "Ship" is empty.

@TheK0tYaRa
Copy link
Author

Currently it's not empty so i suppose it didn't find it right away.

@D33pfield
Copy link

Yes that will work. I recommend making a symbolic link to /Frontier Developments/Elite Dangerous/ in a more convenient place though. You'll save yourself a ton of headache and typing in the future.

@Athanasius Athanasius added the documentation Documentation update required label Jun 29, 2020
@Athanasius
Copy link
Contributor

Re: original comment. Basically you're saying Manjaro doesn't support ~ to mean "The user's home directory" ?

I assume you're referring to the instructions for "Linux with Steam Play:" at https://github.com/EDCD/EDMarketConnector/wiki/Installation-&-Setup , yes ?

Can one of you give the precise alternate instructions, then I'll update the docs. Thanks.

@A-UNDERSCORE-D
Copy link
Contributor

@Athanasius IIRC I had this as well, appeared that ~ is not being expanded.

@Athanasius
Copy link
Contributor

Is $HOME expanded ?

Mostly I just want a 100% clear set of instructions to put in the Troubleshooting wiki page then this ticket is done with.

@Athanasius Athanasius reopened this Jul 22, 2020
@A-UNDERSCORE-D
Copy link
Contributor

I would assume not as that would imply that its expanding environment variables. I would state that a fully resolved path is required. Which can be gotten easily with realpath ~/path/to/elite or pwd in the directory wanted

@Athanasius
Copy link
Contributor

What actually happens in terms of errors experienced if you get this wrong? i.e. what would be a section title in Wiki->Troubleshooting ?

I'd appreciate it if you could edit Troubleshooting, and perhaps Installation & Setup too to add the relevant information.

@A-UNDERSCORE-D
Copy link
Contributor

it would be a "typical" directory not found:

>>> open("~/.config/EDMarketConnector/EDMarketConnector.ini")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
FileNotFoundError: [Errno 2] No such file or directory: '~/.config/EDMarketConnector/EDMarketConnector.ini'
>>> open("/home/ad/.config/EDMarketConnector/EDMarketConnector.ini")
<_io.TextIOWrapper name='/home/ad/.config/EDMarketConnector/EDMarketConnector.ini' mode='r' encoding='UTF-8'>

and similar. But I think the fix here is to actually expand ~ when looking it up is a better idea. Is an oneline change that I can open a PR for

@Athanasius
Copy link
Contributor

Please try out 4.0.3-rc3 .

NB: If you happened to try any of the earlier 4.0.3-rcX series please uninstall EDMC first, then install -rc3. All your configuration and third-party plugins will be unaffected (assuming you put third-party plugins in the correct place, not the install folder!).

@Athanasius Athanasius added bug and removed documentation Documentation update required labels Jul 23, 2020
@Athanasius
Copy link
Contributor

The fix is in 4.0.3.

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

No branches or pull requests

4 participants