After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 343061 - Can't save picture after opened a link picture
Can't save picture after opened a link picture
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: general
2.14.x
Other Linux
: Normal normal
: ---
Assigned To: EOG Maintainers
EOG Maintainers
Depends on: 349086
Blocks:
 
 
Reported: 2006-05-26 21:30 UTC by Sebastien Bacher
Modified: 2008-03-14 21:16 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description Sebastien Bacher 2006-05-26 21:30:30 UTC
That bug has been opened on https://launchpad.net/distros/ubuntu/+source/eog/+bug/46044

"Step to reproduce :

open nautilus
go to /usr/share/pixmaps/splash/
open ubuntu-splash.png with eog (double click on it)
save as "test.png" on Desktop

Look at the test.png on desktop

ubuntu-splash.png is a link to ubuntu-slick.png
test.png : is a link to /home/kagou/Desktop/ubuntu-slick.png
but this file don't exist.
..."
Comment 1 Felix Riemann 2006-06-02 16:18:20 UTC
This is strange.
My fix for this would have been to add GNOME_VFS_XFER_FOLLOW_LINKS to the gnome_vfs_xfer_uri() call in eog_image_copy_file(). According to the docs this should have made gnome_vfs_xfer_uri() resolve symlinks. But strangely it keeps copying the symlink instead of the linked file.
Is this the wanted behaviour or is it a possible bug in gnome-vfs?
Comment 2 Sebastien Bacher 2006-08-02 09:42:17 UTC
works with with GNOME 2.14.3, might have been a gnome-vfs bug fixed, anyway marking as fixed
Comment 3 Sebastien Bacher 2006-08-02 09:43:19 UTC
in fact no, I tried with the GNOME splash instead of the Ubuntu one, reopening
Comment 4 Felix Riemann 2006-08-02 10:05:14 UTC
Oh, I already opened a gnome-vfs bug about that a few days ago: bug #349086
I just forgot to post it here.
Comment 5 Felix Riemann 2008-03-14 21:16:35 UTC
This should be fixed now in SVN trunk with the GnomeVFS -> GIO transition (bug 509239).
--------------------------------------------------------------------------------
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.