[Bug 18260] "requires_eject" property doesn't work for Nokia 770
bugzilla-daemon at bugzilla.ubuntu.com
bugzilla-daemon at bugzilla.ubuntu.com
Fri Oct 21 21:41:54 UTC 2005
Please do not reply to this email. You can add comments at
http://bugzilla.ubuntu.com/show_bug.cgi?id=18260
Ubuntu | hal
crispin at gnome.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed|0 |1
------- Additional Comments From crispin at gnome.org 2005-10-21 22:41 UTC -------
I managed to work around this using the following XML, which I put in
/usr/share/hal/fdi/policy/10osvendor/20-nokia770.fdi
<?xml version="1.0" encoding="UTF-8"?> <!-- -*- SGML -*- -->
<deviceinfo version="0.2">
<!-- Don't eject the Nokia 770 -->
<device>
<match key="info.category" string="storage">
<match key="storage.bus" string="usb">
<match key="storage.model" string="770">
<merge key="storage.requires_eject" type="bool">false</merge>
</match>
</match>
</match>
</device>
</deviceinfo>
--
Configure bugmail: http://bugzilla.ubuntu.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the desktop-bugs
mailing list