Crunchbang Changes
Added sftp://root@192.168.1.107/media shares to ~/.gtk-bookmarks to create a shortcut to pi media centre in the thunar sidebar (shortcut view only). Upon subsequent reboot that has disappeared, which I need to investigate. Added KERNEL=="dm-*",ENV{UDISKS_PRESENTATION_HIDE}="1" to /etc/udev/rules.d/99-dmapper-hide.rules to remove lvm partitions from the thunar sidebar. I was concerned that I'd have to comment this out and reboot if I wanted access to, say, my Arch install's home folder, but no fear: sudo lvdisplay /dev/linuxVG lists the lvm partitions (where lunuxVG is my volume group) sudo mount /dev/linuxVG/OS3-home /mnt/arch_home mounts the volume at a previously created directory. I also want to get rid of the unused Network shortcut, but the only way I've found so far involves recompiling thunar, which I can't be arsed with. Preferable would be to use samba to connect to an actual windows network with, if that's the way to...