Two HAL bugs in F8

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

 



Hi. I'm experiencing two (very) annoying bugs in F8 and both are
caused by HAL I think.

#1: kpowersave shows two batteries while my laptop only has one.
#2: my external USB harddisk (filesystem is NTFS) is not automounted
anymore with ntfs-3g.

Both are regression with respect to F7.

Solutions I found so far:

#1: remove the "battery" capability from power_supply_0 :
hal-set-property --udi
'/org/freedesktop/Hal/devices/computer_power_supply_0' --key
info.capabilities  --strlist-rem 'battery'

Now kpowersave is happy again (me too!)

#2: add the file 10-ntfs-policy.fdi in /usr/share/hal/fdi/policy/10osvendor:

<?xml version="1.0" encoding="UTF-8"?>
<deviceinfo version="0.2">
    <device>
        <match key="volume.fstype" string="ntfs">
            <match key="@block.storage_device:storage.hotpluggable" bool="true">
                <merge key="volume.fstype" type="string">ntfs-3g</merge>
                <merge key="volume.policy.mount_filesystem"
type="string">ntfs-3g</merge>
                <append key="volume.mount.valid_options"
type="strlist">locale=</append>
            </match>
        </match>
    </device>
</deviceinfo>


What do you think?
Regards,
Fabio

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux