Software Center not working
Tofloor
poster avatar
biobill
deepin
2014-09-11 06:22
Author
Finally I found out what was causing the problem.
My partition table was in GPT format and as I can understand something brakes when installing deepin in UEFI.
I reinstalled deepin in MBR partition table and for now it seems to work fine.
Reply Favorite View the author
All Replies
biobill
deepin
2014-09-11 00:24
#1
Hi!
I installed deepin 2014.1 amd64 but deepin store is dead.
I tried formatting and reinstalling several times but with no luck.
I also tried dist-upgrade but with no success.
When i run deepin-software-center from the terminal here is the output:


Traceback (most recent call last):
  File "/usr/bin/deepin-software-center", line 23, in
    from software_center import DeepinSoftwareCenter
  File "/usr/share/deepin-software-center/ui/software_center.py", line 61, in
    from detail_page import DetailPage
  File "/usr/share/deepin-software-center/ui/detail_page.py", line 30, in
    from dtk.ui.browser import WebView
  File "/usr/lib/python2.7/dist-packages/dtk/ui/browser.py", line 23, in
    import webkit
  File "/usr/lib/python2.7/dist-packages/webkit/__init__.py", line 21, in
    import webkit
ImportError: libwebkitgtk-1.0.so.0: cannot open shared object file: No such file or directory


I installed ubuntu software center but it's not working either  

Any help would be much appreciated...
Reply View the author
coldlook
deepin
2014-09-11 01:53
#2
Maybe you can try the command line
  1. sudo apt-get update
Copy the Code
  1.   sudo apt-get upgrade
Copy the Code
Reply View the author
biobill
deepin
2014-09-11 02:11
#3
Already tried this and nothing happened...
Reply View the author