I don’t know hot to make Daedalus work on this PC. I installed a fresh Ubuntu installation, downloaded Daedalus bin file, make the file executable (chmod), but it is still not showing up the icon on the desktop. I have a screenshot of the terminal post installation, and I will atttach it to this post. Thank you
That looks a little bit wrong. Did you run the installation with sudo?
Because according to the screenshot, it installed everything into root’s user directories under /root/.local/. Which also explains why you (as j) do not have an icon.
This will only lead to problems later on (because while it is running, it has to write to those created directories and your normal user won’t be allowed to write to /root/.local/share/Daedalus/).
Easiest would probably be to run the installation again, but make sure to run it as j without any sudo at all.
(Don’t think it will automatically put an icon on the desktop – but it should be available on that screen where you can search for applications and from there you can fix and/or drag and drop it as usual on Ubuntu.)
Okay, I ran the bin file as a regular user and then got permission problems. Fixed them with this link: Installing daedalus-5.3.1-66691-mainnet-f14275aa5-x86_64-linux.bin with permission denied (ubuntu 24.04)
Thank you, it works now.
