You are not logged in.
Hallo all.
It might be something I've done (though I did delete my ~/.config/Thunar directory before upgrading), but Thunar doesn't let me drag-and-drop with the right mouse button, thus stopping me from copying something instead of moving it, etc. Has anyone else had that too?
Last edited by GordonGR (2012-12-28 14:34:20)
Intel(R) Celeron(R) CPU E3400 @ 2.60GHz, x86_64. AURs.
“No one without the knowledge of geometry may enter.“ Plato.
Offline
I can drag-drop, try to change your gtk2 theme. Some themes can make thunar unstable, like context menu appear and vanish.
* PC: Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM: Archlinux-i686 with xfce4.
* Laptop: Intel Core 2 DUO T6600 @ 2.20 GHz with 4 GB RAM: Archlinux-x86-64 with xfce4.
* AUR contributor.
Offline
No, it's not that. I tried all my themes.
Intel(R) Celeron(R) CPU E3400 @ 2.60GHz, x86_64. AURs.
“No one without the knowledge of geometry may enter.“ Plato.
Offline
Is it supposed to be with the right-mouse button? I always thought drag and drop was done with the left button?
Offline
Is it supposed to be with the right-mouse button? I always thought drag and drop was done with the left button?
Could be right-hand user
* PC: Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM: Archlinux-i686 with xfce4.
* Laptop: Intel Core 2 DUO T6600 @ 2.20 GHz with 4 GB RAM: Archlinux-x86-64 with xfce4.
* AUR contributor.
Offline
anonymous_user wrote:Is it supposed to be with the right-mouse button? I always thought drag and drop was done with the left button?
Could be right-hand user
Come on! Read what GordonGR wrote!
Microsoft Windows, Nautilus, the Haiku Tracker, and probably many other file managers have a feature where, when you right-click or middle-click and drag an icon to a new location, a pop-up menu appears and asks what you'd like to do (Move, Copy, Link). I thought I used to use this feature in Thunar too but it seems to have stopped working in recent versions. Has anyone else had any experience with it?
EDIT: Here's random blogger talking about the feature in an older version of Thunar: http://jeromeg.blog.free.fr/index.php?p … and-tricks So that's good, I wasn't just imagining the feature.
Last edited by drcouzelis (2012-12-12 03:45:05)
Offline
Microsoft Windows, Nautilus, the Haiku Tracker, and probably many other file managers have a feature where, when you right-click or middle-click and drag an icon to a new location, a pop-up menu appears and asks what you'd like to do (Move, Copy, Link).
I have never used this feature however if left-mouse button drag and drop does work for GordonGR, then I suggest he file a bug report upstream. Also he might consider downgrading Thunar to an earlier version in the mean time.
P.S. drcouzelis, perhaps you were being sarcastic (and I missed the joke), but that is not a random blogger. Jérôme Guelfucci is one of the Xfce developers iirc.
Last edited by anonymous_user (2012-12-12 04:35:34)
Offline
drcouzelis wrote:Microsoft Windows, Nautilus, the Haiku Tracker, and probably many other file managers have a feature where, when you right-click or middle-click and drag an icon to a new location, a pop-up menu appears and asks what you'd like to do (Move, Copy, Link).
I have never used this feature however if left-mouse button drag and drop does work for GordonGR, then I suggest he file a bug report upstream. Also he might consider downgrading Thunar to an earlier version in the mean time.
P.S. drcouzelis, perhaps you were being sarcastic (and I missed the joke), but that is not a random blogger. Jérôme Guelfucci is one of the Xfce developers iirc.
You know, as I was typing that, I just KNEW someone was going to say something like that.
Sadly, I don't use sarcasm. Instead, I'm just ignorant.
Anyway, I'll look more at version diffs and stuff in the morning.
Offline
Come on! Read what GordonGR wrote! […] it seems to have stopped working in recent versions.
That's what I was looking for, thanks :-) I'll file a bug report later and report back later.
I can't believe no one is using that feature, it's the most useful thing in a file manager after tabs!
Intel(R) Celeron(R) CPU E3400 @ 2.60GHz, x86_64. AURs.
“No one without the knowledge of geometry may enter.“ Plato.
Offline
I can't believe no one is using that feature, it's the most useful thing in a file manager after tabs!
I know! Right? I like it the best when a file manager has that pop-up for EVERY click and drag action. I think it was Konqueror that was able to do that... Maybe there's a way to have Thunar behave like that as well.
Offline
Dolphin does that, actually, but I hate Qt for various reasons. Anyway, I'll ask them
Intel(R) Celeron(R) CPU E3400 @ 2.60GHz, x86_64. AURs.
“No one without the knowledge of geometry may enter.“ Plato.
Offline
Bug report here: https://bugzilla.xfce.org/show_bug.cgi?id=9625
Intel(R) Celeron(R) CPU E3400 @ 2.60GHz, x86_64. AURs.
“No one without the knowledge of geometry may enter.“ Plato.
Offline
Oh my gosh! During the time it took for you to create the bug report and for the developer to respond, I TOTALLY found the commit by myself that removes this functionality! (It's the one the developer linked to)
...I ...just wanted to let someone know how awesome I almost was.
On a positive note, after reviewing the code a bit, it looks like it'd be pretty easy to create a one line patch that will make that menu popup with every drag-and-drog, including with the left mouse button.
Offline
Hahahahaha!
Well, make an account and file the patch, dude
Intel(R) Celeron(R) CPU E3400 @ 2.60GHz, x86_64. AURs.
“No one without the knowledge of geometry may enter.“ Plato.
Offline
...Surprise! I patched Thunar and added it to the AUR: https://aur.archlinux.org/packages/thunar-dnd-popup/
I took a copy of the git diff that removed this functionality, reversed it, and cleaned it up a bit. After I get some sleep, I may submit my patch to the bug report you created, but I feel a little silly doing that. I mean, it's just the code that was originally in Thunar put back into Thunar.
One change I made was in regards to the amount of time it takes to active the popup vs the context menu. It was originally tied to the "gtk-menu-popup-delay" variable in your current GTK2 settings file. I changed it to be a static 250 ms.
Offline
Dude, I bow to your awesomeness! You are the epitome of awesomeness, I wanna lick the awesomsause off your PKGBUILD!
Thanks
Intel(R) Celeron(R) CPU E3400 @ 2.60GHz, x86_64. AURs.
“No one without the knowledge of geometry may enter.“ Plato.
Offline
Kinky.
Cheers, drcouzelis. Just realised how much I missed this functionality today.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Online
The bug has been resolved and the functionality has been re-added in Thunar 1.6.2. I'll test it out when I get home.
Offline
I've been using it since yesterday and had no problems, so I'm marking this as solved. (Long overdue, I suppose.)
Intel(R) Celeron(R) CPU E3400 @ 2.60GHz, x86_64. AURs.
“No one without the knowledge of geometry may enter.“ Plato.
Offline