natilus open terminal here
sudo apt-get install nautilus-open-terminal
-------------
pour effacer la liste des connexions récentes de nautilus
./config/nautilus/servers
-------
~/.local/share/gvfs-metadata
on y trouve tous les anciens points de montage de nautilus
--------------------------
Supprimer historique récent de nautilus
The method with editing ~/.config/gtk-3.0/settings.ini doesn't work with Nautilus 3.8. But there is better and simpler way. Simply open dconf-editor, navigate to org->gnome->desktop->privacy and uncheck the remember-recent-files key. That takes care of it, once for all!
------
fstrim / pour libérer tout les blocs libres du ssd
------
/lib/plymouh/themes/linux-is-sexy#
------
To turn off bluetooth at startup
/etc/rc.local
rfkill block bluetooth
-------
Contournement du bug consistant à la capricieuse activation du corner pour activer le plugin expo
~/.config/autostart$ ls
fixbugcorners.desktop variety.desktop
~/.config/autostart$ cat fixbugcorners.desktop
[Desktop Entry]
Name=Fixbugcorners
Comment=Fix bug about corners and desktop wall
Icon=/opt/extras.ubuntu.com/variety/share/variety/media/variety.svg
Exec=sh -c "/home/moi/bin/fixbugcorners.sh"
Terminal=false
Type=Application
X-GNOME-Autostart-Delay=25
~/.config/autostart$ cat /home/moi/bin/fixbugcorners.sh
#!/bin/bash
#
# Contournement du bug consistant à la capricieuse activation du corner pour
# activer le plugin expo
# script en démarrage auto
dconf write /org/compiz/profiles/unity/plugins/expo/expo-edge "'TopLeft'"
sleep 5
dconf write /org/compiz/profiles/unity/plugins/expo/expo-edge "'TopRight'"
exit 0
Aucun commentaire:
Enregistrer un commentaire