Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Sep 2012 23:04:44 +0200
From:      Guido Falsi <mad@madpilot.net>
To:        Zhihao Yuan <lichray@gmail.com>
Cc:        FreeBSD Hackers <freebsd-hackers@freebsd.org>
Subject:   Re: My explanation to "a default DE" (was "Providing a default graphical environment on FreeBSD")
Message-ID:  <5057906C.9090002@madpilot.net>
In-Reply-To: <CAGsORuAmWBKUZFHu74ZLBWt=wESWKtk7tv4-e6CqmK9szrAL6w@mail.gmail.com>
References:  <CAGsORuAmWBKUZFHu74ZLBWt=wESWKtk7tv4-e6CqmK9szrAL6w@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <mad@madpilot.net>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5057906C.9090002>