(→Detailed Description: gdm still requires hal in koji) |
(→Detailed Description: Added a bug report for gnome-power-manager. Strike fixed bugs.) |
||
Line 38: | Line 38: | ||
! Package name !! Status !! Bug reports or discussions | ! Package name !! Status !! Bug reports or discussions | ||
|- | |- | ||
| rhythmbox || done || [https://bugzilla.gnome.org/show_bug.cgi?id=604186 bug 604186] | | rhythmbox || done || <s>[https://bugzilla.gnome.org/show_bug.cgi?id=604186 upstream bug 604186]</s> | ||
|- | |- | ||
| gstreamer-plugins-good || done || | | gstreamer-plugins-good || done || | ||
|- | |- | ||
| gnome-power-manager || TODO (removed, but regressed) || XRandR brightness settings do not work on all drivers, and don't work with platform brightness settings | | gnome-power-manager || TODO (removed, but regressed) || [https://bugzilla.gnome.org/show_bug.cgi?id=593933 upstream bug 593933] XRandR brightness settings do not work on all drivers, and don't work with platform brightness settings | ||
|- | |- | ||
| cheese || done || | | cheese || done || | ||
Line 48: | Line 48: | ||
| evolution || done || | | evolution || done || | ||
|- | |- | ||
| gvfs || done || [https://bugzilla.gnome.org/show_bug.cgi?id=586410 bug 586410] | | gvfs || done || <s>[https://bugzilla.gnome.org/show_bug.cgi?id=586410 upstream bug 586410]</s> | ||
|- | |- | ||
| gvfs-obexftp || done || [https://bugzilla.gnome.org/show_bug.cgi?id=586411 bug 586411] and [https://bugzilla.gnome.org/show_bug.cgi?id=511671 bug 511671] | | gvfs-obexftp || done || <s>[https://bugzilla.gnome.org/show_bug.cgi?id=586411 upstream bug 586411]</s> and [https://bugzilla.gnome.org/show_bug.cgi?id=511671 upstream bug 511671] | ||
|- | |- | ||
| gnome-vfs2 || WONTFIX || Applications should be removing their use of gnome-vfs2 and use gvfs instead. Direct gnome-vfs2 rdeps:<br> | | gnome-vfs2 || WONTFIX || Applications should be removing their use of gnome-vfs2 and use gvfs instead. Direct gnome-vfs2 rdeps:<br> |
Revision as of 16:24, 22 March 2010
HAL Removal
Summary
HAL is a behemoth, do-it-all, daemon to access hardware. It is now obsoleted by udisks (né DeviceKit-disks) and upower (né DeviceKit-power), as well as libudev for device discovery.
This feature tracks the removal of HAL in the Fedora Desktop spin.
See also:
Note that gnome-vfs2 still relies on HAL, and is dragged in through libgnomeui. So removing the gnome-vfs2, or libgnomeui dependencies from applications also helps towards that goal.
Owner
- Name: Bastien Nocera
- email: bnocera@redhat.com
Current status
- Targeted release: Fedora 42
- Last updated: 2010-03-12
- Percentage of completion: 75%
Detailed Description
Packages in the desktop spin:
Package name | Status | Bug reports or discussions |
---|---|---|
rhythmbox | done | |
gstreamer-plugins-good | done | |
gnome-power-manager | TODO (removed, but regressed) | upstream bug 593933 XRandR brightness settings do not work on all drivers, and don't work with platform brightness settings |
cheese | done | |
evolution | done | |
gvfs | done | |
gvfs-obexftp | done | |
gnome-vfs2 | WONTFIX | Applications should be removing their use of gnome-vfs2 and use gvfs instead. Direct gnome-vfs2 rdeps: dia |
gnome-pilot | TODO | |
system-setup-keyboard | Done | Used for keymap selection |
gdm | done only upstream | |
xorg-x11-server-Xorg | done | |
shotwell | done | |
xine-lib | done | dependency on gnome-vfs2 removed |
libmtp | done | using hal-filesystem |
epiphany | done | Removed obsolete gnome-vfs2-devel dependency |
pm-utils | TODO | In progress upstream |
libgpod | done | |
evolution-data-server | done | |
libfprint | done | using hal-filesystem |
Important packages outside the desktop spin:
Package name | Status | Bug reports or discussions |
---|---|---|
libvirt | done | |
gimp | TODO | |
hplip | TODO | upstream bug |
Benefit to Fedora
Faster boot-up, and removal of obsoleted technology.
Scope
Loads of applications require HAL itself, or libhal. Applications should not rely on HAL, or libhal being available.
How To Test
Need to test:
- rpm -e hal or yum erase hal
- Check that nothing gets removed because it depends on hal
- Check that applications that access hardware still work as before
User Experience
- Faster boot-up
- Possibly faster applications startup when switching from libhal to libgudev for device enumeration
Dependencies
- See description
Contingency Plan
- Still ship HAL. If the last thing that depends on hal is gnome-power-manager for the backlight support, we can stop running hal as a service at boot and make it dbus-activated instead.
Documentation
N/A
Release Notes
- Fedora now does not ship with the HAL daemon, and libhal by default. If a specific application require libhal to function, please file a bug against it to be ported to the new technology.