You are not logged in.
If you haven't seen it before check this out.
https://www.youtube.com/watch?v=FcOQUujbQag
I have installed it on my Debian. It is working really well.
Here is how to install it in Debian:
Step 1:
sudo apt-get install aria2 python-webkit python-pkg-resources Step 2:
wget http://mirror.bjtu.edu.cn/deepin/pool/main/d/deepin-software-center/deepin-software-center_2.0.5_all.deb Step 3:
sudo dpkg -i deepin-software-center_2.0.5_all.deb You should now have deepin-software-center installed.
I am using i3 desktop, so I need to run it using
deepin-software-center &I assume that if you are using xfce, it should be in your menu. And to add it in your openbox,
obmenu Then add
deepin-software-center &Enjoy... 
Last edited by kowloonboy (2012-02-12 14:06:20)
"To me, the extraordinary aspect of martial arts lies in its simplicity. The easy way is also the right way, and martial arts is nothing at all special; the closer to the true way of martial arts, the less wastage of expression there is." - Bruce Lee
Offline
Interesting background about Deepin Software Center.
Thanks for this How To and introduction to Deepin, I had never heard of it
I will stay with apt and synaptic and wait see where this one goes..
VSIDO
If you build it, they will come...
Words That Build Or Destroy
Offline
I only discovered it recently, too. But it seems to be quite stable. So I thought I should share it with you guys.
Last edited by kowloonboy (2012-01-25 20:20:55)
"To me, the extraordinary aspect of martial arts lies in its simplicity. The easy way is also the right way, and martial arts is nothing at all special; the closer to the true way of martial arts, the less wastage of expression there is." - Bruce Lee
Offline
I did load it .. confirming the install process and How To is a good one.
It is flashy and fast, it looks like a QT or a kde app, though I know it is not.
Will check it out more, and again thanks for the heads up and How To
I will put this in the Quick References ...
VSIDO
If you build it, they will come...
Words That Build Or Destroy
Offline
Cool thanks... 
"To me, the extraordinary aspect of martial arts lies in its simplicity. The easy way is also the right way, and martial arts is nothing at all special; the closer to the true way of martial arts, the less wastage of expression there is." - Bruce Lee
Offline
Any screenshots available?!?
Congratulations, you've figured out the sound of one hand clapping...
Offline
Looks good, despite all the colors. 
#!, all else is but a shadow!
May the Kernel be with you!
Offline
Can someone help me out here? I can't get this to work... I run it in terminal and keep getting...
"Command proxy listen ...
(gksu:1673): GLib-CRITICAL **: g_str_has_prefix: assertion `str != NULL' failed"
I really loved this on ubuntu, and want it running on here if anyone can figure this out for me i'd really appreciate it.
Offline
how would i type that command in? I'm a bit new to #!
Offline
"skunk@skunk:~$ gksudo deepin-software center
(gksudo:1568): GLib-CRITICAL **: g_str_has_prefix: assertion `str != NULL' failed"
I try opening it with the "run program" gui and it still fails to load.
Offline
Not finding much success with those errors in searches.
I am running it on CrunchBang (Debian Sid) without any issues.
Perhaps kowloonboy can shed some light on this..
@kowloonboy - Are you running this under Stable?
VSIDO
If you build it, they will come...
Words That Build Or Destroy
Offline
"sudo deepin-software-center
skunk@skunk:~$ * Command proxy listen ...
Traceback (most recent call last):
File "./deepin-software-center.py", line 35, in <module>
import detailView
File "/usr/share/deepin-software-center/src/detailView.py", line 33, in <module>
import browser
File "/usr/share/deepin-software-center/src/browser.py", line 35, in <module>
libwebkit = ctypes.CDLL('libwebkitgtk-1.0.so.0')
File "/usr/lib/python2.6/ctypes/__init__.py", line 353, in __init__
self._handle = _dlopen(self._name, mode)
OSError: libwebkitgtk-1.0.so.0: cannot open shared object file: No such file or directory"
ok after re-installing it, i got this...
Offline
libwebkitgtk-1.0.so.0 is the issue. It is only available in Wheezy or Sid.
Hopefully someone has successfully compiled it for Stable and can confirm that it can run in Stable
VSIDO
If you build it, they will come...
Words That Build Or Destroy
Offline
How do i find that out O_O
Offline
Try to make softlink to the library:
sudo ln -s /usr/lib/libwebkit-1.0.so.2 /usr/lib/libwebkitgtk-1.0.so.0yes it run here after that:)
Last edited by smoki (2012-03-16 02:51:31)
Offline
WOOHOOO!!! YES! Awesome! It's working, thanks guys.
Offline
^ Great. Please explain what you did to get it to work so others can learn from it.
And welcome to CrunchBang adamtheskunk, thanks for helping make the community stronger!
VSIDO
If you build it, they will come...
Words That Build Or Destroy
Offline
basically just executed this command. I would like to understand better what exactly this did.
sudo ln -s /usr/lib/libwebkit-1.0.so.2 /usr/lib/libwebkitgtk-1.0.so.0Offline
It made a symbolic link (symlink) telling Deepin to use your installed version of libwebkitgtk-1.0.so.0 instead of what Deepin was looking for in libwebkit-1.0.so.2
Nice call smoki!!
VSIDO
If you build it, they will come...
Words That Build Or Destroy
Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.