fix icon
This commit is contained in:
parent
ee7843391f
commit
f78501297c
|
|
@ -121,25 +121,9 @@ COPY rootfs /
|
|||
RUN ln -sf /usr/local/lib/web/frontend/static/websockify /usr/local/lib/web/frontend/static/novnc/utils/websockify && \
|
||||
chmod +x /usr/local/lib/web/frontend/static/websockify/run
|
||||
|
||||
# Create application Icon
|
||||
|
||||
RUN <<EOF cat >> /usr/share/applications/uvportal.desktop
|
||||
[Desktop Entry]
|
||||
Name=UVportal
|
||||
Type=Application
|
||||
Icon=google-chrome
|
||||
Exec=/usr/bin/google-chrome http://uvportal.uveye.local
|
||||
Terminal=false
|
||||
EOF
|
||||
|
||||
|
||||
RUN <<EOF cat >> /home/uvdesk/Desktop/portal.desktop
|
||||
[Desktop Entry]
|
||||
Type=Link
|
||||
Name=UVportal
|
||||
Icon=google-chrome
|
||||
URL=/usr/share/applications/uvportal.desktop
|
||||
EOF
|
||||
# Copy
|
||||
COPY icons/uvportal_applications.desktop /usr/share/applications/uvportal.desktop
|
||||
COPY icons/uvportal.desktop /home/uvdesk/Desktop/portal.desktop
|
||||
|
||||
RUN chown uvdesk:uvdesk /home/uvdesk/Desktop/portal.desktop
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
[Desktop Entry]
|
||||
Type=Link
|
||||
Name=UVportal
|
||||
Icon=google-chrome
|
||||
URL=/usr/share/applications/uvportal.desktop
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[Desktop Entry]
|
||||
Name=UVportal
|
||||
Type=Application
|
||||
Icon=google-chrome
|
||||
Exec=/usr/bin/google-chrome http://uvportal.uveye.local
|
||||
Terminal=false
|
||||
Loading…
Reference in New Issue