-
Notifications
You must be signed in to change notification settings - Fork 30
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
Unable to run from /opt/grayjay #167
Comments
There is also the issue of the application writing logs to the installation path, so if you move to /opt/grayjay it will try to write logs under /opt/grayjay. Running under /opt/ will need some more work. |
Put:
It'll work as expected. It really wants the current directory to be where it lives when you start it. |
Not for me. It still gives:
|
See the other part of my comment. It needs to write to its directory. So you will need to ensure the permissions allow this. |
Oh, so that is the reason why it doesn't work from Mate's custom application launcher icon. I would have to create a script. Damn it. |
Done. It now checks to see if the old style dir exists first and then uses that. Otherwise, it will use a new style dir which prioritizes:
Depending on what exists. This will be released in the next update. |
Implemented in latest version. |
I tried V4, still failing:
|
Can you try deleting Portable file? This will force Grayjay to use following locations for storing files:
|
I removed The current error is:
|
im experiencing this too in #14 i think the cause is around here
Looks like also the docs for
so maybe theres a workaround or something Ultimately the solution may be as simple as changing to |
A similar issue seems to be present at
grayjay.png . All uses of Path.GetFullPath may need to be checked and set up to use the existing base directory that respects XDG_DATA_HOME
|
i am mistaken. Both of these instances are expecting a path in the installation directory, not the user data directory. however, this instance
|
What happened?
I moved grayjay to
/opt
and removedPortable
fileAfter running
/opt/Grayjay.Desktop-linux-x64-v2/Grayjay --no-sandbox
I'm getting:After copying this directory I'm getting:
Grayjay Version
2
What plugins are you seeing the problem on?
All
Plugin Version
No response
Which operating system are you using?
Linux
When do you experience the issue?
Are you using a VPN?
No
Relevant log output
No response
The text was updated successfully, but these errors were encountered: