-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTRAIN_00678.eml
65 lines (47 loc) · 1.68 KB
/
TRAIN_00678.eml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
NoneNonegodo <[email protected]> wrote:
> Ron Johnson wrote:
> > Hi,
> >
> > I just locally installed upstream firefox, and of course Debian
> > Alternatives doesn't know about it, so Iceweasel, which uses
> > x-www-browser loads iceape, which I don't want.
> >
> > "update-alternatives --install" seems to be what I want in order to
> > add /usr/local/firefox/firefox to the x-www-browser list, but can't
> > get it to work.
> >
> > # update-alternatives --install x-www-browser firefox \
> > /usr/local/firefox/firefox 3
> > update-alternatives: error: alternative link is not absolute as it
> > should be: x-www-browser
> >
> > What am I doing wrong?
> >
> > TIA
> >
> I think I got it.
>
> update-alternatives --install /usr/bin/x-www-browser x-www-browser
> /home/my_username/.firefox/firefox 3
>
> I didn't got any error.
>
Wouldn't it be better if the syntax was this:
update-alternatives --install /usr/bin/x-www-browser
x-www-browser /opt/firefox/firefox 3
Of course, this would be making use of /opt for what it was
originally intended, for all the software and add-on packages that are
not part of the default installation.
Reference points:
http://www.tldp.org/LDP/Linux-Filesystem-Hierarchy/html/opt.html
http://wiki.debian.org/FilesystemHierarchyStandard
--
Regards,
Chris
"When the people fear their government, there is tyranny; when the
government fears the people, there is liberty."
-- Thomas Jefferson
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]