gitnote icon indicating copy to clipboard operation
gitnote copied to clipboard

在deepin15.10上运行不了.一直打不开

Open gcktx opened this issue 6 years ago • 5 comments

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context Add any other context about the problem here.

gcktx avatar Jul 06 '19 12:07 gcktx

我也是用deepin,也一样。

HarlanSong avatar Jul 10 '19 01:07 HarlanSong

deepin 15.10,启动后一直卡在GitNote动画页面不动

xpilotkm avatar Jul 18 '19 08:07 xpilotkm

你们参考下面这个issue里的方法看看能不能解决问题: https://github.com/zhaopengme/gitnote/issues/293

changchang9419 avatar Jul 26 '19 04:07 changchang9419

按楼上说法,直接到这里下载,然后双击安装搞定。https://debian.pkgs.org/8/debian-main-amd64/libssl1.0.0_1.0.1t-1+deb8u8_amd64.deb.html

yunsile023 avatar Aug 03 '19 23:08 yunsile023

我也遇到了 sudo apt-get install libssl1.0.0
执行上面这个命令提示已经安装了,然后通过 sudo find / -name xxx找到包通过link就ok了 root@gary-deepin:/usr/lib64# ls -al 总用量 8 drwxr-xr-x 2 root root 4096 4月 28 13:53 . drwxr-xr-x 13 root root 4096 4月 14 18:40 .. lrwxrwxrwx 1 root root 32 4月 14 18:38 ld-linux-x86-64.so.2 -> /lib/x86_64-linux-gnu/ld-2.24.so lrwxrwxrwx 1 root root 32 4月 28 13:36 libcrypto.so.1.0.0 -> /opt/pbis/lib/libcrypto.so.1.0.0 lrwxrwxrwx 1 root root 29 4月 28 13:53 libssl.so.1.0.0 -> /opt/pbis/lib/libssl.so.1.0.0 lrwxrwxrwx 1 root root 39 4月 28 13:45 libssl.so.1.1 -> /usr/lib/x86_64-linux-gnu/libssl.so.1.1

Gary-zheng avatar Apr 28 '20 08:04 Gary-zheng