LINUX.ORG.RU

История изменений

Исправление thunar, (текущая версия) :

~ cat .config/udisks-glue/config 
filter disks {
    optical = false
    partition_table = false
    usage = filesystem
}

match disks {
        automount = true
    post_insertion_command = "udisks --mount %device_file --mount-options flush"
    post_mount_command = "notify-send 'mounted %device_file to %mount_point' & mplayer ~/xash3d/valve/sound/buttons/blip2.wav"
    post_unmount_command = "notify-send 'unmounted %device_file from %mount_point'& mplayer ~/xash3d/valve/sound/fvox/fuzz.wav"
}

как то так.

Исходная версия thunar, :

~ cat .config/udisks-glue/config 
filter disks {
    optical = false
    partition_table = false
    usage = filesystem
}

match disks {
        automount = true
    post_insertion_command = "udisks --mount %device_file --mount-options flush"
    post_mount_command = "notify-send 'mounted %device_file to %mount_point' & mplayer ~/xash3d/valve/sound/buttons/blip2.wav"# && sleep 1s & dolphin %mount_point"
    post_unmount_command = "notify-send 'unmounted %device_file from %mount_point'& mplayer ~/xash3d/valve/sound/fvox/fuzz.wav"
}

как то так.