Restaurando ícone de resposta rápida de documentos

1

Eu acidentalmente excluí minha pasta de documentos. Consegui restaurá-lo e encontrar o ícone da pasta original. Mas o ícone de resposta rápida de documentos abaixo do ícone de casa na coluna do lado esquerdo do gerenciador de pastas (quando abrimos qualquer pasta) desapareceu. Quero restaurar este ícone, por favor. Ubuntu 16.04.

    
por keram 27.01.2018 / 14:37

1 resposta

0

Tente editar o arquivo ~/.config/user-dirs.dirs e adicionar o menu Documentos novamente.
Aqui está o meu:

# This file is written by xdg-user-dirs-update
# If you want to change or add directories, just edit the line you're
# interested in. All local changes will be retained on the next run
# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
# absolute path. No other format is supported.
# 
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"
    
por Parto 27.01.2018 / 17:46