-
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
(Linux) Bad work directory by default #34
Comments
This happens to me, too. Cannot launch GrayJay from either a .desktop file. Running Ubuntu Linux 22.04.5 LTS. See snippets below. When launching via .desktop file, nothing happens (the errors and core dump happen in the background, invisibly). If I .desktop file
Terminal
|
I'm experiencing similar issues, it doesn't launch no matter what. I'm running it on Kubuntu 24.04.1 LTS x86_64 I extracted the application to Here's the log from the terminal:
|
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. |
@Zvonimir-FUTO Not fixed, now app launches, but with blank window. |
I believe I am seeing this while working on #14 It seems like this line
--disable-web-security for what I presume is an internal web server that displays the UI.
Log snippet:
it seems like there should be a |
when run by simple
/home/eg/Soft_AppImage/Grayjay/Grayjay
it crashes withCEF:File not found at native path '/home/user/cef/dotcefnative'.
so i had to use
bash -c 'cd /home/eg/Soft_AppImage/Grayjay/ && ./Grayjay'
for menu itemThe text was updated successfully, but these errors were encountered: