Ok, moving to Linux Mint next. Any other suggestions?
Cinnamon 1.6 on Ubuntu 12.04 has been very pleasant for me so enjoy :) (the only thing keeping me from switching to mint is that they don't have a distro upgrade method like ubuntu does and I like keeping current)
Ubuntu Will Now Have Amazon Ads Pre-Installed
91–100 of 240 posts
Re: Ubuntu Will Now Have Amazon Ads Pre-Installed
#92Re: Ubuntu Will Now Have Amazon Ads Pre-Installed
#93Re: Ubuntu Will Now Have Amazon Ads Pre-Installed
#94Re: Ubuntu Will Now Have Amazon Ads Pre-Installed
#95Earlier quoted context omitted.
You type too much: sudo dpkg -P unity-lens-shopping
In general it's not good to use that command because it can leave your system in an inconsistent state -- when there are packages which depend on the package you just removed. apt-get works out the dependencies.
root@fw:~# dpkg -P libssl1.0.0
dpkg: dependency problems prevent removal of libssl1.0.0:amd64:
python-openssl depends on libssl1.0.0 (>= 1.0.0).
openssh-client depends on libssl1.0.0 (>= 1.0.1).
ntp depends on libssl1.0.0 (>= 1.0.0).
...SNIP...
bind9-host depends on libssl1.0.0 (>= 1.0.0).
tor depends on libssl1.0.0 (>= 1.0.1).
tcpdump depends on libssl1.0.0 (>= 1.0.0).
libruby1.8 depends on libssl1.0.0 (>= 1.0.0).
postfix depends on libssl1.
dpkg: error processing libssl1.0.0:amd64 (--purge):
dependency problems - not removing
Errors were encountered while processing:
libssl1.0.0:amd64
or root@fw:~# dpkg -P coreutils
dpkg: error processing coreutils (--purge):
This is an essential package - it should not be removed.
Errors were encountered while processing:
coreutils
Take a look at --force-help for more info on forcing things.Re: Ubuntu Will Now Have Amazon Ads Pre-Installed
#96Re: Ubuntu Will Now Have Amazon Ads Pre-Installed
#97> Items appear in a ‘More Suggestions’ strip underneath local search results. So even if you are just searching for a local file or application, that search string is being sent to Amazon. Thus, an entire history of what you search for on your computer will be stored with Amazon. This is no different to how adware functions. It opens up massive privacy implications that are not addressed or discussed in OP (or anywhe…
Re: Ubuntu Will Now Have Amazon Ads Pre-Installed
#98Honestly, if Ubuntu dropped their ridiculous, underdeveloped, undersupported Ubuntu One services and partnered with Amazon to integrate theirs (Cloud Player/Cloud Drive/etc), that would be a MAJOR improvement for both them and the end-user. Excellent cross-platform cloud services and marketplaces integrated with the OS would be great for bringing less-technical users to the platform in the wake of the proposed "Windo…
I've done partnership deals with Amazon's BD department before. They're very wary of just going head-first into a long-term deal without some kind of "feeling out" process to make sure the two companies are going to get along. I wouldn't be surprised if this isn't their "feeling out" period before launching exactly what you're suggesting in a year or so.
Re: Ubuntu Will Now Have Amazon Ads Pre-Installed
#99From the actual link: http://www.omgubuntu.co.uk/2012/09/online-shopping-features-... >For example, when you want to search for “dishwashers” on Amazon you can just enter “Dishwashers” in the Dash and a small line of “suggested items” from Amazon will appear. >The same happens when you search for a local file or app from the Home Lens. >So yes, you can expect to see self-help guides on compassion when trying to launc…
Not to mention rather obvious privacy issues.
Re: Ubuntu Will Now Have Amazon Ads Pre-Installed
#100Earlier quoted context omitted.
In general it's not good to use that command because it can leave your system in an inconsistent state -- when there are packages which depend on the package you just removed. apt-get works out the dependencies.
What are you talking about? dpkg will not remove packages with dependencies unless you force it to: root@fw:~# dpkg -P libssl1.0.0 dpkg: dependency problems prevent removal of libssl1.0.0:amd64: python-openssl depends on libssl1.0.0 (>= 1.0.0). openssh-client depends on libssl1.0.0 (>= 1.0.1). ntp depends on libssl1.0.0 (>= 1.0.0). ...SNIP... bind9-host depends on libssl1.0.0 (>= 1.0.0). tor depends on libssl1.0.0 (>…