Just a note of thanks about how much I like the minimal install option, and some comments.
I love how OpenSuse has made it a lot easier for low-mem / slim desktop newcomers by putting together all the necessary X components. I’m used to doing this in Debian strictly from the commandline, and while I think it is fun, OpenSuse’s minimal can get new users over that first hurdle relatively quickly.
I guess it is somewhat expected that a user of this type of install is going to hit the cli pretty often, but I’d love to see it made just a tad easier. Those few critical minutes after the first reboot might just scare away the newcomer. Here are some observations:
The minimal system on 11.0 comes up with the TWM window manager, even though the IceWM wm is on the disk. Ok, but unless you know how to resize a twm window by dragging the upper right corner, or clicking on the blank desktop to get to the xterm menu, one might assume that nothing is working. Therefore I wish it would come up with IceWM which is already waiting.
Once in an xterm, just edit /etc/sysconfig/windowmanager by changing the default window manager:
# Default_WM="twm"
Default_WM="icewm-session"
Making xterm look better:
Until you configure it, just getting xterm to be readable is in order. One way is to ctrl-right-click anywhere in the xterm window, and choose a larger font size. Better, but still a bit ugly.
My favorite way is to just call up another xterm by choosing your font and font-size:
xterm -fa mono -fs 12 &
Ah, at least you can see what you are doing until you get around to permanently configuring xterm to look better.
Editors:
I love vi, and even found the joe editor installed. I have used both since '95, but really wish that the nano editor would be included to help out the new user.
I guess these are small issues, but boy are they going to help out guys with low-memory Apple G3’s and G4’s with only 64 to 128mb of memory and want to do something useful with them. I support a handful of these users, and am looking forward to getting OpenSuse on them, as the PPC port works great on my G5 iMac.
In the end, I guess one is probably going to use zypper or other software managers to get what they want, but I think that making IceWM the default wm, and adding nano to the default toolkit would be a great help for those new to the low-mem / slim minimal installation.
OpenSuse is impressing me more and more every day! I can’t wait to see how 11.1 goes! If anyone knows the devs responsible for the minimal install, tell them thanks!!