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

[Bug] GUI Does not Load on Ubuntu 24.04 with Chia 2.3.0 from packaged installer #17956

Open
BrandtH22 opened this issue May 2, 2024 · 3 comments
Assignees
Labels
2.3.0 bug Something isn't working GUI Related to the Chia GUI Linux Linux impact

Comments

@BrandtH22
Copy link
Contributor

What happened?

Reproduction steps:

  • clean install of ubuntu 24.04
  • clean install of chia 2.3.0
  • attempt to load the chia gui (no effect from clicking the gui icon, below image is from chiaminejp and uses the cli to run the GUI)

paste (6)

Workaround, thank you chiaminjp!!:

run sudo chmod 4755 /opt/chia/chrome-sandbox
then launch the GUI

Version

2.3.0

What platform are you using?

Linux

What ui mode are you using?

GUI

Relevant log output

No response

@BrandtH22 BrandtH22 added bug Something isn't working GUI Related to the Chia GUI Linux Linux impact 2.3.0 labels May 2, 2024
@BrandtH22
Copy link
Contributor Author

BrandtH22 commented May 2, 2024

Note, on ubuntu 24 there is no native GUI software for installing chia.
Previous versions of ubuntu had the Software Installer application which could be used but ubuntu 24 replaces this with the app store which does not support the .deb files.

When a user clicks on the downloaded file in firefox:
click_in_firefox

When a user double clicks in the downloads directory:
double_click_in_folder

Current workarounds-
GUI: install the gnome software package manager and use that to install the deb
CLI: use dpkg sudo dpkg -i ./chia-blockchain_2.3.0_amd64.deb or use the apt package manager to install the deb sudo apt install ./chia-blockchain_2.3.0_amd64.deb NOTE - this is really not a workaround for the deb package as apt will actually install the apt package instead so one can just run sudo apt install chia-blockchain without ever downloading the deb and have the same result.

@BrandtH22
Copy link
Contributor Author

Additional logs from a user who experienced this:

Kayt_2024-05-02_213915.mp4

opt_chia_chia-blockchain.1000.crash.txt

@wjblanke
Copy link
Contributor

wjblanke commented May 8, 2024

This is in the rpm in electron-builder.js

  "--rpm-attr=4755,root,root:/opt/chia/chrome-sandbox",

but not in the deb

Ubuntu 24 must have done something to need this now so we should add it to the deb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.3.0 bug Something isn't working GUI Related to the Chia GUI Linux Linux impact
Projects
None yet
Development

No branches or pull requests

3 participants