GNOME Bugzilla – Bug 324318
Save function: false warning about already existing file
Last modified: 2005-12-17 20:39:36 UTC
Distribution/Version: Debian sid X86_64 Create a file Use "Save as" or "Save" Enter xxxxx.png "File exists" popups This occurs even if the file doesnt exist. I've tried various extensions (jpg, xcf) with the same results. If I clic "overwrite" the file is normally saved. Got the following in the xterm: file_save_dialog_check_uri: URI = file:///home/jean-luc/test-file.png file_save_dialog_check_uri: basename = test-file.png file_save_dialog_check_uri: selected save_proc: NULL file_save_dialog_check_uri: URI save_proc: PNG image file_save_dialog_check_uri: basename save_proc: PNG image file_save_dialog_check_uri: no save_proc was selected from the list file_save_dialog_check_uri: use URI's proc 'PNG image' so indirect saving works
The problem is related to the Debian upgrade of gtk+ In sid, gtk2-engines-pixbuf and libgtk2.0-0 have been upgradeed from 2.6.10-2 to 2.8.9-2. Reverting to this previous version fixes the problem. Regards Jean-Luc
*** This bug has been marked as a duplicate of 309729 ***