mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-06 08:22:31 +01:00
add lpr icon
This commit is contained in:
parent
425feadb85
commit
ea8a661fac
5 changed files with 14 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
||||||
*.pyc
|
*.pyc
|
||||||
tags
|
tags
|
||||||
cscope*
|
cscope*
|
||||||
|
.idea
|
||||||
|
|
@ -122,8 +122,8 @@ RUN ln -sf /usr/local/lib/web/frontend/static/websockify /usr/local/lib/web/fron
|
||||||
chmod +x /usr/local/lib/web/frontend/static/websockify/run
|
chmod +x /usr/local/lib/web/frontend/static/websockify/run
|
||||||
|
|
||||||
# Copy
|
# Copy
|
||||||
COPY icons/uvportal_applications.desktop /usr/share/applications/uvportal.desktop
|
COPY icons/applications/* /usr/share/applications/uvportal.desktop
|
||||||
COPY icons/uvportal.desktop /home/uvdesk/Desktop/portal.desktop
|
COPY icons/*.desktop /home/uvdesk/Desktop/
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
|
|
|
||||||
6
icons/applications/lpr_applications.desktop
Normal file
6
icons/applications/lpr_applications.desktop
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Name=lpr
|
||||||
|
Type=Application
|
||||||
|
Icon=google-chrome
|
||||||
|
Exec=/usr/bin/google-chrome http://192.168.5.245
|
||||||
|
Terminal=false
|
||||||
5
icons/lpr.desktop
Normal file
5
icons/lpr.desktop
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Type=Link
|
||||||
|
Name=lpr
|
||||||
|
Icon=google-chrome
|
||||||
|
URL=/usr/share/applications/lpr.desktop
|
||||||
Loading…
Reference in a new issue