Skip to content

Latest commit

 

History

History
22 lines (22 loc) · 744 Bytes

Problem.md

File metadata and controls

22 lines (22 loc) · 744 Bytes

dde-dock

Sometimes you will find your dde-dock & dde-launcher cannot open and find, you can try downgrade deepin-daemon.

updating issue(gnome)

If you meet such a problem:
problem You may try the following

sudo pacman -S manjaro-gnome-assets
sudo pacman -S manjaro-gnome-extension-settings-18.0
sudo pacman -Syyu

wps-sheet(gnome)

if you find some wrong color with yout wps , try the following

sudo cp /bin/et /bin/et.bak
sudo vim /bin/et
${gInstallPath}/office6/${gApp} ${gOptExt} ${gOpt} "$@"
(maybe some difference)and change into
${gInstallPath}/office6/${gApp} -style motif ${gOptExt} ${gOpt} "$@"