Lycoris Desktop/LX Review
JigSaw writes: "Lycoris Desktop/LX (formerly known as 'Redmond Linux') is viewed by many as the new big distribution in the "Linux on the Desktop" arena. OSNews features an extensive review of the latest Lycoris and outlines the good and the bad things of the distro. In short, Lycoris seems to suffer from the general GNU/Linux situation to not be ready to power a true desktop-oriented, easy to use distribution yet."
A good point of the distro is the inclusion of a WINE release. While I could only run correctly simple applications like notepad.exe and the Windows calculator, it is a nice addition. All the .exe programs are marked with the WINE icon and if you doubleclick them, WINE will try to load them.
..Uh, but there are far better native apps available for free.. Why would you ever want to run windows notepad or calculator? I understand the eventual goal of WINE to run all those exe's seamlessly, but why is WINE a nice addition in this distribution if it just runs simple programs that already have better native versions?
air and light and time and space
While I agree, I wish they would quit trying to "mimic" Windows. Linux != Windows. Not only do I prefer a GUI different than Win9x+, it might confuse new users as well, "This looks like Windows, can I run $favorite_application?"
:P
But I guess it does make the transition from Windows to Linux a lot easier.
proton != antielectron
I think both you and the reviewer are applying a fallacy I often see in online reviews and evaluations -- especially on Slashdot. I call it the Me Fallacy. This fallacy is the assumption that your own needs are the needs of the product's target audience. So you applaud and criticize when the product succeeds and fails to meet your needs -- even if that's not what the product is trying to do.
I see this in the review (which does make some good points) when it criticizes Lycoris for not providing development apps. This is an end user distro, for Pet's sake! Of course, a developer might want it anyway (I'm going to try it in the hope that it will integrate with my company's IPX network better than the others), but such a user is perfectly capable of downloading apps -- and is more interested in how well the distro accomodates third-party packages than what specific packages the distro provides.
I could be completely off my rocker here but wasn't it ALWAYS possible to use swap files instead of partitions?
... /swap
/etc/fstab like:
/swap
Now I don't necessarily mean swap files directly supported by the kernel, but if you _really_ wanted to use a swap file instead couldn't you create a file, format it as a linux swap and then mount it as a loopback device?
Something like:
# dd if=/dev/zero of=/swap
# mkswap
Then put an entry in
/swapfile swap swap defaults,loop 0 0
And finally:
# swapon
I just tried this on slackware 8.0 with kernel 2.4.18 and it works. I don't know if this is a "new feature" or anything but I'm pretty sure that as long as your kernel supports loopback devices then this would work.
Maybe someone with better kernel knowledge could provide some better insight.
P.S I still don't see why you would want to do this. Espcially considering that in any good install program geared towards end-users they would not have to worry about partitioning (and even if they did it seems to me like paritioning would still be easier than doing what I described above). At least I know that I would still prefer a swap partition as opposed to a file anyway...
--
Garett