Ir al contenido principal

Borrar archivos recientes en Nautilus 3.6


Nautilus 3.6 comes with a "Recent" sidebar item (left sidebar: Places > Recent) which displays recently used files: documents, pictures, music, videos and so on. 

Nautilus Recent files

This is a pretty big privacy issue because there's no option in System Settings (GNOME Control Center) to clear the Nautilus recent files list or to disable it.

So here's how to clear this Nautilus Recent files list and optionally, how to completely disable it.



Clear the Nautilus Recent Files list


Nautilus Recent files clear

To clear the Nautilus "Recent" files, you need to remove the "~/.local/share/recently-used.xbel" file - to do this from the command line, copy/paste the command below in a terminal:
rm ~/.local/share/recently-used.xbel

Then, log out an log back in.

Restarting Nautilus didn't always work in my test, that's why I've recommended logging out and logging back in. After removing the "~/.local/share/recently-used.xbel" file, you can also clear the Recent files list by opening a file that's not in your recent files list. I know, this weird, but that's how it seems to work or at least, that's the behaviour I've experienced in my test.



Disable the Nautilus Recent Files list


To permanently disable any recent files from showing up in the Nautilus Recent sidebar item, open the "~/.config/gtk-3.0/settings.ini" file with a text editor:
gedit ~/.config/gtk-3.0/settings.ini

and under "[Settings]", add the following lines:
gtk-recent-files-max-age=0
gtk-recent-files-limit=0

If this file does not exist, create it. Make sure the header says "[Settings]" and not "Settings". This is how the file should look after editing it:
[Settings]
gtk-recent-files-max-age=0
gtk-recent-files-limit=0

(there can be other items below these, of course).

To apply the changes, log out and log back in or follow the steps under "Clear the Nautilus Recent Files list" above.

Entradas populares de este blog

Mensaje de bienvenida en la Consola

Es una pequeña utilidad para mostrar texto ASCII en la consola. Se llama Figlet y la podemos instalar en Ubuntu con “sudo apt-get install figlet”. Podemos hacer que aparezca un mensaje de bienvenida en la consola si añadimos estas lineas al archivo “$HOME/.bashrc”: #Mensaje figlet “Texto Que quieras $USER”

Fallo al obtener la lista de compartición del servidor

 - Ubuntu Karmic Koala El problema. El detalle es que a veces tengo que revisar archivos que están en otras computadoras que utilizan windows. Al momento de darle en el menú Lugares - Red - Red de Windows y al elegir el grupo de trabajo en el que están mis equipos me aparece el siguiente error. No se puede montar el lugar. Fallo al obtener la lista de compartición del servidor. La solución . La encontré en este articulo de los Foros de Ubuntu, lo voy a copiar tal cual, espero que no le moleste al autor y solo a manera de respaldo. # — Aquí inicia el articulo de los foros de Ubuntu – 1- En principio es necesario que estén instalados: samba samba-common smbclient winbind   2- Luego editar el archivo /etc/samba/smb.conf sudo gedit /etc/samba/smb.conf   A los cambios necesarios para adaptar el sistema, según los tutoriales de samba es necesario tener presente que: a- Donde dice workgroup = WORKGROUP, reemplazar WORKGROUP por el nombre de grupo de ...

ISO Master, crea y modifica tus ISO’s fácilmente

<a href="http://ubuntu.com/getubuntu" title="Descarga Ubuntu"> <img src="http://www.marcelor.com/wp-content/uploads/199_164_ubuntu.png" alt="Descarga Ubuntu."/> </a> Ha sido liberada la versión 1.3.7 de ISO Master, aplicación que te permite crear y modificar archivos ISO9660 (imágenes ISO). Principales funcionalidades: Crear una imagen ISO desde el principio. Añadir o eliminar archivos y directorios en o desde una imagen de CD. Crear CDs de arranque utilizando diferentes tipos de registros de arranque: no emulación (isolinux, Microsoft Windows), 1,2, 1,44 y 2,88 de emulación de disquete. Apoyo a Rock Ridge y nombres de archivo Joliet. Iso Master es una aplicación de código abierto y está disponible en versión linux y windows. No disponible aún en los repositorios de Ubuntu http://www.littlesvr.ca/isomaster/download/