 |
|
| Linux Forum Index » Linux - Slackware Forum » Firefox use on Slack... |
|
Page 1 of 1 |
|
| Author |
Message |
| Handover Phist... |
Posted: Wed Nov 04, 2009 12:12 am |
|
|
|
Guest
|
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... |
Posted: Wed Nov 04, 2009 2:04 am |
|
|
|
Guest
|
Handover Phist <jason at (no spam) jason.websterscafe.com> wrote:
Quote: 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.
Quote: 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.
Quote: I may be a rare case though. How do you guys handle these particularly
easy to get programs?
See above.
Quote: 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 at (no spam) localhost postmaster at (no spam) localhost |
|
|
| Back to top |
|
|
|
| notbob... |
Posted: Wed Nov 04, 2009 8:25 am |
|
|
|
Guest
|
On 2009-11-04, Handover Phist <jason at (no spam) jason.websterscafe.com> wrote:
Quote: 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. ;)
nb |
|
|
| Back to top |
|
|
|
| Dan C... |
Posted: Wed Nov 04, 2009 8:47 am |
|
|
|
Guest
|
On Tue, 03 Nov 2009 21:12:10 -0800, Handover Phist wrote:
Quote: 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... |
Posted: Wed Nov 04, 2009 9:00 am |
|
|
|
Guest
|
On 2009-11-04, Dan C <youmustbejoking at (no spam) lan.invalid> wrote:
Quote: 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... |
Posted: Wed Nov 04, 2009 9:34 am |
|
|
|
Guest
|
On Wed, 04 Nov 2009 14:00:32 +0000, notbob wrote:
Quote: On 2009-11-04, Dan C <youmustbejoking at (no spam) 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 |
|
|
|
| Handover Phist... |
Posted: Wed Nov 04, 2009 10:13 am |
|
|
|
Guest
|
notbob :
Quote: On 2009-11-04, Handover Phist <jason at (no spam) 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.
Quote: 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.
Quote: 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. ;)
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 |
|
|
|
| Mikhail Zotov... |
Posted: Wed Nov 04, 2009 10:17 am |
|
|
|
Guest
|
On Wed, 04 Nov 2009 13:25:20 GMT
notbob <notbob at (no spam) nothome.com> wrote:
....
Quote: 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! :-)
--
Mikhail |
|
|
| Back to top |
|
|
|
| notbob... |
Posted: Wed Nov 04, 2009 10:46 am |
|
|
|
Guest
|
On 2009-11-04, Mikhail Zotov <invalid_muxaul at (no spam) lenta.ru> wrote:
Quote: Seamonkey-2.0 has already been released. And, IMHO, it looks ugly!
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... |
Posted: Wed Nov 04, 2009 11:47 am |
|
|
|
Guest
|
On 2009-11-04, Handover Phist <jason at (no spam) jason.websterscafe.com> wrote:
Quote: 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... |
Posted: Wed Nov 04, 2009 11:52 am |
|
|
|
Guest
|
notbob wrote:
Quote: On 2009-11-04, Handover Phist <jason at (no spam) 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" . . .
:-)
--
Steveski |
|
|
| Back to top |
|
|
|
| goarilla... |
Posted: Wed Nov 04, 2009 12:14 pm |
|
|
|
Guest
|
On Wed, 04 Nov 2009 14:00:32 +0000, notbob wrote:
Quote: On 2009-11-04, Dan C <youmustbejoking at (no spam) 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... |
Posted: Wed Nov 04, 2009 12:57 pm |
|
|
|
Guest
|
On 2009-11-04, goarilla <kevin.paulus at (no spam) skynet.remove-this.be> wrote:
Quote: do you use multiple X servers....
yep |
|
|
| Back to top |
|
|
|
| ~kurt... |
Posted: Wed Nov 04, 2009 6:56 pm |
|
|
|
Guest
|
notbob <notbob at (no spam) nothome.com> wrote:
Quote:
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 |
|
|
| Back to top |
|
|
|
| Handover Phist... |
Posted: Wed Nov 04, 2009 9:56 pm |
|
|
|
Guest
|
notbob :
Quote: On 2009-11-04, Handover Phist <jason at (no spam) 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 |
|
|
|
|
|
All times are GMT - 5 Hours
The time now is Thu Nov 26, 2009 11:06 am
|
|