You are not logged in.
Pages: 1
hello
there is a way to show in the list view a column which contain the image dimension (like this 800x600) ?
Offline
Unfortunately no.
To see a list of possible columns, first make sure you are viewing the directory contents as a Detailed List, then select View > Configure Columns.
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 for you quick reply.
I know already this functionality.
Then there is a way to develop a module or extend the current application to do it the job simply.
In this case could you give me the essential resources link to know to accomplish it.
The way is only in C or there is binding in Python by example ?
Offline
Not what you are asking, but here is a Custom Action somebody created that is supposed to work:
MX-23 (based on Debian Stable) with our flagship Xfce 4.18.
Offline
yes i have already done this but for directory with many images is not convenient
Offline
Not what you are asking, but here is a Custom Action somebody created that is supposed to work:
Of course, I didn't think to mention custom actions. Thanks Jerry.
Then there is a way to develop a module or extend the current application to do it the job simply.
In this case could you give me the essential resources link to know to accomplish it.
The way is only in C or there is binding in Python by example ?
If you're interesting in programming an enhancement, I'd suggest having a look at the source code here. Off the top of my head, I'd have a look at how the other columns are added (e.g. Mime Type). Trace how that is done in the code. You will find that it uses GLib functions to get this information and unfortunately, GLib doesn't return image size as a value - so you'll need to write a helper routine to extract that information. It is possible to do if you have C programming experience and knowledge of GLib.
You can also ask for assistance or guidance at the #xfce-dev IRC channel.
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
ok thanks for reply
do i mark as solved to close this topic even if there is no way actually to do it or i let it like this ?
Offline
do i mark as solved to close this topic even if there is no way actually to do it or i let it like this ?
I wouldn't mark it as solved because your original intent to add image size to Thunar columns wasn't solved. You can just leave it open for now.
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
No, but you might turn on listing sizes in the status bar as described in this link. Note the caution as to why it is not there by default.
http://docs.xfce.org/xfce/thunar/hidden-settings
/misc-image-size-in-statusbar
"Show the image size in the statusbar when a single image file is selected in the view. This is disabled by default because it causes relatively high I/O when changing the selection quickly. "
Would be nice if a future version had the column with picture sizes though, it might be a handy standard feature, but then again it might add too much complexity to Thunar by default.
Another possibility is to open folders with pictures in them in a program designed for images only, which would likely show this by default. I just installed Xnviewmp, a very capable program for images. It may do TOO MUCH if you don't need the capability to batch rename, resize, preview in tabs, etc. Warning IT IS NOT A LIGHTWEIGHT APPLICATION. I had this installed before on Windows XP and 7, and decided to try the Linux version on this unit. I can't recall if I had it installed before on an older Xubuntu version.
http://www.xnview.com/en/xnviewmp/
If you do install it see the thread about how to open folders/files with Xnview from Thunar in custom actions at:
http://newsgroup.xnview.com/viewtopic.p … 61#p144861 where I have posted instructions at the bottom of that post.
There also used to be a file browser ...Marlin... an abandoned project that worked great on Xubuntu through 14.04 with this capability but it was experimental and I think it's now been forked and part of Elementary desktop environment as Pantheon (or as they call it, "Files." ) This also might not be a good solution, as it does not work properly without its desktop environment. (Same as installing Nautilus in XFCE distros, you could cause all sorts of problems.)
Last edited by fixitmanarizona (2017-08-31 14:56:18)
Offline
Pages: 1
[ Generated in 0.011 seconds, 7 queries executed - Memory usage: 557.7 KiB (Peak: 574.55 KiB) ]