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

Frontend.XF.GTK: different exitCode on root #257

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 28, 2024

  1. Frontend.XF.GTK: different exitCode on root

    An error occurs when geewallet is run with root permissions,
    thus it’s necessary to restrict users from running it as root:
    
    ```
    mkdir: cannot create directory ‘/run/user/0’: Permission denied
    realpath: '': No such file or directory
    realpath: '': No such file or directory
    realpath: '': No such file or directory
    realpath: '': No such file or directory
    realpath: '': No such file or directory
    realpath: '': No such file or directory
    realpath: '': No such file or directory
    realpath: '': No such file or directory
    Authorization required, but no authorization protocol specified
    
    (geewallet:5797): Gtk-WARNING **: 09:01:13.760: cannot open display: :0
    ```
    Mersho committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    b862202 View commit details
    Browse the repository at this point in the history