Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#60229 - [thunar] Fails to start with "Failed to register: Timeout was reached"
Attached to Project:
Arch Linux
Opened by David P. Kaylor (dkaylor) - Friday, 28 September 2018, 10:14 GMT
Last edited by Evangelos Foutras (foutrelis) - Tuesday, 12 April 2022, 03:11 GMT
Opened by David P. Kaylor (dkaylor) - Friday, 28 September 2018, 10:14 GMT
Last edited by Evangelos Foutras (foutrelis) - Tuesday, 12 April 2022, 03:11 GMT
|
DetailsDescription:
Thunar fails to start, only message is "Failed to register: Timeout was reached" Additional info: package version 1.8.2-1 downgrading to 1.8.1.11.gf5147445-1 does not help nothing in systemd journal Steps to reproduce: run /usr/bin/thunar from terminal |
This task depends upon
Closed by Evangelos Foutras (foutrelis)
Tuesday, 12 April 2022, 03:11 GMT
Reason for closing: Works for me
Additional comments about closing: No real chance of troubleshooting this, sorry.
Tuesday, 12 April 2022, 03:11 GMT
Reason for closing: Works for me
Additional comments about closing: No real chance of troubleshooting this, sorry.
But updating back to 1.8.2-1 and rebooting breaks it again.
Looks like applications fail to start and get stuck in an unterminated state.
Not sure why a reboot doesn't clear that state.
I get the error message:
Thunar: Failed to initialize Xfconfig: Server address of type unix was missing argument path ...
But it runs.
If I run without sudo nothing seems to happen.
This is on a virtual machine on a Win7 host. My native PC installation of Arch doesn't have this issue. Not sure if that's relevant.
Downgrading didn't help me.
Which windowmanager are people running when Thunar fails to run?
Does it work if ~/.config/Thunar is temporarily renamed?
1. I'm using xfce4 with xfwm4.
2. No, renaming the Thunar folder in ~/.config doesn't change anything. It doesn't even create a new default instance of the folder upon executing. (I'm assuming as an outsider that this would normally be the case). For the record I did not restart xfce after moving the folder.
Tried to remove .config/Thunar, without any result.
After the command
killall thunar
Thunar worked again, but I needed to do it after a reboot (maybe also after a simple logout because of the following).
Commenting out from configuration of i3 the following line
exec --no-startup-id thunar --daemon &
Thunar is now correctly working and also when starting i3 Thunar starts without problem
(it starts because of the line
exec --no-startup-id thunar
still present in the configuration file of i3)
I suppose that the problem is in the early launch of Thunar as a daemon done by the wm in use to speed up following launches of Thunar.
Hope that this will help!
At present I can't comment on reboot behaviour. Thanks to @aghu
So far Thunar 1.8.2-1 is now working for me, even after reboot.
Updated System with thunar 1.8.4-2 (xfce4) [installed]
Terminal Response: "Failed to register: Timeout was reached"
Since some time i have this during a xfce session (initially fine, after some time thunar couldnt be opened any longer).
When this happens thunar couldnt be restarted (killall thunar not working - no thunar process)
Maybe related to gvfs-udisks2 - but just an asumption (found some things about this)
Volume Management inside thunar is switched off (thunar-volman and thunar-volman-settings can still be opened)
NFS or SMB connections are fine too (when using a terminal everything can be reached)
I have to reboot every couple days to get Thunar working again
I can run Thunar as root no issues but as my normal user I get :
$ thunar
Failed to register: Timeout was reached
and also seeing in the logs:
Failed to set property "thunar::/last-details-view-column-widths": Operation was cancelled
Have tried various cures like clearing out ~/.cache/sessions/ and other tweaks all have had no impact.
> Failed to register: Timeout was reached
Only running with superuser $ sudo thunar will open it.
But after reboot new installed thunar open will current user.
sudo thunar works.
please be sure it's not a .config problem: for safety, you can test it creating a new user; in this way you are sure configuration files are not broken.
sudo thunar - works
[but my thunar version is: thunar 1.8.14 (Xfce 4.14)]