halevt-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Halevt-dev] iPod Touch Automounting


From: Matthew Bauer
Subject: [Halevt-dev] iPod Touch Automounting
Date: Tue, 20 Apr 2010 17:56:25 -0500

I've been trying to auto mount my iPod Touch without Gnome dependencies.

/etc/halevt/halevt.xml:
<halevt:Device match="hal.info.capabilities = {'afc'}">
<halevt:Insertion exec="mkdir -p /media/ipod; ifuse /media/ipod -o sync,allow_other"/>
</halevt:Device>

<halevt:Device match="hal.info.capabilities = {'afc'}">
<halevt:OnInit exec="mkdir -p /media/ipod; ifuse /media/ipod -o sync,allow_other"/>
</halevt:Device>

<halevt:Device match="hal.info.capabilities = {'afc'}">
<halevt:Removal exec="fusermount -u /media/ipod; rm -fr /media/ipod"/>
</halevt:Device>

Once I run halevt with these settings it segfaults.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]