You are not logged in.
Pages: 1
The new look in Thunar is great. Thanks.
Offline
The new thunar looks similar to the old thunar with some cosmetic changes. Which items/changes are you liking?
For those who haven't seen, here are a couple of dev screenshots:
(Greybird theme, menu hidden, pathbar location selector, tree sidepane, detailed list)
(Greybird theme, toolbar location selector, shortcuts sidepane, icon list)
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 ---
Online
Thunar has always been the best file handling application out there and this just makes it look real tidy too, cool. I'm just looking at your screen shots have they improved the thumbnails visibility? Thankyou to the devs that have worked to make Thunar the great application it is.
Offline
I'm just looking at your screen shots have they improved the thumbnails visibility?
For the most part, thumbnails (tumbler) have stayed the same. The big addition (or re-addition) is the ability to create your own thumbnail readers via /usr/sharethumbnailers, so we can now once again create our own custom thumbnailers for whatever filetypes we want.
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 ---
Online
Just saw replies (apparently did not subscribe or get email). What liked about the new design is the larger icons on the left pane and the destination bar on the top. Overall the changes made Thunar look more modern.
Offline
looks like modern, but
- i will colored buttons in icon-style back, how i can get the older button-imaging?
Please !?
Offline
looks like modern, but
- i will colored buttons in icon-style back, how i can get the older button-imaging?
Please !?
If you are referring to the toolbar icons for back, forward, up and home, you can add the following to ~/.config/gtk-3.0/gtk.css:
.thunar {
-gtk-icon-style: regular;
}
You will also need an icon theme that has coloured versions of these icons (like elementary-xfce).
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 ---
Online
onkelho wrote:looks like modern, but
- i will colored buttons in icon-style back, how i can get the older button-imaging?
Please !?If you are referring to the toolbar icons for back, forward, up and home, you can add the following to ~/.config/gtk-3.0/gtk.css:
.thunar { -gtk-icon-style: regular; }
You will also need an icon theme that has coloured versions of these icons (like elementary-xfce).
You are so great, THANK YOU!
Offline
I have Thunar 1.6.11 on Xubuntu 16.04. Is there a way to get the new version without a dist-upgrade?
Linguistics on Linux!
Offline
Recommend switching to a distribution called “Antergos” which is a user-friendly version of Arch that can run Xfce without any configuration.
Offline
Recommend switching to a distribution called “Antergos” which is a user-friendly version of Arch that can run Xfce without any configuration.
If I stick with Ubuntu I can't get it until 18.10, but I never dist-upgrade except to the LTS versions, so that means I can't get it for years. The last time I did a fresh install it took nearly a full week of labor to get all my applications installed and everything configured. Not that it normally takes a long time to install an app, but I have dozens and dozens of weird apps that sometimes took a lot of web searching to figure out how to get them installed.
In consideration of the above I installed Nautilus and configured it the way I want it. It took over an hour of web searching to figure out how to make it my default file manager on Xfce, but it's now done. Thunar is still installed, of course, because I understand it is tied pretty deeply to Xfce and who knows, I may want to use it sometime. Here are some kvetches that I have about Thunar that Nautilus relieves:
1. I have an external 16TB USB drive (two disks) that I use a lot, and a 16TB NAS that serves as its backup. Every time I access the USB drive with Thunar the drive lights flash furiously with the low rumble of drives thrashing for about two solid minutes, and in the meantime Thunar can't display anything. Once it finishes Thunar is OK, unless I don't access the drive for ten minutes or more, and then I have to wait again. This never happens with Nautilus. This will probably save me half an hour every day.
2. There is a bug in Thunar where deleting a file causes the display to jump to a completely different location, so now I have to scroll back to where the deleted file was. (I documented this the forum.) Needless to say, this does not happen in Nautilus.
3. Thunar has a right-click option labeled 'Send to' (which is really 'copy to'), but I have long wished that I had a 'Move to' option as well. Nautilus has both, and properly labeled too.
Some of these issues may have been fixed in the new version, which is why I was so anxious to add it.
Regarding #1 above, for years this has bugged the heck out of me, but I assumed that the drive always had to be refreshed so it would happen regardless of which file manager I used. If I had known that it was exclusively a Thunar problem I would have moved on a long time ago. I have used Xfce for years and I love it, but not Thunar.
Linguistics on Linux!
Offline
3. Thunar has a right-click option labeled 'Send to' (which is really 'copy to'), but I have long wished that I had a 'Move to' option as well. Nautilus has both, and properly labeled too.
You seem happy with Nautilus, but in case you switch back to Thunar in the future (and for others' potential use), you can easily add "Move to" to Thunar's right-click menu - along with many other things. See this link for a large list of possibilities:
http://dquinton.github.io/debian-instal … nar.html#3
Regards,
MDM
Offline
Thanks for the link MDM, these two Custom Actions work great:
cp %F "`yad --file --directory --height=500 --width=800 --title=Copy\ to...`"
mv %F "`yad --file --directory --height=500 --width=800 --title=Move\ to...`"
I just needed to install yad package.
Offline
Pages: 1
[ Generated in 0.012 seconds, 8 queries executed - Memory usage: 589.98 KiB (Peak: 606.83 KiB) ]