Gentoo Archives: gentoo-user

From: Urs Schutz <u.schutz@×××××××.ch>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Firefox-bin-28.0-r1: Missing commonDialog icons? Anybody else seeing this?
Date: Sun, 30 Mar 2014 15:18:59
Message-Id: 20140330121847.3656a97b@bluewin.ch
1 Hello
2
3 When starting up firefox-bin this morning I got the
4 following dialog box popping up:
5
6 $ firefox-bin
7 "Configuration Error"
8 "Failed to read configuration file. Please contact your
9 system administrator."
10
11 After confirming with "OK" the firefox-bin process is
12 terminated. No browser today for me :-(
13
14 $ firefox-bin -version
15 Mozilla Firefox 28.0
16
17 What I tried to do, without success:
18
19 uninstalled and re-installed firefox-bin, cleaned the
20 program directory and my configuration in between
21
22 checked to run firefox-bin as root
23
24 Checked whether there is a file named mozilla.cfg, there is
25 none.
26
27 created empty /opt/firefox/defaults/pref/mozilla.cfg
28 added "//" to the first line of mozilla.cfg
29
30 Safe mode pops up the same dialog box:
31 $ firefox-bin -safe-mode
32
33 Started the profile browser:
34 $ firefox-bin -P
35 The profile browser lets me delete and create profiles. But
36 firefox still shows the dialog and quits.
37
38 checked bugs (had to install chrome, but didn't like
39 chrome):
40 https://bugzilla.mozilla.org/show_bug.cgi?id=672671
41 https://bugzilla.mozilla.org/show_bug.cgi?id=833117
42
43 Checked with strace which files cannot be read:
44 Just when the dialog box pops up I see:
45 urs@Evo ~ $ strace -e trace=file -f firefox-bin
46 <<snipped a lot of content here...>>
47 access("/opt/firefox/browser/chrome", F_OK) = 0
48 access("commonDialog.png", R_OK) = -1 ENOENT (No such file
49 or directory)
50 access("/opt/firefox/browser/chrome/icons/default/commonDialog.png",
51 R_OK) = -1 ENOENT (No such file or directory)
52 access("/opt/firefox/browser/chrome", F_OK) = 0
53 access("/opt/firefox/browser/chrome/icons/default/commonDialog16.png",
54 R_OK) = -1 ENOENT (No such file or directory)
55 access("/opt/firefox/browser/chrome/icons/default/commonDialog16.png",
56 R_OK) = -1 ENOENT (No such file or directory)
57 access("/opt/firefox/browser/chrome", F_OK) = 0
58 access("/opt/firefox/browser/chrome/icons/default/commonDialog32.png",
59 R_OK) = -1 ENOENT (No such file or directory)
60 access("/opt/firefox/browser/chrome/icons/default/commonDialog32.png",
61 R_OK) = -1 ENOENT (No such file or directory)
62 access("/opt/firefox/browser/chrome", F_OK) = 0
63 access("/opt/firefox/browser/chrome/icons/default/commonDialog48.png",
64 R_OK) = -1 ENOENT (No such file or directory)
65 access("/opt/firefox/browser/chrome/icons/default/commonDialog48.png",
66 R_OK) = -1 ENOENT (No such file or directory)
67 access("/opt/firefox/browser/chrome", F_OK) = 0
68 access("/opt/firefox/browser/chrome/icons/default/commonDialog.xpm",
69 R_OK) = -1 ENOENT (No such file or directory)
70 access("/opt/firefox/browser/chrome/icons/default/commonDialog.xpm",
71 R_OK) = -1 ENOENT (No such file or directory)
72 access("/opt/firefox/browser/chrome", F_OK) = 0
73 access("/opt/firefox/browser/chrome/icons/default/commonDialog16.xpm",
74 R_OK) = -1 ENOENT (No such file or directory)
75 access("/opt/firefox/browser/chrome/icons/default/commonDialog16.xpm",
76 R_OK) = -1 ENOENT (No such file or directory)
77
78 This icons are really missing in my installation:
79 urs@Evo ~ $ ls /opt/firefox/browser/chrome/icons/default/
80 default16.png default32.png default48.png
81
82 I downgraded firefox-bin to the latest stable version 24.4.0
83 The icons from above are still not installed, but this
84 version is starting up and is usable. So for me there is a
85 workaround. I am still a little nervous about security
86 concerns with an old browser version.
87
88 Additional information here, some lines of the Gentoo
89 emerge log history:
90 urs@Evo ~ $ genlop firefox-bin
91 Thu Mar 6 21:57:34 2014 >>> www-client/firefox-bin-27.0.1
92 Thu Mar 20 08:42:44 2014 >>> www-client/firefox-bin-28.0
93 Sat Mar 29 08:47:39 2014 >>> www-client/firefox-bin-28.0-r1
94
95 I am pretty sure that I had used firefox-bin-28.0 last week
96 without troubles. So, is this just firefox-bin-28.0-r1?
97 Anybody else seeing this?
98
99 Thanks
100 Urs

Replies