martyr-deepin / arch-deepin

Building Deepin Software on ArchLinux. This project is no longer being actively developed, please report issues to https://github.com/linuxdeepin/developer-center/issues instead
64 stars 7 forks source link

Cant change themes, icons and fonts after update #248

Closed pavlanton closed 8 years ago

pavlanton commented 8 years ago

default 2

fasheng commented 8 years ago

How about rm -rf ~/.local/share/personalization/ and login again?

https://github.com/fasheng/arch-deepin/issues/190

pavlanton commented 8 years ago

Sorry, not 8-(

fasheng commented 8 years ago

Try rm ~/.config/dconf/user which will remove all user gsettings values. If not works again, please upload your /usr/share/personalization/themes/deepin/theme.ini~

pavlanton commented 8 years ago

[Theme] Id=deepin Name=deepin Name[en_GB]=deepin Name[en_US]=deepin Name[zh_CN]=deepin Name[zh_HK]=deepin Name[zh_TW]=deepin

[Component] GtkTheme=deepin IconTheme=deepin CursorTheme=deepin FontName=sans-serif FontMono=monospace FontSize=11 BackgroundFile=file:///usr/share/backgrounds/deepin_default_background.jpg SoundTheme=deepin

pavlanton commented 8 years ago

Cant change nothing in to Personalization

jouyouyun commented 8 years ago

Try to exec 'killall dde-session-daemon;/usr/lib/deepin-daemon/dde-session-daemon -v > ~/dde-daemon.log', then open dde control center, click 'Personalization', then upload the log file '~/dde-daemon.log', thanks!

pavlanton commented 8 years ago
proc.c:626: There already has a dde daemon running.
pavlanton commented 8 years ago

8-) Thats all

oberon-manjaro commented 8 years ago

I just realized that there is another dconf blob: "/run/$UID/dconf/user Maybe it would make sense to remove that one aswell?

jouyouyun commented 8 years ago

exec 'killall dde-control-center' before 'killall dde-session-daemon;/usr/lib/deepin-daemon/dde-session-daemon -v > ~/dde-daemon.log'

pavlanton commented 8 years ago

reinstalled system. all work. thanks