48e62d9a37
release can be found at http://library.gnome.org/misc/release-notes/2.30/ . This release brings initial PackageKit support, Upower (replaces power management part of hal), cuse4bsd integration with HAL and cheese, and a faster Evolution. Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This will also be the last of the 2.x releases. The next release will be the highly-anticipated GNOME 3.0 which will bring with it a new UI experience. Currently, there are a few bugs with GNOME 2.30 that may be of note for our users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading instructions, and the up-to-date list of known issues. This release features commits by avl, ahze, bland, marcus, mezz, and myself. The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the initual packagekit porting. And the following contributors & testers for there help with this release: Eric L. Chen Vladimir Grebenschikov Sergio de Almeida Lenzi DomiX walder crsd Kevin Oberman Michal Varga Pavel Plesov Bapt kevin and ITetcu for two exp-run PR: ports/143852 ports/145347 ports/144980 ports/145830 ports/145511 |
||
---|---|---|
.. | ||
10-mouse-sysmouse.fdi | ||
extra-patch-tools_hal-storage-mount.c | ||
hald.in | ||
mount-fuse | ||
patch-doc_Makefile.in | ||
patch-fdi_policy_10osvendor_10-power-mgmt-policy.fdi | ||
patch-fdi_policy_10osvendor_10-x11-input.fdi | ||
patch-hald_freebsd_addons_addon-storage.c | ||
patch-hald_freebsd_hf-usb.c | ||
patch-hald_freebsd_hf-usb2.c | ||
patch-hald_freebsd_hf-volume.c | ||
patch-hald_freebsd_probing_Makefile.am | ||
patch-hald_freebsd_probing_Makefile.in | ||
patch-hald_freebsd_probing_probe-usb2-interface.c | ||
patch-hald_freebsd_probing_probe-video4linux.c | ||
patch-hald_freebsd_probing_probe-volume.c | ||
patch-hald_hf-storage.c | ||
patch-Makefile.in | ||
patch-tools_hal-storage-eject.c | ||
patch-tools_hal-storage-mount.c | ||
patch-tools_hal-storage-shared.c | ||
pkg-deinstall.in | ||
pkg-install.in | ||
README.fuse |
Mounting Fuse File Systems with HAL ----------------------------------- $FreeBSD$ Hal supports mounting Fuse device-backed file systems (e.g. NTFS). To enable this feature, copy the included %%LOCALBASE%%/share/hal/mount-fuse script to /sbin. Make sure this script is executable. Edit the script, and change the FUSE_HELPER environment variable to the name of the executable which will actually mount the Fuse volume (e.g. for NTFS, this is ``ntfs-3g''). Finally, the script must be renamed to ``mount_FSNAME''. FSNAME is the name of the file system type (e.g. for NTFS, this is ``ntfs''). If there is already an executable in /sbin or /usr/sbin with this name, the existing executable must be renamed or deleted. As is stated in the examples above, overriding FreeBSD's existing NTFS support with Fuse's ntfs-3g is the most common use case for this. The ntfs-3g Fuse driver uses different mount options than FreeBSD's included mount_ntfs. GNOME transparently supports switching between ntfs and ntfs-3g. Simply edit the following GConf key in the GNOME Configuration Editor (i.e. gconf-editor): /system/storage/default_options/ntfs/fstype_override Set the value to ``ntfs-3g'', then add your desired ntfs-3g options to the following GConf key: /system/storage/default_options/ntfs-3g/mount_options Other desktop systems may have similar options.