-
Notifications
You must be signed in to change notification settings - Fork 59
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
Setup troubles #191
Comments
Are these
|
I decided to
|
Make sure you wipe out any previous installation so all the files you are left with are from the new install:
You must have downloaded the
For Ubuntu Focal, you need to import
So whatever you installed is not from the xpra repo, and that's not going to work well: https://github.com/Xpra-org/xpra/wiki/Distribution-Packages-Ubuntu Sure enough, I see:
That's so old, broken and insecure it's a miracle it managed to run at all.
You don't have It does mean that files from the previous package installation may take precedence... this would explain your problem. |
That all makes sense, thank you! I'll try using the 2018 key and installing uglifyjs. |
Hmm, after importing the 2018 key with
Note: Before this, I had Xpra completely wiped from my |
(on the bright side, |
My advice at this point, compounded by https://github.com/Xpra-org/xpra/wiki/Distribution-Packages, is to not use Debian or Ubuntu... OK, I'll look into it but I'm getting really annoyed at this constant Debian inflicted waste of my time. |
Personally, I can containerize into a non-Debian-based environment, so don't dive back into that hole on my account! I'm sorry to hear about that tedious maintenance burden. |
Despite your recommendation, I was seemingly able to install xpra from source in my Ubuntu 20.04 environment with the following commands:
However, in line with your recommendation, I can't confirm that it actually worked:
|
That's a different problem. Once that's done, it should work OK. |
🤦🏻 Why wasn't I looking at the log files...
|
|
From https://github.com/Xpra-org/xpra/blob/master/docs/Build/Debian.md, to be able to run xpra, you are likely to need: apt-get install xvfb python3-cairo python3-gi-cairo \
python3-opengl python3-lz4 python3-rencode python3-pil |
Thanks! After just installing PIL, I see an xpra desktop background! Also, |
Perhaps you didn't have any decent picture encoders before... and now you do.
That's your server version, |
Gah, of course, thanks. Sorry for my various server/client confusions, and thanks for helping me debug my server setup in this thread! |
Success! I've gotten a custom There's more server-related debugging to do (xterm isn't appearing anymore), but I'll close this issue for now. Thank you very much! |
FWIW, here's the remaining debugging I'm looking at: Server logs before client connects
Server logs after client connects
Client logs
|
I'm having trouble setting up my environment for xpra-html5 development.
sudo ./setup.py install
, even though I got a lot of errors/warnings (probably similar to the ones below). I noticed that the desktop background image in the xpra session changed to the cat, which I assumed indicated a version bump.sudo ./setup.py install
(again with lots of errors/warnings), but I didn't see any change in the website (i.e. no error in the browser console when I added aconsole.error
to the page's source).Help! 😆
Here is the latest path I took in my mostly-default Ubuntu 20.04 environment (consecutive commands, complete output, just split into multiple single-command snippets for readability):
The text was updated successfully, but these errors were encountered: