On 09/17/12 21:13, Zhihao Yuan wrote:
1. Maximize graphical user experience by officially implementing Wifi
helpers, auto-mounters;

I think your examples are ill conceived.

A good automounter definitely does not need a GUI. What I think of as a autmounter should just be some kind of background process managing devices and mounts. Something like AMD with a sane configuration and some better ability to detect mobile devices appearing and disappearing(bonus points for figuring out how to sync a filesystem after relevant storage device has already been unplugged...Having a button to unmount it is just another way to do "umount /media/foo" and no real solution to the problem...And there are already various such toys in the ports collection).

(And no, I have no idea how to do that, but I'm "getting things done" on my systems with a mix of AMD and sysutils/automount, I will move to a better setup if I find one or ever find time to conjure one myself)

The GUI is just an additional component of that, once you have that (difficult) part the GUI can be added...in fact more than one for the many toolkits/DEs can be coded in fraction of the effort needed for the main part.

Same goes for wifi. I'd really like to have more control on wpa_supplicant and friends and be able to reconfigure it on the fly with just a few commands/clicks, which is not so simple right now, but the background part is one thing the GUI is another.

BTW for this case too there is a whole set of problems due to authorizations. various other OSes have solved this in many ways, most common solution used to be to just make every user "root"(or whatever the other OS calls it ;)

Also, you should also have a look at net-mgmt/wifimgr if you really can't do without a mouse.

If the point you're stating is about functionality that's my opinion.

If you're talking about common look and feel and eyecandy then I have no opinion since I don't really understand that and so don't care.

What is really important to me is that system tools be fully usable via terminal and with human manageable text configuration files. A GUI only autmounter is just a toy. a good automounter daemon with an API for a GUI could be a great thing for all users, server, desktop, embedded...

--
Guido Falsi <m...@madpilot.net>
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Reply via email to