-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
[BUG] 404 page not found on Debian unstable #954
Comments
Hey josch, |
No, my laptop is arm64 and not x86_64 -- otherwise the
Since I filed this bug 9 days ago, I rebooted the machine and now the 404 is gone. The reason is the environment variables exported in
Right after installing So this is not a bug in axolotl itself but a bug in the packaging. I'll leave it up to you close this issue or act upon it, for example by making axolotl not need these environment variables. Now that I no longer get a 404, my next issue is #943 but I already subscribed to that one. 🙂 |
Thanks for the information. You're the first to report the missing sourcing. Normally, the Debian |
The answer is easy. The postinst runs this:
So you spawn a bash process and that sources the axolotl.sh. From that point on, that bash process will have all the variables in axolotl.sh set. But then the bash process exits. The shell that spawned bash knows nothing about the variables of the bash process that just exited. Then the postinst shell script exits. In short: the variables you set in a maintainer script have no influence over the variables set in a user shell. |
Description
Basically the same as #888
Steps to Reproduce
axolotl_1.6.0-1_arm64.deb
from the releases pageExpected behavior: Something that is not a white screen with a 404 error
Actual behavior: A white screen with "404 page not found"
Versions
Please provide the Version as written in
Settings->About Axolotl
I wish I had any buttons...
Device
What device or OS are you using?
Debian unstable laptop.
Link to Debug Log
Please provide a link to debug from ~/.cache/upstart/application-click-textsecure.nanuc_textsecure*.log
Be careful it contains sensible data
I have so such file.
The text was updated successfully, but these errors were encountered: