Closed isole closed 2 months ago
...Feishin is a user
application (on the level of something like Spotify, Discord, etc). You should not be running as root. This error is showing that Feishin cannot access your X server (which is not unexpected).
...Feishin is a
user
application (on the level of something like Spotify, Discord, etc). You should not be running as root. This error is showing that Feishin cannot access your X server (which is not unexpected).
Sure, I just ran it as root to see if it's permissions issue, and see if I can get more information.
sysctl kernel.unprivileged_userns_clone
returns 1, so user unprivileged namespaces are enabled.
Forgot to mention that the application starts successfully with --no-sandbox
, as a normal user.
https://github.com/electron/electron/issues/41066 thanks ubuntu, I guess. I'll look into updating the docs I guess.
Expected Behavior
Feishin starts
Current Behavior
Running 'feishin' as a non-root user fails with the following error:
[127667:0904/224704.120276:FATAL:credentials.cc(127)] Check failed: . : Permission denied (13) Trace/breakpoint trap (core dumped)
Running as root with
sudo feishin --no-sandbox
, crashes with the following stacktrace:Removed the
~/.config/feishin
folder to exclude that the credentials to the server are wrong (which are not, but just in case and to rule out that), but still crashes with the same error.If it's a graphics issue, here are the installed drivers:
Steps to Reproduce
Upgrade to Ubuntu 24.04.01 from 22.04.01 (Haven't tested clean install)
Possible Solution
No response
Context
No response
Application version
0.7.3+
Operating System and version
Ubuntu 24.04.01
Server and Version
Navidrome 0.52.5 (c5560888)
Node Version (if developing locally)
No response