You are not logged in.
Pages: 1
Topic closed
Today I noticed that Thunar always asks me to permanently delete files instead of sending them to the trash, and no amount of Googling has managed to restore the Trash function.
I've tried:
Stopping and restarting the thunar daemon
Right-clicking PLACES in the sidebar (no Trash option appears in the menu)
Poking around in Thunar's preferences menu (no trash-related items there)
Stopping and restarting gvfsd
Verifying that ~/.local/share/Trash exists and is writable by me (mode 0700)
gvfs-trash --empty (which, interestingly, has not removed anything in ~/.local/share/Trash)
Manually removing everything in ~/.local/share/Trash/files and ~/.local/share/Trash/info, then restarting gvfsd and thunar daemon
Entering trash:/// in Thunar's address bar (it changes to
icon and does nothing)
pacman -Syu
Restarting d-bus
Rebooting (after the previous step locked X up completely -.-)
Still, no trash function!
Last edited by Rena (2015-05-27 06:51:28)
Offline
I remember this issue from a couple of years ago:
https://bbs.archlinux.org/viewtopic.php?id=154339
Does the information in that thread help?
Offline
It happens every once in a while (but rarely). The solution is to open a terminal and
rm /home/nikos/.dbus/session-bus/*
thunar -qIntel(R) Celeron(R) CPU E3400 @ 2.60GHz, x86_64. AURs.
“No one without the knowledge of geometry may enter.“ Plato.
Offline
This has happened to me on more than one occasion, do you by any chance start thunar in daemon mode i.e.
thunar --daemonAlso take a look at this from the wiki: "Trash/network icons disappear randomly"
Offline
Removing everything in `session-bus` didn't help. I've tried starting it with and without `--daemon` flag, still no success. Moving the config files around didn't help either. Using `dbus-launch thunar` does seem to have fixed it, though judging from the responses in that thread, I'll have to see if that continues to work. (And it seems to be necessary to launch it that way every time! `dbus-launch thunar --daemon` doesn't work either; says "Thunar: Unknown option --dameon", pretty odd...)
Offline
`dbus-launch thunar --daemon` doesn't work either; says "Thunar: Unknown option --dameon", pretty odd...
Your post says both "daemon" and "dameon". You either didn't copy-and-paste the original command or the actual error message. ![]()
Please copy and paste your actual commands and error messages.
Offline
You shouldn't be running dbus-launch or gvfsd manually. The latter should be started by the former which should, in turn, be started by /etc/X11/xinit/xinitrc.d/30-dbus.sh
Are you starting the session with startx and a self-made .xinitrc? If so, see https://bbs.archlinux.org/viewtopic.php?id=196795
Last edited by Chazza (2015-06-11 14:27:35)
Offline
Had the same problem (trash and network ain't available). Fixed that by installing the [Gvfs package] (https://archlinux.org/packages/extra/x86_64/gvfs/). For more info, head on to [Gvfs Gnome Wiki] (https://wiki.gnome.org/Projects/gvfs).
Note: reboot your system for the changes to take effect
.
Offline
Note that you are necrobumping a 8 year old thread. With a solution thats documented.
Please don't necrobump: https://wiki.archlinux.org/title/Genera … bumping%22
Closing
Online
Pages: 1
Topic closed