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

Doesn't launch in openbox via RDP #2518

Open
Arseniys1 opened this issue Nov 1, 2024 · 5 comments
Open

Doesn't launch in openbox via RDP #2518

Arseniys1 opened this issue Nov 1, 2024 · 5 comments

Comments

@Arseniys1
Copy link

Error:
chrome_crashpad_handler: --database is required Try 'chrome_crashpad_handler --help' for more information. [4466:1101/150603.361292:ERROR:socket.cc(120)] recvmsg: Connection reset by peer (104) Trace/breakpoint trap (core dumped)

Firefox and Chromium start normally.
what could be the problem?

@Arseniys1
Copy link
Author

system ubuntu-server

@PalmerAL
Copy link
Collaborator

PalmerAL commented Nov 6, 2024

Does running electron-quick-start work?

@Arseniys1
Copy link
Author

The permissions for files in /home/username were not configured

@PalmerAL
Copy link
Collaborator

PalmerAL commented Nov 8, 2024

Interesting, could you explain which permissions you needed to change?

@Arseniys1
Copy link
Author

Arseniys1 commented Nov 8, 2024

` copy_files_to_home(username)

    # Права на папку .config
    subprocess.run(f'mkdir -p /home/{username}/.config', shell=True, check=True)
    subprocess.run(f'echo {sudo_password} | sudo -S chown -R {username}:{username} /home/{username}', shell=True, check=True)
    subprocess.run(f'echo {sudo_password} | sudo -S chmod -R 700 /home/{username}', shell=True, check=True)`

min configs were copied from root. the rdp user did not have rights to them

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants