linuxdeploy icon indicating copy to clipboard operation
linuxdeploy copied to clipboard

If you have vncserver failure on arch ...

Open qwerty65432 opened this issue 3 years ago • 3 comments

Hi everyone, I founded way to solve "vncserver fail" error but next errors steel don't let me to run it ... after installing arch linux and vnc error go on menu > setting > ENV directory , -----> files/include/graphics/vnc/deploy.sh
you must edit "deploy.sh". / Screenshot_2021-06-05-14-45-28-063_com mixplorer silver Find "do-start" and edit the line:

chroot_exec -u ${USER_NAME} vncserver :${VNC_DISPLAY} -depth ${VNC_DEPTH} -dpi ${VNC_DPI} -geometry ${VNC_WIDTH}x${VNC_HEIGHT} ${VNC_ARGS}

to

chroot_exec -u ${USER_NAME} vncserver :${VNC_DISPLAY}

it solves vnc error and its not cause of next errors. The next errors was about startup desktop environment and vnc:

failed to connect to socket /tmp/dbus could not acquire name on session bus I hope it helps you and if you find more share it P.

qwerty65432 avatar Jun 05 '21 10:06 qwerty65432

I forgot to say that if error was. su : (username) not found or username won't have some information, it can solve by "configure" on right menu. And I Used xfce and mate but it still give error.

qwerty65432 avatar Jun 05 '21 10:06 qwerty65432

I had try it, but also failed. Screenshot_2021-06-29-13-38-45-949_ru meefik linuxdeploy

lycstar avatar Jun 29 '21 05:06 lycstar

works with i3

SBAPKat avatar Mar 18 '22 13:03 SBAPKat