Ubuntu Will Now Have Amazon Ads Pre-Installed
An anonymous reader writes "Scheduled to be released next month, Ubuntu 12.10 now includes both Amazon ads in the user's dash and by default an Amazon store in the user's launcher. The reason for these 'features'? Affiliate revenue. Despite previous controversies with Banshee and Yahoo, Canonical is 'confident it will be an interesting and useful feature for our 12.10 users.' But are the 'users' becoming products?"
Update: 09/22 19:35 GMT by T : Reader bkerensa scoffs, calling the Amazon integration unobtrusive, and says objections to its inclusion in the OS should be ignored, "because in reality ads will not be found in 12.10 unless you are seeing them on a third party website you go to in a web browser." He's got screenshots.
Mass migration in 3...2...1...
It really isn't. I mean come on, a distro as large as Ubuntu is gonna need revenue from places other than donations. And, as long as it isn't too obtrusive in the UI, I won't really complain about it. Besides, there's always other flavors of Ubuntu which may have the ad feature removed.
I'm switching to Linux... oh wait
I too am offended to be getting advertisements by default. But thankfully, they are trivial to remove. FTFA,
Removing Shopping Results from Unity
Much like the Amazon and Ubuntu One Music web-apps you can disable the âShoppingâ(TM) feature easily.
Just open up a terminal and run:
sudo apt-get remove unity-lens-shopping
"You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
I don't want to scare you, but there are already dozens of those.
Bio questions? Ask me to start a Q&A journal. Computer analogies available for most topics!
I groaned when I read the headline, picturing permanent banner ads on the desktop. When I TFA, I saw they did a goof job of it. An unobtrusive maybe even useful, way for non-coders to contribute a just a little bit to Ubuntu development. I do continue code, weekly, but still I wouldn't mind those types of carefully integrated search results too much.
Ubuntu 12.10 now includes both Amazon ads in the user's dash
I hope I'm not the only one that got visions of a /etc/profile spewing out Amazon commercials when reading the above.
Donate free food here
Here's a hint: if you're not paying for it, you are the product.
This has very obviously been Microsoft's business model for operating systems from the very beginning: they don't sell the OS to you, they sell you to the OEMs.
Lacking <sarcasm> tags,
I wonder how long until someone releases a tool to disable the ads.
Big deal. sudo apt-get remove unity-lens-shopping. Or for the GUI, open Ubuntu Software Center, search for, e.g., "shop". Click "Show technical items" and uninstall the lens. That could be made a bit more obvious, but it's not like what you are implying.
"When I first heard Daydream Nation it quite frankly scared the living shit out of me." -- Matthew Stearns
But are the 'users' becoming products?
More specifically, the attention of the users has become the product being sold. Similar to magazine subscriptions, the object is to profit off the attention of the user (reader).
This is not just annoying, it's the beginning of the end of Ubuntu as free software. No matter how unobtrusive the ads are, if Amazon is paying Ubuntu, Ubuntu is bound to become dependent on that cash stream, which means Amazon controls what happens to Ubuntu. And Amazon has shown little interest in the future of free software.
Now, this isn't entirely a new thing: companies like IBM and Google have been paying for Linux development (in the form of hiring Linux developers) for years. But when an entire distro is financially captured by the biggest online retailer on the planet... that's something new.
all the people who run it, but never paid, are not "freeloaders", they are the massive user base that gave the Ubuntu distro momentum and pushed it to the top of linux distros. they got it into the corporate workplace (my employer uses Ubuntu), they make the helpful forum posts, etc.
your monetizing needs to be done outside of those people, it's done with services, support, add-ons for the corporate environment, etc.
Now that Unity has gained Ubuntu such a great usage/market share and cemented user loyalty, Canonical can bring home the moolah by integrating Amazon ads with Unity.
(This pas was written in an alternative universe where the above makes sense)
"The agriculture ministry is not in charge of Gundam" - Japanese ministry official.
while posting on ad-supported Slashdot.
https://en.wikipedia.org/wiki/Adblockplus
Palm trees and 8
It's Linux.
You can disable any adverts easily, and run the WM of your choice WITHOUT switching distros.
You aren't stuck with defaults as you are with Windows.
"This post is an artistic work of fiction and falsehood. Only a fool would take anything posted here as fact."
Adbuntu, the consumer friendly distribution.
Excuse me, but please get off my Pennisetum Clandestinum, eh!
The GPL does not forbid you from (a) selling your software, or (b) making a profit from it. The GPL requires you to release the source code for your product. For example, selling your GPL game with protected assets (art, music, etc.) but open code is fine. Also, RedHat and others make money from supporting their distros/software.
I thought that all features (which use compositing) weren't enabled when you used a VM. Maybe it would have been different if you tried it on a separate partition on the bare metal.
Anyway, as a non-noob user (developer) I'm here to say that Unity as of 12.04 is pretty good for power users and developers.
From my perspective, Unity is pretty good for multitasking workflows. In the earlier versions, Unity was useless for multiple workspaces because you could basically only have one copy of a program usefully running.
In the current version, there are indicators that tell you if one copy of a program is running, or two, or more. And if it's on the current workspace or not.
Although I had thought that I would hate it, it's actually pretty good, because 95% of the time you want to work with the apps, files, and programs you were most recently working with. Also, the Alt+Tab and Alt+` works well. They're basically integrated together so you can move out of one mode to the other (once you're in Alt+Tab or Alt+` mode, try using the arrow keys).
Also, one misapprehension I had about Unity was that youd have a huge number of icons down the left side. But since you only have one icon per program (instead of per window), it's not bad.
Finally, you should install Cardapio. It gives you a hierarchical (organized by category) menu of applications so you don't have to know the name of app before you search for it (a major complaint about Unity).
I'm not a lawyer, but I play one on the Internet. Blog
Free yes, polished? Are you fucking kidding me? I can tell that you've never used Ubuntu for any serious server work. If you had you'd know that it's anything but polished. Take the Upstart init manager as an example. In theory Upstart was supposed to replace the old SYS V init scripts with a leaner, event driven mechanism for system start up. In practice it has done anything but. Some services start through Upstart, some start through init.d and others, such as sshd have different behavior depending upon whether or not you control them via upstart or start and stop them via init.d. Then there's the fact that the braindead dildos who wrote Upstart set it up so that it kills services via kill -9. Yeah, because nothing bad could ever happen if you ran kill -9 to shut your database down, which is exactly what Upstart does when you run
stop mysql
Apparently no one at Canonical understands that "kill -9" is something that you use only as a last resort and certainly isn't something you want to use when you're stopping and starting a database. Then there's the piece of shit Plymouth boot manager. Guess what, servers don't need splash screens. Really, they don't. My servers live in remote sites or are hosted in the cloud. I don't need a cutesy picture when they start, I want screen after screen of detailed output telling me what the system is doing. But go ahead and try to remove Plymouth from your Ubuntu system. Guess what! You can't. Some useless son-of-a-crack-whore set up the package dependencies such that attempting to remove Plymouth, which is a real piece of shit from an Ubuntu system also removes the core system.
Then there's ureadahead. Ureadahead is an OK idea on laptops I guess but does nothing for you when you're on a server and I've started disabling it on the systems I run. Interestingly enough despite ureadahead's supposed performance benefits I haven't seen any penalty for doing so. I could go on and on and on, the out of date rsyslog that ships with Ubuntu (yeah, because collecting log information is boring and old school, who needs that stuff?), bugs in mdraid that cause it to incorrectly detect disk size when it creates your disk label, thus creating a ticking time bomb that can go off and result in massive file corruption, etc, etc, etc. Oh, and the Ubuntu desktop, what a piece of shit. I'd take Windows XP over this POS any day of the week. Newsflash Ubuntu developers, larding your desktop up with shiny crap doesn't make it more useful. The Gnome and Unity UIs are every bit as bloated and stupid as the Windows Vista UI and if any real functionality or value has been added I have yet to see what it is. Gnome and Unity are nothing more than a shiny coat of paint on top of a nasty, stinky turd.
About a year ago I set up a desktop using straight Debian, and it was fucking amazing. Shit just worked and I realized that the only reason why Ubuntu has been able to stay in business so long is because they've been able to ride on Debian's coat tails and that even though they're idiots they haven't been able to fuck up the solid work that the folks at Debian have done over the years. This cartoon describes Ubuntu best.
http://www.xkcd.com/424/#
cheap labor conservatives - they want to keep you hungry enough to be thankful for minimum wage.