GNOME Bugzilla – Bug 521063
afte file rename, moving down one file and deleting, deletes the renamed file, not the one above
Last modified: 2008-03-09 22:50:53 UTC
Please describe the problem: I renamed my scriptX.py to scriptY.py, and in the window just under it there was (compiled version of scriptX.py) scriptX.pyc, which I wanted to delete so I moved down, and pressed Delete (and confirmed automaticlly because my intention was very clear) what I didn't expect, is that gnome-cmd decided that I am dealing with the file I just renamed (but I really moved to one file down) and deleted it, so bye bye my scriptY.py instead of scriptX.pyc :( Steps to reproduce: 1. have at least two files in directory 2. rename the upper file 3. go down one file 4. try to delete/copy/move/rename the file Actual results: and it acts on the file above (instead of current file) Expected results: act on the current file :) Does this happen every time? yes Other information: this would not be such big problem, if I could find it in some .Trash (see http://bugzilla.gnome.org/show_bug.cgi?id=348414)
What version do you use?
Created attachment 106839 [details] configure: error: C compiler cannot create executables - configure: exit 77 trying to set up gcmd 1.2.5 first thought the problem was because gcmd 1.2.4 was already running, so exited it, but that didn't help
1.24 Ubuntu Gutsy I couldn't find any newer debs (Ubuntu or Debian) http://www.nongnu.org/gcmd/download.html#distro tried to setup 1.25 manually, but configure failed -- see attachment #106839 [details]
Please upgrade to the latest 1.2.5, which has the reported problem fixed. AFAIK Ubuntu doesn't provide packages for 1.2.5 (although I've signaled the Ubuntu maintainer of the package about about the new version...), but you can try to build the package yourself using http://launchpadlibrarian.net/12381394/gnome-commander_1.2.5-0ubuntu1.dsc As of your build problem - this is related to: /usr/bin/ld: crt1.o: No such file: No such file or directory collect2: ld returned 1 exit status configure:3195: $? = 1 configure:3233: result: configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "gnome-commander" | #define PACKAGE_TARNAME "gnome-commander" | #define PACKAGE_VERSION "1.2.5" | #define PACKAGE_STRING "gnome-commander 1.2.5" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-commander" | #define PACKAGE "gnome-commander" | #define VERSION "1.2.5" | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3240: error: C compiler cannot create executables See `config.log' for more details. Please refer to http://anaaman.blogspot.com/2006/01/crt1o-no-such-file-no-such-file-or.html for details how solve the problem. Hope it'll help, Piotr *** This bug has been marked as a duplicate of 345314 ***