You are not logged in.
Pages: 1
Hi,
after re-installation of ubuntu 22.04 i have the problem that thunar isn't showing the full path in the title windows anymore. i chcked the xfce4-settings-editor -> "misc-full-path-in-title" and the settings is 'true' - so it should work? I also found here https://docs.xfce.org/xfce/thunar/hidden-settings something different: the settings name is now "/misc-full-path-in-window-title " since 4.18.x and "/misc-window-title-style" since 4.19. I have 4.18 installed:
ii thunar 4.18.8-1~bpo22.04 amd64 File Manager for Xfce
i xfce-settings-editor i couldn't find anything named "misc-full-path-in-window-title"
Last edited by Friedrich (2024-06-16 10:53:21)
Offline
in 4.18, It should still be /misc-full-path-in-window-title. You need to restart thunar (and the daemon) for it to talk effect. To confirm, what does the following return:
xfconf-query -c thunar -p /misc-full-path-in-window-title
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
I have this output:
xfconf-query -c thunar -p /misc-full-path-in-window-title
Property "/misc-full-path-in-window-title" does not exist on channel "thunar".
but this works:
xfconf-query -c thunar -p /misc-full-path-in-title
true
Last edited by Friedrich (2024-06-16 07:58:53)
Offline
The second one is not correct. Try running this command to create the proper setting:
xfconf-query -c thunar -p /misc-full-path-in-window-title -t bool -s true --create
You'll need to restart thunar (and the daemon) for it to take effect, or log out and back in again.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Thanks. Thats works.
Offline
Pages: 1
[ Generated in 0.007 seconds, 7 queries executed - Memory usage: 533.52 KiB (Peak: 534.37 KiB) ]