With live-distros you are mostly logged in as the root user.
And after installing it, a standard user has been created.
first of all, thanks for the answer. This explains a lot in the first place, I guess.
Now, am i right assuming that you can't open it at all ?
If so, i guess the permissions aren't correctly set (
did you download/install it with sudo ?)
Navigate (via terminal) into the folder where the appimage is located, then enter these 2 commands:
sudo chown USERNAME:USERNAME NameOfFile.AppImage
chmod 554 NameOfFile.AppImage
Try to open it afterwards without sudo (preferably via the terminal, to see any error output). If it works, it also works via right-click.
Let me explain what happens in my case: I
do am able to open the application, but just by terminal, using this line of command:
sudo ./NameOfFile.AppImage
which of course I took from this topic some answers ago.
Now, what I can't do is just double click on the icon and launch the application, or press enter or right-click and run whatever.
And no:
I didn't install with sudo. I don't even know what install means in this case: it looks like one of those .dmg application where you never really have and installation: the icon just sits on the folder and anytime you want to open it it looks like a new start ..
or may be this line of code means installation ..
sudo ./NameOfFile.AppImage
I don't know
I am going to try what you suggested and then get back here
If, on the other side, you can open it.. but can't access you ledger (when opening without root), then i'd assume you didn't add the udev-rules ?
Without them, your standard user is not allowed to access USB devices (more specifically, the ledger device).
In this case, you need to adjust them.
Look at
https://support.ledger.com/hc/en-us/articles/115005165269-Fix-connection-issues under 'Linux' for a How-to.
[/quote]