3 次代码提交 3c0b1a0922 ... 71ee276a3d

作者 SHA1 备注 提交日期
  Rob Austein 71ee276a3d Bigger screen 4 年之前
  Rob Austein 3c7e7670a0 Old change which appears to have been tracking a Waterfox version update 4 年之前
  Rob Austein f82da62724 Upgrade to latest "classic" Waterfox 4 年之前
共有 3 个文件被更改,包括 4 次插入3 次删除
  1. 2 1
      Dockerfile
  2. 1 1
      Makefile
  3. 1 1
      startup.sh

+ 2 - 1
Dockerfile

@@ -26,7 +26,8 @@ RUN apt-get --yes update && apt-get --yes install --no-install-recommends \
 RUN set -x; \
     tar -C /usr/local -xf /root/waterfox*.tar.bz2 && \
     rm -f /root/waterfox*.tar.bz2 && \
-    ln -s /usr/local/waterfox/waterfox /usr/local/bin
+    ln -s /usr/local/waterfox/waterfox /usr/local/bin && \
+    ln -s /usr/local/waterfox-classic /usr/local/waterfox
 
 RUN set -x; \
     mkdir -p /usr/local/java && \

+ 1 - 1
Makefile

@@ -1,4 +1,4 @@
-URL := https://storage-waterfox.netdna-ssl.com/releases/linux64/installer/waterfox-56.2.14.en-US.linux-x86_64.tar.bz2
+URL := https://storage-waterfox.netdna-ssl.com/releases/linux64/installer/waterfox-classic-2019.12.en-US.linux-x86_64.tar.bz2
 
 all:
 	wget -N ${URL}

+ 1 - 1
startup.sh

@@ -8,7 +8,7 @@ mkdir -p $HOME/.vnc
 echo '' | vncpasswd -f >$HOME/.vnc/passwd
 chmod -R go= $HOME/.vnc
 
-vncserver $DISPLAY -geometry 1280x768 -depth 16 -nolisten tcp
+vncserver $DISPLAY -geometry 1920x1080 -depth 16 -nolisten tcp
 
 #ratpoison & wm=$!
 icewm & wm=$!