Open Arseniys1 opened 3 weeks ago
system ubuntu-server
Does running electron-quick-start work?
The permissions for files in /home/username were not configured
Interesting, could you explain which permissions you needed to change?
` 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
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?