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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-webteam] [Bug 72] default page doesn't redirect to website
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-webteam%40mageia.org?Subject=Re%3A%20%5BMageia-webteam%5D%20%5BBug%2072%5D%20default%20page%20doesn%27t%20redirect%20to%20website&In-Reply-To=%3C20110318222848.2241A42761%40alamut.mageia.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="000507.html">
<LINK REL="Next" HREF="000509.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-webteam] [Bug 72] default page doesn't redirect to website</H1>
<B>Romain d'Alverny</B>
<A HREF="mailto:mageia-webteam%40mageia.org?Subject=Re%3A%20%5BMageia-webteam%5D%20%5BBug%2072%5D%20default%20page%20doesn%27t%20redirect%20to%20website&In-Reply-To=%3C20110318222848.2241A42761%40alamut.mageia.org%3E"
TITLE="[Mageia-webteam] [Bug 72] default page doesn't redirect to website">bugzilla-daemon at mageia.org
</A><BR>
<I>Fri Mar 18 23:28:48 CET 2011</I>
<P><UL>
<LI>Previous message: <A HREF="000507.html">[Mageia-webteam] [Bug 72] default page doesn't redirect to website
</A></li>
<LI>Next message: <A HREF="000509.html">[Mageia-webteam] [Bug 72] default page doesn't redirect to website
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#508">[ date ]</a>
<a href="thread.html#508">[ thread ]</a>
<a href="subject.html#508">[ subject ]</a>
<a href="author.html#508">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE><A HREF="https://bugs.mageia.org/show_bug.cgi?id=72">https://bugs.mageia.org/show_bug.cgi?id=72</A>
Romain d'Alverny <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-webteam">rdalverny at gmail.com</A>> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |<A HREF="https://www.mageia.org/mailman/listinfo/mageia-webteam">ennael1 at gmail.com</A>
--- Comment #8 from Romain d'Alverny <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-webteam">rdalverny at gmail.com</A>> 2011-03-18 23:28:46 UTC ---
indexhtml specfile puts everything correct under mga/indexhtml while doc/HTML
has only one single HTML file; and that's the place where the browser is
expected to go.
See
<A HREF="http://svnweb.mageia.org/packages/cauldron/firefox/current/SPECS/firefox.spec">http://svnweb.mageia.org/packages/cauldron/firefox/current/SPECS/firefox.spec</A>
lines 295 and 301 where browser.startup.homepage property is set twice
(duplicate) to doc/HTML/index.html
Btw, using distribution-specific tag "mga" in the path is not good.
So it involves a few other packages that depend on indexhtml (namely:
evolution, midori, links, firefox).
To fix this, I suggest:
* update and cleanup indexhtml specfile so that:
- we don't create/populate /usr/share/doc/HTML anymore
- we move the home page in /usr/share/indexhtml/
- this is valid for welcome mail path too, we could move these in
/usr/share/indexhtml/mail/ ? or /usr/share/welcomemail/ since we may move them
into a separate package later?
* so we will need to check dependent packages so that they use the correct
path (however, only firefox and links seems to explicitly use the path in the
spec file, so it may have been hardcoded somewhere else in other packages).
* ensure it all works
Cc'ing ennael for advice, who last committed on these packages (among others).
I can do the indexhtml part and firefox/links specfile, but not sure about the
rest (mail path, evolution, midori). What about Konqueror by the way?
--
Configure bugmail: <A HREF="https://bugs.mageia.org/userprefs.cgi?tab=email">https://bugs.mageia.org/userprefs.cgi?tab=email</A>
------- You are receiving this mail because: -------
You are on the CC list for the bug.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="000507.html">[Mageia-webteam] [Bug 72] default page doesn't redirect to website
</A></li>
<LI>Next message: <A HREF="000509.html">[Mageia-webteam] [Bug 72] default page doesn't redirect to website
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#508">[ date ]</a>
<a href="thread.html#508">[ thread ]</a>
<a href="subject.html#508">[ subject ]</a>
<a href="author.html#508">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-webteam">More information about the Mageia-webteam
mailing list</a><br>
</body></html>
|