Xfce Forum

Sub domains
 

You are not logged in.

#1 2024-06-09 11:16:21

Friedrich
Member
Registered: 2016-09-18
Posts: 161

[SOLVED] Show full Path in Thunar Title bar

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 (2025-05-30 05:48:26)

Offline

#2 2024-06-09 13:33:25

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 12,016

Re: [SOLVED] Show full Path in Thunar Title bar

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

Mark solved threads as [SOLVED] to make it easier for others to find solutions.
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#3 2024-06-16 07:56:43

Friedrich
Member
Registered: 2016-09-18
Posts: 161

Re: [SOLVED] Show full Path in Thunar Title bar

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

#4 2024-06-16 09:56:39

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 12,016

Re: [SOLVED] Show full Path in Thunar Title bar

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.


Mark solved threads as [SOLVED] to make it easier for others to find solutions.
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#5 2024-06-16 10:53:05

Friedrich
Member
Registered: 2016-09-18
Posts: 161

Re: [SOLVED] Show full Path in Thunar Title bar

Thanks. Thats works.

Offline

#6 2025-05-28 05:45:33

Friedrich
Member
Registered: 2016-09-18
Posts: 161
UbuntuFirefox 136.0

Re: [SOLVED] Show full Path in Thunar Title bar

I've updates to xfce 4.20 and have the same problem again. Since xfce 4.19 this should work with

misc-window-title-style

but i can't find it in xfce4-settings-editor.

Offline

#7 2025-05-28 09:48:55

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 12,016
LinuxFirefox 138.0

Re: [SOLVED] Show full Path in Thunar Title bar

You need to manually create it. See https://docs.xfce.org/xfce/thunar/hidden-settings. It has changed in 4.19, so you now have 4 options:

THUNAR_WINDOW_TITLE_STYLE_FOLDER_NAME_WITH_THUNAR_SUFFIX (default)
THUNAR_WINDOW_TITLE_STYLE_FOLDER_NAME_WITHOUT_THUNAR_SUFFIX
THUNAR_WINDOW_TITLE_STYLE_FULL_PATH_WITH_THUNAR_SUFFIX
THUNAR_WINDOW_TITLE_STYLE_FULL_PATH_WITHOUT_THUNAR_SUFFIX

So basically:

xfconf-query --channel thunar --property /misc-window-title-style --create --type string --set THUNAR_WINDOW_TITLE_STYLE_FULL_PATH_WITHOUT_THUNAR_SUFFIX

...assuming that's the option you want.


Mark solved threads as [SOLVED] to make it easier for others to find solutions.
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#8 2025-05-30 05:49:13

Friedrich
Member
Registered: 2016-09-18
Posts: 161
UbuntuFirefox 136.0

Re: [SOLVED] Show full Path in Thunar Title bar

Thx.

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.010 seconds, 7 queries executed - Memory usage: 551.84 KiB (Peak: 552.69 KiB) ]