You are not logged in.
Pages: 1
Is there anyway to get a context menu with right clicking and dragging in Thunar?
Offline
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! I am confused though because the bugzilla post says it works in 1.6 and I have 1.6 and it does not work.
Offline
Yes, it is confusing. I'm using 1.8 and it doesn't work. I can't remember whether it worked in 1.6x. Perhaps comment in the bug report for confirmation?
Which distro and what exact version of thunar do you have?
thunar -V
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
Which distro and what exact version of thunar do you have?
I am using Ubuntu 18.04.1 LTS and Thunar is 1.6.15.
$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.1 LTS"
$ uname -a
Linux desk 4.15.0-29-generic #31-Ubuntu SMP Tue Jul 17 15:39:52 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
$ thunar -V
Thunar 1.6.15 (Xfce 4.12)
Copyright (c) 2004-2015
The Thunar development team. All rights reserved.
Written by Benedikt Meurer <benny@xfce.org>.
Please report bugs to <http://bugzilla.xfce.org/>.
Offline
I just tested in my Xubuntu 18.04 VM and it works (1.6.15 is still gtk2-based). What appearance theme are you using? Do you have anything in ~/.gtkrc-2.0 that would limit gtk-menu-popup-delay? (if set to 0, the right-click menu will popup immediately and not give the system the opportunity to initiate the drag event).
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
I just tested in my Xubuntu 18.04 VM and it works (1.6.15 is still gtk2-based). What appearance theme are you using? Do you have anything in ~/.gtkrc-2.0 that would limit gtk-menu-popup-delay? (if set to 0, the right-click menu will popup immediately and not give the system the opportunity to initiate the drag event).
I am using the Adwaita appearance theme and there is no ~/.gtkrc-2.0 folder. This is a pretty fresh install, I do not recall changing any popup-delay setting.
Offline
I am using the Adwaita appearance theme and there is no ~/.gtkrc-2.0 folder. This is a pretty fresh install, I do not recall changing any popup-delay setting.
It looks like the adwaita theme is disabling the popup delay. Not sure exactly how its doing this - maybe its hard-wired. For me, adding:
gtk-menu-popup-delay = 225
...in ~/.gtkrc-2.0 and logging out and back in again makes it work again with that 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
...in ~/.gtkrc-2.0 and logging out and back in again makes it work again with that theme.
That did not work. I even tried rebooting but no luck.
$ cat ~/.gtkrc-2.0
gtk-menu-popup-delay = 225
Offline
That is strange.
Can you try the greybird theme and see if that one works (you may need to log out and back in again). The other thing to try is to increase the 225 value.
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
Pages: 1
[ Generated in 0.015 seconds, 7 queries executed - Memory usage: 560.51 KiB (Peak: 577.35 KiB) ]