Skip to content

Unable to view Full screen  #15

@octalgitadmin

Description

@octalgitadmin

screen error
Hi Team,

I am using the OSE with ubuntu 20.04 docker and novnc at port 5900. I am unable to view full screen of this. I have changed the geometry , height width , resize in gui.py and qt.py   but the issue remains the same. I need your help in resolving the issue. I am attaching the docket file here. and the screen shot...although after altering width and height the screen size reduces but it does not come [fully.](![screen error](https://github.com/ebadi/OpenScenarioEditor/assets/141992270/c1b0ed82-2a68-49e1-a321-88e0fc5d824e))

FROM ubuntu:20.04
EXPOSE 5900
EXPOSE 6081
#EXPOSE 5901
#WORKDIR /app
RUN apt-get update
RUN apt-get install sudo -y
RUN apt install net-tools -y
RUN apt install novnc -y
#RUN sudo apt-get install snap -y
#RUN sudo snap install novnc
RUN sudo DEBIAN_FRONTEND=noninteractive apt-get install qt5* -y
RUN sudo apt-get install git -y
COPY start.sh /home/ubuntu/
RUN chmod 765 /home/ubuntu/start.sh
COPY OpenScenarioEditor /home/ubuntu/OpenScenarioEditor
#RUN git clone https://github.com/ebadi/OpenScenarioEditor ~/OpenScenarioEditor
WORKDIR /home/ubuntu/OpenScenarioEditor
#ENV QT_QPA_PLATFORM=vnc
#RUN cd ~/OpenScenarioEditor && export QT_QPA_PLATFORM=vnc
#RUN export QT_QPA_PLATFORM=vnc
#RUN export QT_QPA_PLATFORM=vnc
RUN apt-get update &&
apt-get install -y snapd &&
apt-get clean &&
rm -rf /var/lib/apt/lists/*
RUN sudo apt-get update && sudo apt-get install python3-pip -y
RUN sudo apt-get update && sudo apt-get install python3-pyqt5 -y
#RUN /usr/share/novnc/utils/launch.sh --listen 6081 --vnc 10.150.0.68:5900 &
CMD ["/home/ubuntu/start.sh"]
#RUN cd ~/OpenScenarioEditor && ./run.sh

#RUN sudo snap install novnc
#RUN novnc --listen 6081 --vnc 0.0.0.0:5901

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions