Closed
Bug 1205519
Opened 9 years ago
Closed 9 years ago
"open a new tab" image not being loaded under linux
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1205741
Tracking | Status | |
---|---|---|
firefox43 | --- | affected |
People
(Reporter: kjozwiak, Unassigned)
Details
Attachments
(1 file)
73.60 KB,
image/png
|
Details |
The "Open a new Tab" image isn't correctly being displayed under linux. I've checked Win and OSX and those are working as expected. Receive the following messages in the cmd prompt when fx loads:
(firefox:3078): Gtk-WARNING **: Error loading theme icon 'list-add' for stock: Unrecognized image file format
(firefox:3078): Gtk-WARNING **: Error loading theme icon 'dialog-warning' for stock: Unrecognized image file format
(firefox:3078): Gtk-WARNING **: Error loading theme icon 'view-refresh' for stock: Unrecognized image file format
(firefox:3078): Gtk-WARNING **: Error loading theme icon 'edit-clear' for stock: Unrecognized image file format
(firefox:3078): Gtk-WARNING **: Error loading theme icon 'window-close' for stock: Unrecognized image file format
(firefox:3078): Gtk-WARNING **: Error loading theme icon 'dialog-information' for stock: Unrecognized image file format
- attached a screenshot to illustrate the issue
I reproduced this on my main Desktop and on the Ubuntu 14.04.3 x64 VM machine. I tried searching bugzilla but couldn't find anything related so hopefully this isn't a dupe :/
STR:
- download the latest version of m-c under linux
- simply run fx and you'll notice that the "+"
Reporter | ||
Comment 1•9 years ago
|
||
Forgot to mention the build I was using:
- https://archive.mozilla.org/pub/firefox/nightly/2015-09-16-03-02-03-mozilla-central/
Comment 2•9 years ago
|
||
mrbkap saw this on his machine, but it WFM in my Fedora 22 VM.
Maybe this is a GTK3 issue? Regression range would be helpful.
Keywords: regressionwindow-wanted
Comment 3•9 years ago
|
||
The icon is a moz-icon://stock/gtk-add?size=menu (loading that in a tab should work as with viewing a normal image, you'll see a 16x16 icon).
Component: Theme → Widget: Gtk
Product: Firefox → Core
Comment 4•9 years ago
|
||
Seems like this is probably a dupe of bug 1205741, can you try the build posted there?
Reporter | ||
Comment 5•9 years ago
|
||
> The icon is a moz-icon://stock/gtk-add?size=menu (loading that in a tab
> should work as with viewing a normal image, you'll see a 16x16 icon).
Loading "moz-icon://stock/gtk-add?size=menu" into a tab had the same results. The image still appeared broken.
> Seems like this is probably a dupe of bug 1205741, can you try the build
> posted there?
Using the build from bug # 1205741 comment #16 definitely fixed the problem :) I get the same error messages that are being mentioned in bug # 1205741 so this is definitely a dupe. Not going to bother with a regression range as it's already been provided in that bug.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•9 years ago
|
Keywords: regressionwindow-wanted
You need to log in
before you can comment on or make changes to this bug.
Description
•