minbrowser / min

A fast, minimal browser that protects your privacy
https://minbrowser.org/
Apache License 2.0
8.01k stars 709 forks source link

Doesn't launch in openbox via RDP #2518

Open Arseniys1 opened 3 weeks ago

Arseniys1 commented 3 weeks ago

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 commented 3 weeks ago

system ubuntu-server

PalmerAL commented 2 weeks ago

Does running electron-quick-start work?

Arseniys1 commented 2 weeks ago

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

PalmerAL commented 2 weeks ago

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

Arseniys1 commented 2 weeks ago

` 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