Taskbar, personalise, System control centre missing
Tofloor
poster avatar
dmnsin
deepin
2013-08-08 11:14
Author
First of all, I have to say that I'm loving this distro. I've been using this distro in a while and haven't had any problem until now. The last time it worked perfectly I unisnstalled google chrome and replaced it for chromium; I haven't had done any other change than that. The problem is that the System Control "stuff" is missing. I'm posting this from Deepin, connected to the wireless, but as u will see in the SS below, every icon and program directly related to interact with bluetooth, wallpapers, sound, user, etc is missing.


http://www.subirimagenes.cl/liZ

http://www.subirimagenes.cl/liY

Can somebody tell me how to reinstall/recover them?
The rest of the interface and programs work perfectly, thx in advance
Reply Favorite View the author
All Replies
electricface
deepin
2013-08-08 17:23
#1
try this commands in gnome-terminal
  1. sudo apt-get update
Copy the Code
Reply View the author
cxbii
deepin
2013-08-08 17:39
#2
  1. kill $(ps aux | grep trayicon.py | awk '{print $2}')
  2. sudo apt-get install gdb -y
  3. cd /usr/share/deepin-system-tray/src/
  4. gdb python
  5. r ./trayicon.py
Copy the Code
Reply View the author
dmnsin
deepin
2013-08-09 12:25
#3
try this commands in gnome-terminal
  1. sudo apt-get update
Copy the Code

Thanks! it worked perfectly. Also it updated some of the "personalise" options and could add more eye-candy stuff to this nice distro.
  1. kill $(ps aux | grep trayicon.py | awk '{print $2}')
  2. sudo apt-get install gdb -y
  3. cd /usr/share/deepin-system-tray/src/
  4. gdb python
  5. r ./trayicon.py
Copy the Code

This command didn't work though. I tryied it first because I deduced that it was related directly to the icons and stuff instead of the whole core of the system, however almost all the command replied some errors. Thank anyways for your help  

Here's a SS to show you that is working as it should.

http://www.subirimagenes.cl/lIV

Regards to the Deepin team, and hope you continue with the good work  ;)
Reply View the author
cxbii
deepin
2013-08-09 17:48
#4
Enjoy it~
Thank you for your support ~ :
Reply View the author