Comment 32 for bug 1815550

Revision history for this message
Vadym Stupakov (red-eyed) wrote :

Hello!

Have same problem:
With zsh as default, every time I press "Enter" in terminal there is 4s delay in whole system.
I monitored CPU and CPU utilization is 100% every time I press enter in the terminal.

So, the problem was that I removed useless folders in $HOME: Desktop, Music, Templates, etc.

After, I noticed that value of $XDG_DESKTOP_DIR is "$HOME/" (But it was XDG_DESKTOP_DIR="$HOME/Desktop" before deletion of that directories)

WORKAROUND:
I created all that stuff again and changed ~/.config/user-dirs.dirs

Now it looks like that:
XDG_DESKTOP_DIR="$HOME/Desktop"
XDG_DOWNLOAD_DIR="$HOME/Downloads"
XDG_TEMPLATES_DIR="$HOME/Templates"
XDG_PUBLICSHARE_DIR="$HOME/Public"
XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_MUSIC_DIR="$HOME/Music"
XDG_PICTURES_DIR="$HOME/Pictures"
XDG_VIDEOS_DIR="$HOME/Videos"

Then re-login.