Change name convention

This commit is contained in:
Mario Romero 2023-09-28 23:37:28 -03:00
parent faae78cc5d
commit ed9c846422
4 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
[Desktop Entry]
Type=Application
Name=OSICStacks-DesktopInit
Exec=sh -c "sleep 1 && desktopinit"
Exec=sh -c "sleep 1 && desktop_init"

View File

@ -3,7 +3,7 @@ cd /home/designer
# Run VNC server
eval $(vncserver -dry-run) &
echo -e "password\npassword\n" | vncpasswd -u designer -w -r
echo -e "${LOGIN_PASSWORD}\n${LOGIN_PASSWORD}\n" | vncpasswd -u ${LOGIN_USER} -w -r
# Wait for VNC server to start
sleep 2