Ver código fonte

Merge branch 'master' of https://git.algometic.com/gogadmin/Dockers_dev

orbitzs 3 anos atrás
pai
commit
b258668a10

+ 7 - 0
baidu/baidunetdisk_docker/README.md

@@ -18,3 +18,10 @@ docker run -p 5901:5901 -p 6080:6080 -v ${HOME}/baidunetdisk:/root/baidunetdisk
 Then you can access Baidu Netdisk through:
 - VNC client on `localhost:5901`, or
 - http://localhost:6080 in browser.
+
+
+
+## 解决Ubuntu18.04打不开百度网盘问题
+https://blog.csdn.net/x763795151/article/details/98089177
+    cd ~/.config/baidunetdisk
+    rm AppSettingApp.dat

+ 4 - 0
baidu/baidunetdisk_docker/baidunetdisk_entrypoint.sh

@@ -1,5 +1,9 @@
 #!/bin/sh
 
+# 2022-006-08 lc:
+# add the next 3 lines to clean up .xlock files in tmp directories before
+# starting xwindows, without this step the container will go core dump
+# and prevent xscreensaver from running
 rm -Rf /tmp/.*
 rm -Rf /tmp/*
 #rm /etc/xdg/autostart/xscreensaver.desktop