Help!

Firefox use on Slack

 
  

Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Slackware RSS
Next:  [PATCH 1/3] ftrace: Return EINVAL when writing in..  
Author Message
Handover Phist
External


Since: May 04, 2005
Posts: 507



PostPosted: Tue Nov 03, 2009 9:12 pm    Post subject: Firefox use on Slack
Archived from groups: alt>os>linux>slackware (more info?)

I've gotten into the habit, on my desktop box, of getting rid of Firefox
in the system and installing it in /home/$ME/bin. This way, upgrading is
easy since the Mozilla folk are designing it that way. I do the same
with OpenOffice and Thunderbird.

Are these essential packages in Slack? Perhaps the size of the release
could be pared a little bit by excluding them?

I may be a rare case though. How do you guys handle these particularly
easy to get programs? Do you have multiple users on many of your Slack
boxen? The kind that use these sort of desktop apps?

--
DESTINATION UNKNOWN

www.websterscafe.com
Back to top
Henrik Carlqvist
External


Since: Aug 07, 2005
Posts: 776



PostPosted: Wed Nov 04, 2009 3:10 am    Post subject: Re: Firefox use on Slack [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Handover Phist <jason.RemoveThis@jason.websterscafe.com> wrote:
> I've gotten into the habit, on my desktop box, of getting rid of Firefox
> in the system and installing it in /home/$ME/bin. This way, upgrading is
> easy since the Mozilla folk are designing it that way. I do the same
> with OpenOffice and Thunderbird.

I find it even easier to keep Firefox upgraded by having it installed from
the package provided by Slackware. That way firefox gets upgraded if
needed every time I install the latest Slackware patches. I have written a
simple Makefile which installs patch packages as well as some other
updates which I distribute as slackware packages:

-8<-----------------------
PACKAGES = $(wildcard *.tgz)
LOG_FILES = $(PACKAGES:%.tgz=/var/log/packages/%)

all: $(LOG_FILES)


/var/log/packages/%: %.tgz
upgradepkg --install-new $<
-8<-----------------------

The Makefile is in a directory with symbolic links to the latest patch
files and updated custom packages. Some day I might improve the Makefile
to first check that it is run on the right version of Slackware. I have
different machines with different versions of Slackware and Slamd64 which
calls these Makefiles from a cron job. However if I would test to call one
of these Makefiles manually and I would be standing in a directory for
another version of Slackware it would really mess things up on that
machine.

> Are these essential packages in Slack? Perhaps the size of the release
> could be pared a little bit by excluding them?

IMHO Firefox belongs to the standard Slackware packages. Moving firefox to
/extra or completely remove it would probably make a lot of people miss
it.

> I may be a rare case though. How do you guys handle these particularly
> easy to get programs?

See above.

> Do you have multiple users on many of your Slack boxen? The kind that
> use these sort of desktop apps?

Yes, my boxes have many users and they use browsers and other desktop
apps. Using the approach with Firefox and other programs in $HOME/bin
would put administrative tasks on every user and also require a lot of
space on the NFS servers with home directories.

regards Henrik
--
The address in the header is only to prevent spam. My real address is:
hc3(at)poolhem.se Examples of addresses which go to spammers:
root@localhost postmaster@localhost
Back to top
Handover Phist
External


Since: May 04, 2005
Posts: 507



PostPosted: Wed Nov 04, 2009 7:13 am    Post subject: Re: Firefox use on Slack [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

notbob :
> On 2009-11-04, Handover Phist <jason.TakeThisOut@jason.websterscafe.com> wrote:
>> I've gotten into the habit, on my desktop box, of getting rid of Firefox
>> in the system and installing it in /home/$ME/bin. This way, upgrading is
>> easy since the Mozilla folk are designing it that way. I do the same
>> with OpenOffice and Thunderbird.
>
> I guess I'd answer with another question, which is, why do you feel
> the need to constantly upgrade? Complete Slack upgrades come at least

Support for the latest scripting geegaws and such is my only excuse. The
fact that firefox complains if it can't upgrade itself I find annoying
as well.

> once per year and I have yet to ever see a need to upgrade a between
> Slack release of anything. I've even skipped an odd release now and
> then. In fact, it's now become clear linux has matured enough that
> newer releases of many programs are not only unnecessary, but
> sometimes downright unwelcome, as recently revealed by the huge
> disapproval of KDE 4.2.


I missed 10.0 and 11.0, but not 12.0 or 13.0. I'm using KDE 4.2 with no
real hatred towards it. I dont feel the need to keep everything on my
machine up to date (I've never run -current), just Firefox and OO,
really.

> I did discover a bug in Seamonkey that prevented the installation of
> the latest NoScript, which wouldn't be ironed out till the 2.0 release
> of Seamonkey, a compelling reason to upgrade. Turns out using a tad
> bit older version of NoScript worked just fine.
>
> I guess some ppl just gotta be on that cutting edge. Me? Only with
> my shaving razor. Wink
>
> nb


--
Many people feel that they deserve some kind of
recognition for all the bad things they haven't done.

www.websterscafe.com
Back to top
notbob
External


Since: Jun 08, 2004
Posts: 792



PostPosted: Wed Nov 04, 2009 9:10 am    Post subject: Re: Firefox use on Slack [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 2009-11-04, Handover Phist <jason.TakeThisOut@jason.websterscafe.com> wrote:
> I've gotten into the habit, on my desktop box, of getting rid of Firefox
> in the system and installing it in /home/$ME/bin. This way, upgrading is
> easy since the Mozilla folk are designing it that way. I do the same
> with OpenOffice and Thunderbird.

I guess I'd answer with another question, which is, why do you feel
the need to constantly upgrade? Complete Slack upgrades come at least
once per year and I have yet to ever see a need to upgrade a between
Slack release of anything. I've even skipped an odd release now and
then. In fact, it's now become clear linux has matured enough that
newer releases of many programs are not only unnecessary, but
sometimes downright unwelcome, as recently revealed by the huge
disapproval of KDE 4.2.

I did discover a bug in Seamonkey that prevented the installation of
the latest NoScript, which wouldn't be ironed out till the 2.0 release
of Seamonkey, a compelling reason to upgrade. Turns out using a tad
bit older version of NoScript worked just fine.

I guess some ppl just gotta be on that cutting edge. Me? Only with
my shaving razor. Wink

nb
Back to top
Dan C
External


Since: Nov 26, 2006
Posts: 657



PostPosted: Wed Nov 04, 2009 9:10 am    Post subject: Re: Firefox use on Slack [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Tue, 03 Nov 2009 21:12:10 -0800, Handover Phist wrote:

> I've gotten into the habit, on my desktop box, of getting rid of Firefox
> in the system and installing it in /home/$ME/bin. This way, upgrading is
> easy since the Mozilla folk are designing it that way. I do the same
> with OpenOffice and Thunderbird.
>
> Are these essential packages in Slack? Perhaps the size of the release
> could be pared a little bit by excluding them?
>
> I may be a rare case though. How do you guys handle these particularly
> easy to get programs? Do you have multiple users on many of your Slack
> boxen? The kind that use these sort of desktop apps?

I just upgrade FF/TB whenever Pat releases a security fix package. Easy
to know when that happens by subscribing the the "Slack-security" mailing
list. As for OO.o, I install it from slackbuilds.org, and rarely bother
updating it between Slack releases. If I did want to, it's simply a
matter of re-doing the Slackbuild and upgrading the package.

I do not have multiple users, but the other benefit of doing it this way
is (obviously) that each user doesn't have to manage his own updates,
especially if they are not able to do such things...


--
"Ubuntu" -- an African word, meaning "Slackware is too hard for me".
"Bother!" said Pooh, as he garotted another passing Liberal.
Usenet Improvement Project: http://twovoyagers.com/improve-usenet.org/
Back to top
notbob
External


Since: Jun 08, 2004
Posts: 792



PostPosted: Wed Nov 04, 2009 10:10 am    Post subject: Re: Firefox use on Slack [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 2009-11-04, Dan C <youmustbejoking RemoveThis @lan.invalid> wrote:

> I do not have multiple users, but the other benefit of doing it this way
> is (obviously) that each user doesn't have to manage his own updates,
> especially if they are not able to do such things...

....or if one just likes to use multiple user accts, which I do.

That's always been one of the attractions of *nix for me. It's easy
to customize different accts to one's preferences. I've got my online
acct, business acct, ebay acct, graphics acct, etc, each with
different browser prefs, desktops, dirs, files, etc. Installing
software globally makes for easy maint, while individual accts allows
more granular customization. It's similar to using multiple
workspaces, yet in some cases, handier and easier to manage.

nb
Back to top
Dan C
External


Since: Nov 26, 2006
Posts: 657



PostPosted: Wed Nov 04, 2009 10:10 am    Post subject: Re: Firefox use on Slack [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Wed, 04 Nov 2009 14:00:32 +0000, notbob wrote:

> On 2009-11-04, Dan C <youmustbejoking RemoveThis @lan.invalid> wrote:
>
>> I do not have multiple users, but the other benefit of doing it this
>> way is (obviously) that each user doesn't have to manage his own
>> updates, especially if they are not able to do such things...
>
> ...or if one just likes to use multiple user accts, which I do.
>
> That's always been one of the attractions of *nix for me. It's easy to
> customize different accts to one's preferences. I've got my online
> acct, business acct, ebay acct, graphics acct, etc, each with different
> browser prefs, desktops, dirs, files, etc. Installing software globally
> makes for easy maint, while individual accts allows more granular
> customization. It's similar to using multiple workspaces, yet in some
> cases, handier and easier to manage.

Good point. I haven't done that kind of thing, but it sounds like
perhaps I should look into it. Cool.


--
"Ubuntu" -- an African word, meaning "Slackware is too hard for me".
"Bother!" said Pooh, as he garotted another passing Liberal.
Usenet Improvement Project: http://twovoyagers.com/improve-usenet.org/
Back to top
Mikhail Zotov
External


Since: Sep 16, 2006
Posts: 149



PostPosted: Wed Nov 04, 2009 11:10 am    Post subject: Re: Firefox use on Slack [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Wed, 04 Nov 2009 13:25:20 GMT
notbob <notbob RemoveThis @nothome.com> wrote:
....
> I did discover a bug in Seamonkey that prevented the installation of
> the latest NoScript, which wouldn't be ironed out till the 2.0 release
> of Seamonkey, a compelling reason to upgrade.

Seamonkey-2.0 has already been released. And, IMHO, it looks ugly! Smile

--
Mikhail
Back to top
notbob
External


Since: Jun 08, 2004
Posts: 792



PostPosted: Wed Nov 04, 2009 11:10 am    Post subject: Re: Firefox use on Slack [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 2009-11-04, Mikhail Zotov <invalid_muxaul.DeleteThis@lenta.ru> wrote:

> Seamonkey-2.0 has already been released. And, IMHO, it looks ugly! Smile

Yeah... I noticed a couple weeks ago. As I said, no pressing reason
to upgrade at this point. I'll wait for next rev of Slack.

nb
Back to top
notbob
External


Since: Jun 08, 2004
Posts: 792



PostPosted: Wed Nov 04, 2009 12:10 pm    Post subject: Re: Firefox use on Slack [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 2009-11-04, Handover Phist <jason DeleteThis @jason.websterscafe.com> wrote:

> fact that firefox complains if it can't upgrade itself I find annoying
> as well.

You should never see it more than once. There's a "do not show this
notice again" check box.

nb
Back to top
steveski
External


Since: Nov 04, 2009
Posts: 2



PostPosted: Wed Nov 04, 2009 12:10 pm    Post subject: Re: Firefox use on Slack [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

notbob wrote:

> On 2009-11-04, Handover Phist <jason.TakeThisOut@jason.websterscafe.com> wrote:
>
>> fact that firefox complains if it can't upgrade itself I find annoying
>> as well.
>
> You should never see it more than once. There's a "do not show this
> notice again" check box.

As well as "do not press this button again" . . .

Smile

--
Steveski
Back to top
goarilla
External


Since: Feb 05, 2009
Posts: 4



PostPosted: Wed Nov 04, 2009 1:10 pm    Post subject: Re: Firefox use on Slack [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Wed, 04 Nov 2009 14:00:32 +0000, notbob wrote:

> On 2009-11-04, Dan C <youmustbejoking.DeleteThis@lan.invalid> wrote:
>
>> I do not have multiple users, but the other benefit of doing it this
>> way is (obviously) that each user doesn't have to manage his own
>> updates, especially if they are not able to do such things...
>
> ...or if one just likes to use multiple user accts, which I do.
>
> That's always been one of the attractions of *nix for me. It's easy to
> customize different accts to one's preferences. I've got my online
> acct, business acct, ebay acct, graphics acct, etc, each with different
> browser prefs, desktops, dirs, files, etc. Installing software globally
> makes for easy maint, while individual accts allows more granular
> customization. It's similar to using multiple workspaces, yet in some
> cases, handier and easier to manage.
>
> nb

do you use multiple X servers or do you just do a lot of xauth or
xhosting or do you logout/login frequently ?
Back to top
notbob
External


Since: Jun 08, 2004
Posts: 792



PostPosted: Wed Nov 04, 2009 2:10 pm    Post subject: Re: Firefox use on Slack [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 2009-11-04, goarilla <kevin.paulus.TakeThisOut@skynet.remove-this.be> wrote:

> do you use multiple X servers....

yep
Back to top
~kurt
External


Since: Sep 22, 2006
Posts: 194



PostPosted: Wed Nov 04, 2009 5:56 pm    Post subject: Re: Firefox use on Slack [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

notbob <notbob.TakeThisOut@nothome.com> wrote:
>
> to customize different accts to one's preferences. I've got my online
> acct, business acct, ebay acct, graphics acct, etc, each with

"Online account" - you mean the one for downloading xxxx.

- Kurt
Back to top
Handover Phist
External


Since: May 04, 2005
Posts: 507



PostPosted: Wed Nov 04, 2009 6:56 pm    Post subject: Re: Firefox use on Slack [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

notbob :
> On 2009-11-04, Handover Phist <jason.RemoveThis@jason.websterscafe.com> wrote:
>
>> fact that firefox complains if it can't upgrade itself I find annoying
>> as well.
>
> You should never see it more than once. There's a "do not show this
> notice again" check box.
>
> nb

Yeah, but then it's not updated and the neurotic portion of my mind
(which is a fairly sizeable portion) goes around in circles "it's not
updated. There's new stuff there you dont have. Hey idiot! It'll only
take a minute gogetitgogetitgogetit." Annoying, that.

--
The greatest griefs are those we cause ourselves.
-- Sophocles

www.websterscafe.com
Back to top
goarilla
External


Since: Feb 05, 2009
Posts: 4



PostPosted: Fri Nov 06, 2009 2:10 pm    Post subject: Re: Firefox use on Slack [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Wed, 04 Nov 2009 17:56:11 -0600, ~kurt wrote:

> notbob <notbob.RemoveThis@nothome.com> wrote:
>>
>> to customize different accts to one's preferences. I've got my online
>> acct, business acct, ebay acct, graphics acct, etc, each with
>
> "Online account" - you mean the one for downloading porn.
>
> - Kurt

nooo
he has a xxxx account you know

it's an important task Very Happy
Back to top
Henrik Carlqvist
External


Since: Aug 07, 2005
Posts: 776



PostPosted: Sat Nov 07, 2009 5:10 pm    Post subject: Re: Firefox use on Slack [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Henrik Carlqvist <Henrik.Carlqvist.DeleteThis@deadspam.com> wrote:
> Some day I might improve the Makefile to first check that it is run on
> the right version of Slackware.

Finally said and done I now have the following improved Makefile:

-8<-----------------------
PACKAGES = $(wildcard *.tgz)
LOG_FILES = $(PACKAGES:%.tgz=/var/log/packages/%)
VERSION_FILE = $(wildcard sla*-version)

all: Check_Version $(LOG_FILES)


/var/log/packages/%: %.tgz
upgradepkg --install-new --reinstall $<

Check_Version:
diff $(VERSION_FILE) /etc/$(VERSION_FILE)
-8<-----------------------

The Makefile is in the same directory as symbolic links to the latest
patch packages and other packages containing updated settings for my
machines. In this directory I now also have a copy of
/etc/slackware-version or /etc/slamd64-version. This file prevents the
Makefile from accidentally installing packages on the wrong version of
Slackware when run manually.

The Makefile is called daily (or rather nightly) by a file
/etc/cron.daily/slack_update with contents something like the following:

-8<-----------------------
#!/bin/sh
( cd /auto/slack120/updates ; make ) > /var/log/slack_update
-8<-----------------------

I hope that someone else will find these routines useful.

regards Henrik
--
The address in the header is only to prevent spam. My real address is:
hc3(at)poolhem.se Examples of addresses which go to spammers:
root@localhost postmaster@localhost
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Slackware All times are: Eastern 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