Deepin Store won't run
Tofloor
poster avatar
spankalishh
deepin
2014-09-28 21:29
Author
Execute the command in terminal:
  1. sudo apt-get update && sudo apt-get --reinstall install deepin-software-center deepin-software-center-data -y && deepin-software-center
Copy the Code
then reinstall Deepin Store.
Reply Favorite View the author
All Replies
spankalishh
deepin
2014-09-27 14:08
#1
My deepin store wont open on deepin 2014.1
I have run sudo apt-get update and sudo apt-get upgrade and none have helped.
Reply View the author
zhaojiexie
deepin
2014-09-27 18:58
#2
hello,

刷新软件源,注销再登入。
Refresh software source, logout and log
不行的话,就重装dde
Re install DDE English version。
try:
sudo apt-get install dde-meta-en
Reply View the author
spankalishh
deepin
2014-09-28 12:32
#3
That did not help, the deepin store still will not open.
Reply View the author
spankalishh
deepin
2014-09-29 05:13
#4
I tried this and it is still the same deepin store will not run
Reply View the author
Maggieszd
deepin
2014-09-30 17:41
#5
I have reported your problem to the developer of Deepin Store. He will reply to you ASAP.
Reply View the author
spankalishh
deepin
2014-10-06 15:07
#6
anyone going to help with this issue?
Reply View the author
Maggieszd
deepin
2014-10-08 22:27
#7
@spankalishh
Please input "deepin-software-center" in terminal and paste the output information in here.
Reply View the author
spankalishh
deepin
2014-10-09 10:36
#8

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 60, in
    from icon_window import IconWindow
  File "/usr/share/deepin-software-center/ui/icon_window.py", line 27, in
    from item_render import get_icon_pixbuf_path
  File "/usr/share/deepin-software-center/ui/item_render.py", line 75, in
    ICON_DIR = os.path.join(get_parent_dir(__file__, 2), "data", "update", DATA_ID, "icon")
  File "/usr/lib/python2.7/posixpath.py", line 75, in join
    if b.startswith('/'):
AttributeError: 'NoneType' object has no attribute 'startswith'
Reply View the author
deepin
2014-10-10 22:16
#9
Try to execute the command in terminal:
  1. sudo rm /usr/share/deepin-software-center/data/data_newest_id.ini && sudo apt-get update && sudo apt-get --reinstall install deepin-software-center-data -y && deepin-software-center
Copy the Code
Reply View the author
spankalishh
deepin
2014-10-11 11:04
#10
rm: cannot remove ‘/usr/share/deepin-software-center/data/data_newest_id.ini’: No such file or directory
Reply View the author
deepin
2014-10-11 19:18
#11
rm: cannot remove ‘/usr/share/deepin-software-center/data/data_newest_id.ini’: No such file or directory

when you reinstall "deepin-software-center-data", the file "/usr/share/deepin-software-center/data/data_newest_id.ini" will be generated.

If not, execute the command and paste the output information in here.
  1. sudo dsc-update-data.py
Copy the Code
Reply View the author
spankalishh
deepin
2014-10-15 00:52
#12
sudo rm /usr/share/deepin-software-center/data/data_newest_id.ini && sudo apt-get update && sudo apt-get --reinstall install deepin-software-center-data -y && deepin-software-center

rm: cannot remove ‘/usr/share/deepin-software-center/data/data_newest_id.ini’: No such file or directory
Reply View the author
Maggieszd
deepin
2014-10-17 17:36
#13
@spankalishh
Again

The file of "/usr/share/deepin-software-center/data/data_newest_id.ini" is generated by the software of "deepin-software-center-data".

If there is no such file or directory, please try to reinstall deepin-software-center-data.

If the file of "/usr/share/deepin-software-center/data/data_newest_id.ini" has not been generated, please execute
  1. sudo dsc-update-data.py
Copy the Code
in terminal.

Then paste your terminal output information, so that I could know your problem clearly.
Reply View the author
spankalishh
deepin
2014-10-18 09:29
#14
sudo: dsc-update-data.py: command not found
Reply View the author
Maggieszd
deepin
2014-10-20 21:45
#15
sudo: dsc-update-data.py: command not found
sorry, you use a wrong command. There is no ":" behind sudo.
I should be
  1. sudo dsc-update-data.py
Copy the Code

please try again
Reply View the author
spankalishh
deepin
2014-10-21 09:25
#16
That's what I entered. What I posted was the terminal responce
Reply View the author
deepin
2014-10-22 00:26
#17
"/usr/bin/dsc-update-data.py" is part of "deepin-software-center-data". The output of "sudo: dsc-update-data.py: command not found" means this package was not be installed correctly.
please execute the following command:
  1. sudo dpkg -L deepin-software-center-data
Copy the Code
and check if "/usr/bin/dsc-update-data.py" is in the output.

If it is, then execute "sudo apt-get install --reinstall deepin-software-center-data", and paste the output information.

If it's not, there is something wrong with your dpkg (system package manager). You can try to install deepin-bug-reporter, and execute "sudo deepin-bug-reporter" in the ternimal. It will generate a information file "deepin-bug-reporter-results-all-xxx.tar.gz", then upload here please.
Reply View the author
NickLauletta
deepin
2015-01-07 08:06
#18
I'm running Deepin 2014.2 and had the same problem. I ran the code in terminal and worked fine.
Thank You
Reply View the author