if saving an image fails it's done silently
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Eye of GNOME |
Fix Released
|
High
|
||
| eog (Ubuntu) |
Low
|
Unassigned |
Bug Description
Binary package hint: eog
Open a png image (such as the one attached to this bug report), and try to save as a .ico file.
Image -> Save As ->
Name: test.ico
Click Save.
No file is saved.
.ico files can be saved only up to 256x256 pixels, if the size is larger GDKPixbuf shows and error but that message is not shown to the user by eog.
DistroRelease: Ubuntu 10.10
Alan Pope 🍺🐧🐱 🦄 (popey) wrote : | #1 |
Alan Pope 🍺🐧🐱 🦄 (popey) wrote : | #2 |
Robert Roth (evfool) wrote : | #3 |
Thank you for taking the time to report this bug and helping to make Ubuntu better. The issue you are reporting is an upstream one and it would be nice if somebody having it could send the bug to the developers of the software by following the instructions at https:/
Pedro Villavicencio (pedro) wrote : | #4 |
the problem is that .ico can only be up to 256x256 pixels. GDKPixbuf returns an GError for that but eog is not catching the error nor telling the user that the image should be resized, there's an upstream bug for that here: https:/
Changed in eog (Ubuntu): | |
importance: | Undecided → Low |
status: | New → Triaged |
summary: |
- Can't save as .ico + if saving an image fails it's done silently |
description: | updated |
Changed in eog: | |
importance: | Unknown → High |
status: | Unknown → Confirmed |
Changed in eog: | |
status: | Confirmed → Fix Released |
Launchpad Janitor (janitor) wrote : | #5 |
This bug was fixed in the package eog - 3.1.4-0ubuntu1
---------------
eog (3.1.4-0ubuntu1) oneiric; urgency=low
* New upsteam release:
- if saving an image fails it's done silently (LP: #673299)
* debian/control:
- set Vcs-Bzr to the ubuntu-desktop team, no gnome3-team
-- Didier Roche <email address hidden> Tue, 26 Jul 2011 15:28:21 +0200
Changed in eog (Ubuntu): | |
status: | Triaged → Fix Released |
If I resize the image down to 16x16 before opening with eog then it _will_ save as an ico, but any other size it just refuses.