You are not logged in.
Pages: 1
Hi there, just a question: how can I resize columns in Thunar? For instance what is written inside the column "Dimension" and "type" is too closed to each other and I would like to correct leaving a little space. Is it possible?
Thanks
Last edited by Pizio (2017-11-02 23:47:32)
Offline
Nein!
I would like to separate the space between "Größe" and "Typ"
Offline
Thank you, but I know this. My question was if it is possible to modify and not to swift, because as you can see in your example if you try to resize the last column you'll see that it will gonna hide on the right.
And I add another question: inside the column "Typ" is explained what kind of file is installed, but it is not explained in a simple way like jpeg, jpg or odt ods, etcetera. So is there any way to adjust it?
Thanks
Last edited by Pizio (2017-04-08 16:54:53)
Offline
Offline
Thank you for your suggestion, but I suppose there were one way to modify what I have asked.
Offline
Thank you for your suggestion, but I suppose there were one way to modify what I have asked.
If you find a solution, please post it here ...
Offline
I was just looking through the thunar code and I noticed that it uses GtkTreeView for the details section as in the pictures above. GtkTreeView has a style property, horizontal-separator, that provides "Horizontal space between cells. Must be an even number.". So I decided to play with this. Using the following gtk snippet (in ~/.gtkrc-2.0) does spread the text out by padding both ends of the cell:
style "my-details-view"
{
GtkTreeView::horizontal-separator = 10
}
widget_class "*ThunarDetailsView*" style "my-details-view"
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
Nice find! IMO that should be the default...
EDIT: I inserted that code, then logged out and back in, but saw no change. Code was a copy/paste into the gtkrc file, so I believe that part is correct. Did I miss a step?
Last edited by Jerry3904 (2017-04-14 21:25:02)
MX-23 (based on Debian Stable) with our flagship Xfce 4.18.
Offline
Jerry, did you paste the code to the ~/.gtkrc-2.0 file? Can you post back the contents of this file just to confirm?
Also, which Appearance (GTK2) theme are you using? In my pics, it's Greybird.
EDIT: I had a look at MX-16 and you guys have a ~/.gtk-2.0/gtkrc file. It doesn't work there. The snippet needs to exist in ~/.gtkrc-2.0. There is works. Since you also package the default Adwaita-Xfce-Dark theme, you can also add it directly to the /usr/share/theme/Adwaita-Xfce-Dark/gtk-2.0/thunar.rc file. Also, it looks better with a value of 15 or 20 in the default theme.
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
Aha! Now that works, thanks.
Since the other two snippets work where they are, I am surprised that this one does not.
MX-23 (based on Debian Stable) with our flagship Xfce 4.18.
Offline
Seems, anything goes in Xfce ;-)
Nice to know.
Offline
Thank you Toz, it works correctly!
Offline
Pages: 1
[ Generated in 0.014 seconds, 8 queries executed - Memory usage: 566.82 KiB (Peak: 583.66 KiB) ]