mindlord
Notices Two Things
In it's current state, Gigolo is flat out broken and (almost) useless. It pretends to to it's job, but can't because it's missing critical pieces of anatomy.
It can mount local filesystems correctly, but then so can thunar, so this is a redundant and useless function. The main reason to use Gigolo is to mount remote filesystems easily, and without having to use the terminal, and to save passwords in your keychain.
First-off the fuse kernel module is not loaded, which is bad enough since fuse allows users to mount filesystem without needed root access. just add the word fuse to the end of /etc/modules.conf to activate fuse permanently if you want it, or sudo modprobe fuse as needed.
Sadly, this isn't enough to get Gigolo working. gvfs-fuse is a required package for Gigolo. It contains the magic required to let Gigolo create the shared folders in ~/.gvfs on the users behalf, and it is not in the Angstrom repos. Gigolo will run, and will connect to the remote server, but without this bridge to fuse, can't create the mountpoint for the user, and thus... lame duck.
I'm working on compiling this from source, but if I or no one else is able to get this package to work. There is no reason to have Gigolo or gvfs installed since they can't perform their intended function. That is unless gvfs isn't being used for libPnd, or something else important for the local system.
It can mount local filesystems correctly, but then so can thunar, so this is a redundant and useless function. The main reason to use Gigolo is to mount remote filesystems easily, and without having to use the terminal, and to save passwords in your keychain.
First-off the fuse kernel module is not loaded, which is bad enough since fuse allows users to mount filesystem without needed root access. just add the word fuse to the end of /etc/modules.conf to activate fuse permanently if you want it, or sudo modprobe fuse as needed.
Sadly, this isn't enough to get Gigolo working. gvfs-fuse is a required package for Gigolo. It contains the magic required to let Gigolo create the shared folders in ~/.gvfs on the users behalf, and it is not in the Angstrom repos. Gigolo will run, and will connect to the remote server, but without this bridge to fuse, can't create the mountpoint for the user, and thus... lame duck.
I'm working on compiling this from source, but if I or no one else is able to get this package to work. There is no reason to have Gigolo or gvfs installed since they can't perform their intended function. That is unless gvfs isn't being used for libPnd, or something else important for the local system.