You are not logged in.
Pages: 1
Topic closed
After update gnome 2 to gnome 3, the key delete no erase files, I have that click button right and move to trash.
Offline
Moving to [testing]
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
ctrl+del
i'm not sure if is supposed to be like that.
Give what you have. To someone, it may be better than you dare to think.
Offline
ctrl+del
i'm not sure if is supposed to be like that.
Thanks, it work, but only with the key delete how in gnome 2.32 not is posible?
Offline
It seems like there is too much hardware with only one button for backspace and delete. I once had a discussion with a mac user, he insisted that the delete key is totally useless. For me it's the other way round.
However, until a clean solution appears, you might want to swap the behavior with xmodmap.
Offline
Hi.
Quick fix:
Run dconf-editor, and open:
org -> gnome -> desktop -> interface
Enable "can-change-accels".
Open nautilus, select any file/directory, then click "Edit" from menubar, and hover on "Move to Trash" menuitem.
While hovering, click on your delete key. The accel should change from "cntrl+del" to "del".
Make sure you have selected a file, else the "Move to Trash" menuitem will be greyed out.
I suggest you disable "can-change-accels" afterwards, to prevent accidental accel changes.
Offline
Hi.
Quick fix:
Run dconf-editor, and open:
org -> gnome -> desktop -> interface
Enable "can-change-accels".Open nautilus, select any file/directory, then click "Edit" from menubar, and hover on "Move to Trash" menuitem.
While hovering, click on your delete key. The accel should change from "cntrl+del" to "del".Make sure you have selected a file, else the "Move to Trash" menuitem will be greyed out.
I suggest you disable "can-change-accels" afterwards, to prevent accidental accel changes.
Thanks, it worked!
Offline
thaks, kryo
Offline
Ops. I am responsible for the new behaviour actually.
Here is the whole story: http://gilest.ro/2011/patches-for-nauti … trash-bug/
Good to know there's a quick workaround for those who prefer the error-prone delete-alone.
Offline
Hello,
I did this trick works fine but ctrl+key keeps reshowing up when i quit nautilus and re-open it. Another guy has the same issue here:
http://forums.fedoraforum.org/showpost. … ostcount=9
but still no solution found.
Any suggestions? There must be one natuilus config file to edit. THanks.
Offline
Hello,
I did this trick works fine but ctrl+key keeps reshowing up when i quit nautilus and re-open it. Another guy has the same issue here:
http://forums.fedoraforum.org/showpost. … ostcount=9
but still no solution found.Any suggestions? There must be one natuilus config file to edit. THanks.
Try to create an empty folder ~/.gnome2/accels
It worked for me.
Offline
Worked for me too ! thanks.
Offline
Hi.
<protip>
Thanks a bunch, was annoying the shit out of me, I actually was wondering if I didn't even have a trash bin before I figured I could just check with the go-menu. Though, I still got the errorish sound which is standard for gnome 3 when pushing delete (since it's originally not working out), but it's not that big of a deal.
Offline
Yes, thank you, it has helped me, too
???
Offline
Ops. I am responsible for the new behaviour actually.
Here is the whole story: http://gilest.ro/2011/patches-for-nauti … trash-bug/
Good to know there's a quick workaround for those who prefer the error-prone delete-alone.
gee thanks crocowhile.... ever hear: if it ain't broke dont fix it. *shakes head*
best of all this work around aint working for me. so im stuck with your solution... when there wasnt even a problem to beguin with.
le sigh, w/e
Offline
@crocowhile: bad, bad idea. I can't understand how your patch has been accepted as the default behavior. The amount of results you get when googling "nautilus del key not working" should tell you that your solution is actually a problem for most people. The way it was before was fine, and the current default behavior breaks the principle of least surprise for users.
Same as @onus, I find that even when setting can-change-accels to true I can't actually change the keybindings. Nautilus just ignores me and keeps the ctrl+del accel. Any other way around this bug?
EDIT: I found a way to change the keybinding that works for me here:
https://wiki.archlinux.org/index.php/GN … cels_fails
I still don't know why the can-change-accels method doesn't work for some people, I've found no bug reports about it.
Last edited by amatriain (2012-03-04 10:26:23)
Offline
This wont work for me. (Nautilus 3.4.2) Tried to change it in the gnome2 dir, no chance.
Offline
Just installed a fresh copy of Arch and added Gnome-shell to it, only to come across this problem (which wasn't an issue - but now is!)
Default behaviour should be as it was:
- Del key = move to waste basket
- SHIFT+Del = delete permanently
This works because SHIFT+Del is not an easy combination to hit (therefore not so easy to completely delete your data), while Del is a quick and simple action.
The result of accidentally hitting Del is a non-issue - that is what a waste basket is for! , data can be recovered if deleted by accident from the waste basket.
@Crocowhile - it is simply your routine of using/checking waste basket that needs resolved, not implementing a non-fix into a working system/setup
Offline
Hi.
Quick fix:
Run dconf-editor, and open:
org -> gnome -> desktop -> interface
Enable "can-change-accels".Open nautilus, select any file/directory, then click "Edit" from menubar, and hover on "Move to Trash" menuitem.
While hovering, click on your delete key. The accel should change from "cntrl+del" to "del".
This workaround no longer works in Gnome 3.8, because there's no such menuitem anymore. There isn't even a menu.
Offline
Here's a solution that works:
edit ~/.config/nautilus/accels, search for the line:
; (gtk_accel_path "<Actions>/DirViewActions/Trash" "<Primary>Delete")
uncomment and change to:
(gtk_accel_path "<Actions>/DirViewActions/Trash" "Delete")
(source)
Offline
Are there any side-effects with this solution?
Offline
Are there any side-effects with this solution?
No this just changes the shortcuts.
Offline
D4ve wrote:Are there any side-effects with this solution?
No this just changes the shortcuts.
Jep, tested it. With the old solution sometime there was an error (like: If you wanted to rename a file/folder and pressed the del-key, the file/folder was deleted)
Offline
This workaround no longer works in Gnome 3.8, because there's no such menuitem anymore. There isn't even a menu.
Obviously it doesn't work in Gnome3.8. This thread was started a while back and so what worked back then may or may not anymore. That's the nature of rolling release.
And that's why we disallow necrobumping threads, which is what you are guilty of.
Closing...
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
Pages: 1
Topic closed