Ingo Molnar on what ails the Linux desktop
plus.google.com
Ingo Molnar on what ails the Linux desktop
1–10 of 200 posts
Re: Ingo Molnar on what ails the Linux desktop
#2But his reasoning breaks down when he says the relative dearth of commercial applications for the Linux Desktop is due to this issue. That's not true.
The main reason why OSX/iOS, Android, and Windows attract more commercial developers is because those platforms have a much greater installed base!
Re: Ingo Molnar on what ails the Linux desktop
#3Re: Ingo Molnar on what ails the Linux desktop
#4Re: Ingo Molnar on what ails the Linux desktop
#5Nowadays, any developer can create a packages for his application (and any of its dependencies) and publish it in self-hosted repositories. Users can easily add such repository to their system's sources list and bureaucracy problem's over. Well, some developers are doing this already - the only thing that keeps the rest of them is either ignorance or complexity of the packaging process.
I believe there's no need for an Android market clone (which is yet another centralized repository). What users may need is just a directory, pointing to external repos. Ubuntu market seems somehow promising (at least I remember seeing some dialogs like "you need to enable this source to install that package").
Content duplication is not a problem. A real problem is keeping the system up-to-date when you want to update some library, because of an important feature or bugfix. And it's nearly impossible with every application's bundling their own copy of that library, with some copies being actually incompatible forks (and a lot of copies being just different builds - think of different compiler versions - of exactly the same sources).
Re: Ingo Molnar on what ails the Linux desktop
#6It really frustrates me that authors are not responsible for compiling and distributing their software, only then will we have software upgraded regularly and quickly.
Re: Ingo Molnar on what ails the Linux desktop
#7It really frustrates me that authors are not responsible for compiling and distributing their software, only then will we have software upgraded regularly and quickly.
Re: Ingo Molnar on what ails the Linux desktop
#8Not all open software projects are receptive to changes, improvements or bug reports from strangers so nothing is really resolved without forking by which adds its own complications.
Of course there is still good open source / free software. It's just hard to come by.
Re: Ingo Molnar on what ails the Linux desktop
#9Ubuntu is already trying to be more flexible with software center and applications, however open source is not single walled garden which can adhere to tight monotonous architectures found in mobile.
In an linux distro the apps are diverse, and programmed in multitude ways by all possible programming languages (from python to lisp to C) and environments. That is reality and life, and what must be done must be done by being aware of that fact. and No, no one can force the broad, diverse open source world to a tight control a la Apple.
Re: Ingo Molnar on what ails the Linux desktop
#10It really frustrates me that authors are not responsible for compiling and distributing their software, only then will we have software upgraded regularly and quickly.
which distribution should they compile and distribute (sigh) for? Not to mention basic problems like "should I integrate with GNOME, Unity, KDE or nothing at all?"
I don't have any experience with RPM, but to build a package for a reasonably big part of the Debian-based world, you have to set up a build system (pbuilder/cowbuilder) and tell it something like `for DIST in lenny squeeze wheezy sid lucid maverick natty oneiric pangolin do; git-buildpackage ...; done`
The problem is, to get it right one has to find and read TONS of documentation.