系统由20beta更新为deepin 20社区版后打开应用商店就闪退
Tofloor
poster avatar
xuchao19870723
deepin
2020-08-09 15:54
Author
请谁能帮我解决一下这个事,应用都不好下载了
Reply Favorite View the author
All Replies
3 / 3
To page
avatar
timon75
deepin
2020-08-24 16:45
#41
关于闪退,小结一下:1、跨版本升级的deepin,新增20官方商店源(/etc/apt/sources.list.d/appstore.list ),无list文件创建后添加:
deb https://community-store-packages.deepin.com/appstore eagle appstore;
2、如果还有问题,用sudo apt install xserver-xorg-video-nvidia重新安装显卡驱动可行,我的是显卡是quadro k620.安装后提示开源和闭源驱动冲突,但也提示重新启动机器后可解决。
希望能帮到大家。
Reply View the author
avatar
leonardo_leo
deepin
2021-01-05 07:11
#42
hbaglq518
https://bbs.deepin.org/post/198664
关于闪退,我的解决方法很意外,尝试了各种方法,商店版本升级,reinstall等等,都无效。无意中看到v20升级 ...

如何用管理权限打开/etc/apt/sources.list.d/appstore.list ,双击打开后是只读的

sudo su

在进行操作

Reply View the author
avatar
leonardo_leo
deepin
2021-01-05 07:13
#43

大佬们,我同样遇到这个问题,终端运行app商店,报错如下

leonardo@leonardo-PC:/etc/apt/sources.list.d$ deepin-app-store
QObject::connect: No such signal QDBusAbstractInterface::LicenseStateChange()
Received signal 11 SEGV_MAPERR 000000000000
#0 0x7f7620763bde 
#1 0x7f7620763cf0 
#2 0x7f7620764327 
#3 0x7f761d481840 
#4 0x7f76207f1460 
#5 0x7f761f745340 
#6 0x7f761fbf4b25 
#7 0x7f761f8ae99a 
#8 0x7f761f8aee37 
#9 0x7f761fca2a62 
#10 0x7f761f8ac564 
#11 0x7f761f8b00e9 
#12 0x7f761f1ff79c 
#13 0x7f761f200ab4 
#14 0x7f761f17e890 QtWebEngineCore::BrowserContextAdapter::defaultContext()
#15 0x7f7625634195 QWebEngineProfile::defaultProfile()
#16 0x55a7513e0e91 dstore::WebWindow::WebWindow()
#17 0x55a75137cb6e main
#18 0x7f761d46e09b __libc_start_main
#19 0x55a75137ce9a _start
  r8: 0000000000000de8  r9: 0000000000000014 r10: 00007ffd79bbe440 r11: 00007f7623a4eed8
 r12: 00007f76237a8510 r13: 00007ffd79bbe6c0 r14: 0000000000000000 r15: 00007ffd79bbe780
  di: 0000000000000000  si: 00007ffd79bbe438  bp: 00007ffd79bbe540  bx: 000000000000000f
  dx: 000000000000000b  ax: 0000000000000000  cx: 0000000000000000  sp: 00007ffd79bbe3c8
  ip: 00007f76207f1460 efl: 0000000000010246 cgf: 002b000000000033 erf: 0000000000000004
 trp: 000000000000000e msk: 0000000000000000 cr2: 0000000000000000
[end of stack trace]
Calling _exit(1). Core file will not be generated.
Reply View the author
3 / 3
To page