Welcome to Soft32 Linux Forums!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

When did iceweasel start to need crutches?

 
   Soft32 Home -> Linux -> General Discussions RSS
Next:  [News] Linux/Android Ahead of the Rest in Good Ph..  
Author Message
terryc

External


Since: Sep 11, 2009
Posts: 11



(Msg. 1) Posted: Fri Nov 06, 2009 11:20 pm
Post subject: When did iceweasel start to need crutches?
Archived from groups: alt>os>linux>debian (more info?)

did the irregular aptitude update then aptitude safe-upgrade an my
machine suddenly started running like a dog. Some bloatware package
called xulrunner was installed during the update.

It seems it is now essential for iceweasel.

WTF, how do you get rid of it permanetly?
Is iceweasel now permanently crippled by requiring all this stuff?
Back to top
Login to vote
Sven Joachim

External


Since: Mar 05, 2006
Posts: 86



(Msg. 2) Posted: Sat Nov 07, 2009 3:20 am
Post subject: Re: When did iceweasel start to need crutches? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 2009-11-07 05:40 +0100, terryc wrote:

> did the irregular aptitude update then aptitude safe-upgrade an my
> machine suddenly started running like a dog. Some bloatware package
> called xulrunner was installed during the update.

This is no more of a bloatware package than iceweasel itself used to be
before the upgrade.

> It seems it is now essential for iceweasel.

Yes. The code in xulrunner had been previously contained in iceweasel
itself. Which is bad as it means code duplication (there are other
applications in Debian that use xulrunner).

http://en.wikipedia.org/wiki/Xulrunner

> WTF, how do you get rid of it permanetly?

aptitude purge --purge-unused iceweasel

> Is iceweasel now permanently crippled by requiring all this stuff?

No, it is not crippled.

Sven
Back to top
Login to vote
terryc

External


Since: Sep 11, 2009
Posts: 11



(Msg. 3) Posted: Sat Nov 07, 2009 7:20 am
Post subject: Re: When did iceweasel start to need crutches? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sat, 07 Nov 2009 08:36:10 +0100, Sven Joachim wrote:

> On 2009-11-07 05:40 +0100, terryc wrote:
>
>> did the irregular aptitude update then aptitude safe-upgrade an my
>> machine suddenly started running like a dog. Some bloatware package
>> called xulrunner was installed during the update.
>
> This is no more of a bloatware package than iceweasel itself used to be
> before the upgrade.

Not on my system. Its demands on the cpu were immediately very noticeable.

>
>> It seems it is now essential for iceweasel.
>
> Yes. The code in xulrunner had been previously contained in iceweasel
> itself. Which is bad as it means code duplication (there are other
> applications in Debian that use xulrunner).

None of which I want.
>
> http://en.wikipedia.org/wiki/Xulrunner
>
>> WTF, how do you get rid of it permanetly?
>
> aptitude purge --purge-unused iceweasel

So what you are saying is that it is impossible to run iceweasel without
xulrunner?

>
>> Is iceweasel now permanently crippled by requiring all this stuff?
>
> No, it is not crippled.

Well, it is if you have to install it to get iceweasel.
Back to top
Login to vote
Eric Valette

External


Since: Nov 11, 2009
Posts: 2



(Msg. 4) Posted: Wed Nov 11, 2009 3:20 am
Post subject: Re: When did iceweasel start to need crutches? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 07/11/2009 14:05, terryc wrote:

> Well, it is if you have to install it to get iceweasel.

As apparently you do not read what other says, I will say it diffrently:
"before iceweasel" = "current iceweasel" + "current xulrunner". So size
is exactly equivalent and not more blaoted and it works as before.

It matter for others that use packages also requiring xulrunner.

-- eric
Back to top
Login to vote
terryc

External


Since: Sep 11, 2009
Posts: 11



(Msg. 5) Posted: Wed Nov 11, 2009 3:20 pm
Post subject: Re: When did iceweasel start to need crutches? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Wed, 11 Nov 2009 09:19:55 +0100, Eric Valette wrote:

> On 07/11/2009 14:05, terryc wrote:
>
>> Well, it is if you have to install it to get iceweasel.
>
> As apparently you do not read what other says, I will say it diffrently:
> "before iceweasel" = "current iceweasel" + "current xulrunner". So size
> is exactly equivalent and not more blaoted and it works as before.

No matter how many times you say it, something that thrashes my machine
is bloatware. The old iceweasel(no xulrunner) did not. The new iceweasel
(+xulrunner) does.

Yet another victory for microsoft.


> It matter for others that use packages also requiring xulrunner.

As I said above, yet another victory for microsoft. Once you sell out
your principles, you have nothing left.
Back to top
Login to vote
Sven Joachim

External


Since: Mar 05, 2006
Posts: 86



(Msg. 6) Posted: Wed Nov 11, 2009 3:20 pm
Post subject: Re: When did iceweasel start to need crutches? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 2009-11-11 21:49 +0100, terryc wrote:

> On Wed, 11 Nov 2009 09:19:55 +0100, Eric Valette wrote:
>
>> On 07/11/2009 14:05, terryc wrote:
>>
>>> Well, it is if you have to install it to get iceweasel.
>>
>> As apparently you do not read what other says, I will say it diffrently:
>> "before iceweasel" = "current iceweasel" + "current xulrunner". So size
>> is exactly equivalent and not more blaoted and it works as before.
>
> No matter how many times you say it, something that thrashes my machine
> is bloatware. The old iceweasel(no xulrunner) did not. The new iceweasel
> (+xulrunner) does.

Maybe you have a bad plugin or extension. Try running

MOZ_DISABLE_PLUGINS=1 iceweasel -safe-mode

and see if that helps.

> Yet another victory for microsoft.

Are you saying that you're going to switch to Windows because of
Iceweasel thrashing?

>> It matter for others that use packages also requiring xulrunner.
>
> As I said above, yet another victory for microsoft. Once you sell out
> your principles, you have nothing left.

Well said, but Debian is actually defending its principles, especially
regarding security.

Sven
Back to top
Login to vote
Eric Valette

External


Since: Nov 11, 2009
Posts: 2



(Msg. 7) Posted: Thu Nov 12, 2009 3:21 am
Post subject: Re: When did iceweasel start to need crutches? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 11/11/2009 22:06, Sven Joachim wrote:

>> Yet another victory for microsoft.
>
> Are you saying that you're going to switch to Windows because of
> Iceweasel thrashing?

Let him go: anyway there is no way he will be able to understand the
problem is with its machine as it works for anyone else and that
splitting a package into two pieces do not make it worse.

-- eric
Back to top
Login to vote
terryc

External


Since: Sep 11, 2009
Posts: 11



(Msg. 8) Posted: Thu Nov 12, 2009 5:20 pm
Post subject: Re: When did iceweasel start to need crutches? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Wed, 11 Nov 2009 22:06:20 +0100, Sven Joachim wrote:

> On 2009-11-11 21:49 +0100, terryc wrote:
>
>> On Wed, 11 Nov 2009 09:19:55 +0100, Eric Valette wrote:
>>
>>> On 07/11/2009 14:05, terryc wrote:
>>>
>>>> Well, it is if you have to install it to get iceweasel.
>>>
>>> As apparently you do not read what other says, I will say it
>>> diffrently: "before iceweasel" = "current iceweasel" + "current
>>> xulrunner". So size is exactly equivalent and not more blaoted and it
>>> works as before.
>>
>> No matter how many times you say it, something that thrashes my machine
>> is bloatware. The old iceweasel(no xulrunner) did not. The new
>> iceweasel (+xulrunner) does.
>
> Maybe you have a bad plugin or extension. Try running
>
> MOZ_DISABLE_PLUGINS=1 iceweasel -safe-mode

My understanding is that it is not a plug-in but an essential pre/co-
requisite for iceweasel.
>
> and see if that helps.

Will give it a try later. ATM relocating backup system.
>
>> Yet another victory for microsoft.
>
> Are you saying that you're going to switch to Windows because of
> Iceweasel thrashing?

No, what I am pointing out that the "brains" behind linux think that to
compete with microsoft, that you have to be like microsoft. In this
regard they are doing the exact same things that microsoft are doing and
have done. Specifically building in the exact same problems. This,
firstly, is yet again another example of bloatware being added to linux

Also iceweasel is a firefox derivative and that means the bloatware is in
win firefox as well.

>
>>> It matter for others that use packages also requiring xulrunner.
>>
>> As I said above, yet another victory for microsoft. Once you sell out
>> your principles, you have nothing left.
>
> Well said, but Debian is actually defending its principles, especially
> regarding security.

Could you explain that?
Apart from the bloatware thrashing in the background, what it points to
is a core program that will make a number of "core" applications jointly
vulnerable. Remember the pgp debacle that happened recently?
Back to top
Login to vote
terryc

External


Since: Sep 11, 2009
Posts: 11



(Msg. 9) Posted: Thu Nov 12, 2009 5:20 pm
Post subject: Re: When did iceweasel start to need crutches? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Thu, 12 Nov 2009 08:38:12 +0100, Eric Valette wrote:

> On 11/11/2009 22:06, Sven Joachim wrote:
>
>>> Yet another victory for microsoft.
>>
>> Are you saying that you're going to switch to Windows because of
>> Iceweasel thrashing?
>
> Let him go: anyway there is no way he will be able to understand the
> problem is with its machine as it works for anyone else and that
> splitting a package into two pieces do not make it worse.

"Everyone else" lol

Eric, read and think about the story "The Emperor's New Clothes"

<then again, where would the economy be without people like eric>
Back to top
Login to vote
Display posts from previous:   
Related Topics:
printer - is brother better than hp for debian? i want all in one.

printer - all in one is brother better easier than hp to run?

How to download youtube video into Adobe Premiere - How to download youtube video into Adobe Premiere I like to lounge around online and youtube is my favorite. Sometimes...

Accepted iceweasel 2.0.0.6-1 (source i386 all) - -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 01 Aug 2007 08:30:37 +0200 Source: iceweasel..

[gentoo-dev] who renamed adsl-start to pppoe-start and why - how ca i make sure that i am informed earlier about such changes? -- gentoo-dev@gentoo.org mailing list

could not start x - hi all when i start my machine i could not start the x i get this error Fatal server error: could not open default..
       Soft32 Home -> Linux -> General Discussions All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Categories:
 Windows
  Linux
 Mac
 PDA


[ Contact us | Terms of Service/Privacy Policy ]